summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gillespie <tgbugs@gmail.com>2023-03-17 17:42:37 -0700
committerSam James <sam@gentoo.org>2023-03-19 01:03:47 +0000
commita2d6d90f481821f7d5a10aadd40b86810f845f1e (patch)
tree3dedbdec8f241eb1a03074e37a7722e7bc32b9c7
parentscripts/bootstrap-prefix.sh: drop obsolete FEATURES="force-prefix" (diff)
downloadprefix-a2d6d90f.tar.gz
prefix-a2d6d90f.tar.bz2
prefix-a2d6d90f.zip
scripts/bootstrap-prefix.sh: bump cygwin python version
3.9.9 is no longer in the cygwin tree so replace it with 3.9.10 Closes: https://bugs.gentoo.org/902091 Signed-off-by: Tom Gillespie <tgbugs@gmail.com> Closes: https://github.com/gentoo/prefix/pull/25 Signed-off-by: Sam James <sam@gentoo.org>
-rwxr-xr-xscripts/bootstrap-prefix.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index f1aa870462..9f048edb00 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1007,7 +1007,7 @@ python_ver() {
bootstrap_python() {
if [[ ${CHOST} == *-cygwin* ]] ; then
- PV=3.9.9
+ PV=3.9.10
else
PV=3.10.4
fi
@@ -1040,7 +1040,7 @@ bootstrap_python() {
# that cygwin has packaged if we don't do exact matches on the
# version then some patches may not apply cleanly
- cygpyver="3.9.9-1"
+ cygpyver="3.9.10-1"
efetch "https://mirrors.kernel.org/sourceware/cygwin/x86_64/release/python39/python39-${cygpyver}-src.tar.xz" \
|| return 1
xz -dc "${DISTDIR}"/"python39-${cygpyver}-src.tar.xz" | tar -xf -