Compare commits

...
2 Commits
Author SHA1 Message Date
EnumDev f6d054e3df Update package version to 26.3 2026-09-04 15:58:05 +03:00
EnumDev 78dd167038 Switch to new package format 2026-06-13 20:01:02 +03:00
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
name: python-packaging
description: Core utilities for Python packages
version: "26.2"
revision: 2
version: "26.3"
revision: 1
url: https://pypi.org/project/pyproject-hooks/
license: MIT
maintainers:
@@ -18,4 +18,4 @@ downloads:
- url: https://github.com/pypa/packaging/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE}
extract_strip_components: 1
checksum: 24d24b249ba8fb0213ac046d8e2c1cecf6b1013311a5febfb87a02093ef2c991
checksum: 7a3d06452739127aefbac07051d7bf7fccaa8f646a020192cd4a1db2f1a9fb45
+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 output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT