Compare commits
2
Commits
8c6c753ed6
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f6d054e3df
|
||
|
|
78dd167038
|
+3
-3
@@ -1,7 +1,7 @@
|
|||||||
name: python-packaging
|
name: python-packaging
|
||||||
description: Core utilities for Python packages
|
description: Core utilities for Python packages
|
||||||
version: "26.2"
|
version: "26.3"
|
||||||
revision: 2
|
revision: 1
|
||||||
url: https://pypi.org/project/pyproject-hooks/
|
url: https://pypi.org/project/pyproject-hooks/
|
||||||
license: MIT
|
license: MIT
|
||||||
maintainers:
|
maintainers:
|
||||||
@@ -18,4 +18,4 @@ downloads:
|
|||||||
- url: https://github.com/pypa/packaging/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz
|
- url: https://github.com/pypa/packaging/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz
|
||||||
extract_to: ${BPM_SOURCE}
|
extract_to: ${BPM_SOURCE}
|
||||||
extract_strip_components: 1
|
extract_strip_components: 1
|
||||||
checksum: 24d24b249ba8fb0213ac046d8e2c1cecf6b1013311a5febfb87a02093ef2c991
|
checksum: 7a3d06452739127aefbac07051d7bf7fccaa8f646a020192cd4a1db2f1a9fb45
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
# This is the source.sh script. It is executed by BPM in a temporary directory when compiling a source package
|
# This is the recipe.sh script. It is executed by BPM in a temporary directory when compiling a source package
|
||||||
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
|
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
|
||||||
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
|
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
|
||||||
|
|
||||||
Reference in New Issue
Block a user