Skip to content

Commit

Permalink
added pipfile. maybe works?
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-kulkarni committed Jul 19, 2024
1 parent f628474 commit 33b0d05
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 4 deletions.
9 changes: 9 additions & 0 deletions scripts/Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]

[dev-packages]
packaging = "==24.1"
28 changes: 28 additions & 0 deletions scripts/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions scripts/python.mk
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,9 @@ pypi_test_upload_url := https://test.pypi.org/legacy/
# parameter 2: name of the project
# parameter 3: an extra version tag string
# parameter 4: override python_build_utils.py path (default: ../scripts/python_build_utils.py)
# define python_package_version
define python_package_version
24.1
$(shell $(python) $(if $(4),$(4),../scripts/python_build_utils.py) $(1) $(2) normalize_version $(if $(3),-e $(3)))
endef
# $(shell $(python) $(if $(4),$(4),../scripts/python_build_utils.py) $(1) $(2) normalize_version $(if $(3),-e $(3)))
# endef

# This is the poetry version of python_get_wheelname. Arguments are identical.
define poetry_python_get_wheelname
Expand Down

0 comments on commit 33b0d05

Please sign in to comment.