Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/
Date: Sun, 19 Mar 2023 01:03:53
Message-Id: 1679187827.a2d6d90f481821f7d5a10aadd40b86810f845f1e.sam@gentoo
1 commit: a2d6d90f481821f7d5a10aadd40b86810f845f1e
2 Author: Tom Gillespie <tgbugs <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 18 00:42:37 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 19 01:03:47 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=a2d6d90f
7
8 scripts/bootstrap-prefix.sh: bump cygwin python version
9
10 3.9.9 is no longer in the cygwin tree so replace it with 3.9.10
11
12 Closes: https://bugs.gentoo.org/902091
13 Signed-off-by: Tom Gillespie <tgbugs <AT> gmail.com>
14 Closes: https://github.com/gentoo/prefix/pull/25
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 scripts/bootstrap-prefix.sh | 4 ++--
18 1 file changed, 2 insertions(+), 2 deletions(-)
19
20 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
21 index f1aa870462..9f048edb00 100755
22 --- a/scripts/bootstrap-prefix.sh
23 +++ b/scripts/bootstrap-prefix.sh
24 @@ -1007,7 +1007,7 @@ python_ver() {
25
26 bootstrap_python() {
27 if [[ ${CHOST} == *-cygwin* ]] ; then
28 - PV=3.9.9
29 + PV=3.9.10
30 else
31 PV=3.10.4
32 fi
33 @@ -1040,7 +1040,7 @@ bootstrap_python() {
34 # that cygwin has packaged if we don't do exact matches on the
35 # version then some patches may not apply cleanly
36
37 - cygpyver="3.9.9-1"
38 + cygpyver="3.9.10-1"
39 efetch "https://mirrors.kernel.org/sourceware/cygwin/x86_64/release/python39/python39-${cygpyver}-src.tar.xz" \
40 || return 1
41 xz -dc "${DISTDIR}"/"python39-${cygpyver}-src.tar.xz" | tar -xf -