|
44 | 44 |
|
45 | 45 | if echo $PYBUILD |grep -q 14$ |
46 | 46 | then |
47 | | - wget -c https://www.python.org/ftp/python/3.14.0/Python-3.14.0a5.tar.xz |
48 | | - tar xf Python-3.14.0a5.tar.xz |
49 | | - ln -s Python-3.14.0a5 cpython${PYBUILD} |
| 47 | + |
| 48 | + wget -c https://www.python.org/ftp/python/3.14.0/Python-3.14.0b3.tar.xz |
| 49 | + tar xf Python-3.14.0b3.tar.xz |
| 50 | + ln -s Python-3.14.0b3 cpython${PYBUILD} |
50 | 51 |
|
51 | 52 | mkdir $SDKROOT/devices/emsdk/usr/lib $SDKROOT/devices/$(arch)/usr/lib -p |
52 | 53 |
|
|
86 | 87 | pwd |
87 | 88 | ls |
88 | 89 | echo " * fetching remote cpython sources" |
89 | | - wget -q -c https://www.python.org/ftp/python/3.13.3/Python-3.13.3.tar.xz |
90 | | - tar xf Python-3.13.3.tar.xz || exit 87 |
| 90 | + wget -q -c https://www.python.org/ftp/python/3.13.5/Python-3.13.5.tar.xz |
| 91 | + tar xf Python-3.13.5.tar.xz || exit 90 |
| 92 | + ln -s Python-3.13.5 cpython${PYBUILD} |
91 | 93 |
|
92 | | - ln -s Python-3.13.3 cpython${PYBUILD} |
93 | 94 |
|
94 | 95 | sed -i 's|ProcessPoolExecutor = None|return True|g' cpython3.13/Lib/compileall.py |
95 | 96 |
|
|
125 | 126 |
|
126 | 127 | if echo $PYBUILD |grep -q 12$ |
127 | 128 | then |
128 | | - wget -q -c https://www.python.org/ftp/python/3.12.10/Python-3.12.10.tar.xz |
129 | | - tar xf Python-3.12.10.tar.xz |
130 | | - ln -s Python-3.12.10 cpython${PYBUILD} |
| 129 | + wget -q -c https://www.python.org/ftp/python/3.12.11/Python-3.12.11.tar.xz |
| 130 | + tar xf Python-3.12.11.tar.xz |
| 131 | + ln -s Python-3.12.11 cpython${PYBUILD} |
131 | 132 | fi |
132 | 133 |
|
133 | 134 |
|
134 | 135 | if echo $PYBUILD | grep -q 11$ |
135 | 136 | then |
136 | | - wget -q -c https://www.python.org/ftp/python/3.11.12/Python-3.11.12.tar.xz |
137 | | - tar xf Python-3.11.12.tar.xz |
138 | | - ln -s Python-3.11.12 cpython${PYBUILD} |
| 137 | +# wget -q -c https://www.python.org/ftp/python/3.11.12/Python-3.11.12.tar.xz |
| 138 | +# tar xf Python-3.11.12.tar.xz |
| 139 | +# ln -s Python-3.11.12 cpython${PYBUILD} |
| 140 | + wget -q -c https://www.python.org/ftp/python/3.11.13/Python-3.11.13.tar.xz |
| 141 | + tar xf Python-3.11.13.tar.xz |
| 142 | + ln -s Python-3.11.13 cpython${PYBUILD} |
139 | 143 | fi |
140 | 144 |
|
141 | 145 | popd |
|
145 | 149 | if [ -f support/__EMSCRIPTEN__.patches/${PYBUILD}-host.diff ] |
146 | 150 | then |
147 | 151 | pushd src/cpython${PYBUILD} |
148 | | - patch -p1 < ../../support/__EMSCRIPTEN__.patches/${PYBUILD}-host.diff |
| 152 | + patch -p1 < ../../support/__EMSCRIPTEN__.patches/${PYBUILD}-host.diff |
149 | 153 | popd |
150 | 154 | fi |
151 | 155 |
|
|
0 commit comments