Rebuild with python 3.14

This commit is contained in:
2026-05-06 21:05:26 +03:00
parent 5a3fa181f7
commit 8a3a738cb0
2 changed files with 2 additions and 3 deletions
+2 -2
View File
@@ -1,14 +1,14 @@
name: python-parameterized name: python-parameterized
description: Parameterized testing with any Python test framework description: Parameterized testing with any Python test framework
version: 0.9.0 version: 0.9.0
revision: 1 revision: 2
url: https://github.com/wolever/parameterized url: https://github.com/wolever/parameterized
license: BSD-2-Clause license: BSD-2-Clause
architecture: any architecture: any
output_architecture: any output_architecture: any
type: source type: source
depends: depends:
- python3 - python3=3.14.*
make_depends: make_depends:
- python-build - python-build
- python-installer - python-installer
-1
View File
@@ -2,7 +2,6 @@
# 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
# The build function is executed in the source directory # The build function is executed in the source directory
# This function is used to compile the source code # This function is used to compile the source code
build() { build() {