From 8a3a738cb0ba0ecc9c2eb0289f1ae6096b1f4670 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Wed, 6 May 2026 21:05:26 +0300 Subject: [PATCH] Rebuild with python 3.14 --- pkg.info | 4 ++-- source.sh | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pkg.info b/pkg.info index 9f666cb..d3b6b7d 100644 --- a/pkg.info +++ b/pkg.info @@ -1,14 +1,14 @@ name: python-parameterized description: Parameterized testing with any Python test framework version: 0.9.0 -revision: 1 +revision: 2 url: https://github.com/wolever/parameterized license: BSD-2-Clause architecture: any output_architecture: any type: source depends: - - python3 + - python3=3.14.* make_depends: - python-build - python-installer diff --git a/source.sh b/source.sh index 11de576..2c25770 100644 --- a/source.sh +++ b/source.sh @@ -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 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 # This function is used to compile the source code build() {