python: Rollbac to 3.6.8

This commit is contained in:
Dylan Araps 2019-06-27 11:51:04 +03:00
parent 7878725d5c
commit 0f29f261fe
5 changed files with 4 additions and 15 deletions

View File

@ -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

View File

@ -1 +1 @@
da60b54064d4cfcd9c26576f6df2690e62085123826cff2e667e72a91952d318 Python-3.7.3.tar.xz
35446241e995773b1bed7d196f4b624dadcadc8429f26282e756b2fb8a351193 Python-3.6.8.tar.xz

View File

@ -1,4 +0,0 @@
libressl
libffi
expat
zlib

View File

@ -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

View File

@ -1 +1 @@
3.7.3 1
3.6.8 1