Compare commits

..
2 Commits
Author SHA1 Message Date
EnumDev acd299ccf4 Switch to new package format 2026-06-13 20:01:00 +03:00
EnumDev ce8b71c212 Update package version to 1.0.1 2026-05-17 16:18:42 +03:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
name: python-installer name: python-installer
description: A low-level library for installing from a Python wheel distribution description: A low-level library for installing from a Python wheel distribution
version: 1.0.0 version: 1.0.1
revision: 2 revision: 2
url: https://github.com/pypa/installer url: https://github.com/pypa/installer
license: MIT license: MIT
@@ -17,4 +17,4 @@ downloads:
- url: https://github.com/pypa/installer/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz - url: https://github.com/pypa/installer/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: e1391ab5a0787b767570c17b1174e304f2e9c9179dbc9ef8cf16f61f4ab162e0 checksum: 391b8068eb6b5629496a71e33b948b10c31bea77a12d302034323406ee03ffd1
+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