mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
python: Rollbac to 3.6.8
This commit is contained in:
parent
7878725d5c
commit
0f29f261fe
@ -1,14 +1,7 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
rm -rf Modules/zlib
|
||||
rm -rf Modules/expat
|
||||
rm -rf Modules/_ctypes/darwin*
|
||||
rm -rf Modules/_ctypes/libffi*
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--with-system-expat \
|
||||
--with-system-ffi
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
||||
|
@ -1 +1 @@
|
||||
da60b54064d4cfcd9c26576f6df2690e62085123826cff2e667e72a91952d318 Python-3.7.3.tar.xz
|
||||
35446241e995773b1bed7d196f4b624dadcadc8429f26282e756b2fb8a351193 Python-3.6.8.tar.xz
|
||||
|
@ -1,4 +0,0 @@
|
||||
libressl
|
||||
libffi
|
||||
expat
|
||||
zlib
|
@ -1 +1 @@
|
||||
https://www.python.org/ftp/python/3.7.3/Python-3.7.3.tar.xz
|
||||
https://www.python.org/ftp/python/3.6.8/Python-3.6.8.tar.xz
|
||||
|
@ -1 +1 @@
|
||||
3.7.3 1
|
||||
3.6.8 1
|
||||
|
Loading…
Reference in New Issue
Block a user