From dea2a1fa20fc8e843cd85e5920a67b9054d00b2e Mon Sep 17 00:00:00 2001 From: Woodpecker CI Date: Sun, 24 May 2026 15:40:32 +0000 Subject: Woodpecker CI ef5bfeb93345a5a681d88e99775622bf28defd8d [SKIP CI] --- .../nodejs/nodejs-allow-build-with-python-3.14.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 repos/extra/nodejs/nodejs-allow-build-with-python-3.14.patch (limited to 'repos/extra/nodejs/nodejs-allow-build-with-python-3.14.patch') diff --git a/repos/extra/nodejs/nodejs-allow-build-with-python-3.14.patch b/repos/extra/nodejs/nodejs-allow-build-with-python-3.14.patch deleted file mode 100644 index bd27a414..00000000 --- a/repos/extra/nodejs/nodejs-allow-build-with-python-3.14.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- node-v24.11.1-orig/configure -+++ node-v24.11.1/configure -@@ -4,6 +4,7 @@ - # Note that the mix of single and double quotes is intentional, - # as is the fact that the ] goes on a new line. - _=[ 'exec' '/bin/sh' '-c' ''' -+command -v python3.14 >/dev/null && exec python3.14 "$0" "$@" - command -v python3.13 >/dev/null && exec python3.13 "$0" "$@" - command -v python3.12 >/dev/null && exec python3.12 "$0" "$@" - command -v python3.11 >/dev/null && exec python3.11 "$0" "$@" -@@ -22,7 +23,7 @@ - from distutils.spawn import find_executable as which - - print('Node.js configure: Found Python {}.{}.{}...'.format(*sys.version_info)) --acceptable_pythons = ((3, 13), (3, 12), (3, 11), (3, 10), (3, 9)) -+acceptable_pythons = ((3, 14), (3, 13), (3, 12), (3, 11), (3, 10), (3, 9)) - if sys.version_info[:2] in acceptable_pythons: - import configure - else: -- cgit v1.2.3