Compare commits

...
2 Commits
Author SHA1 Message Date
EnumDev 5324a31673 Update package version to 4.0.2 2026-09-04 15:58:03 +03:00
EnumDev 4ef6867f4e Switch to new package format 2026-06-13 20:00:58 +03:00
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
name: python-flit-core name: python-flit-core
description: A PEP 517 build backend for packages using Flit description: A PEP 517 build backend for packages using Flit
version: 4.0.0 version: 4.0.2
revision: 3 revision: 1
url: https://pypi.org/project/flit-core/ url: https://pypi.org/project/flit-core/
license: BSD-3-Clause license: BSD-3-Clause
maintainers: maintainers:
@@ -15,4 +15,4 @@ downloads:
- url: https://github.com/pypa/flit/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz - url: https://github.com/pypa/flit/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: eddb35521cd8e57410f947010f8fe6d08d158e2fc47626de039166e1b1e99358 checksum: ba7ad0443106ecaeff28afa59d5621ac796d9108be7151b090ee554d652dfca4
+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