Compare commits

...
2 Commits
Author SHA1 Message Date
EnumDev eaefeec858 Update package version to 1.5.1 2026-07-16 21:57:59 +03:00
EnumDev ac2046e7df Switch to new package format 2026-06-13 20:00:56 +03:00
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -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 -1
View File
@@ -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