Compare commits
2
Commits
5ea3bef8f9
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eaefeec858
|
||
|
|
ac2046e7df
|
+3
-3
@@ -1,7 +1,7 @@
|
|||||||
name: python-build
|
name: python-build
|
||||||
description: A simple, correct Python build frontend
|
description: A simple, correct Python build frontend
|
||||||
version: 1.5.0
|
version: 1.5.1
|
||||||
revision: 3
|
revision: 1
|
||||||
url: https://pypi.org/project/build/
|
url: https://pypi.org/project/build/
|
||||||
license: MIT
|
license: MIT
|
||||||
maintainers:
|
maintainers:
|
||||||
@@ -21,4 +21,4 @@ downloads:
|
|||||||
- url: https://github.com/pypa/build/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz
|
- url: https://github.com/pypa/build/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: 6ddf82d99317b6b61c56eb6ec0139ea91ee69dd03c6ed7dfdf160011b7d09f5d
|
checksum: 5a2a17d683cc597aa1930b28d824993f8077ce608e14a07c2cfb8c5565ee51b5
|
||||||
@@ -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