Rebuild with python 3.14
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user