Compare commits

...
4 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
EnumDev 639c72d668 Use wildcard dependency matching 2026-05-06 11:49:23 +03:00
EnumDev 4f484e1bb2 Rebuild with python 3.14 2026-05-06 11:26:56 +03:00
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
name: python-flit-core
description: A PEP 517 build backend for packages using Flit
version: 4.0.0
version: 4.0.2
revision: 1
url: https://pypi.org/project/flit-core/
license: BSD-3-Clause
@@ -10,9 +10,9 @@ architecture: any
output_architecture: any
type: source
depends:
- python3
- python3=3.14.*
downloads:
- url: https://github.com/pypa/flit/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE}
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 output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT