diff options
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/python2/build | 14 | ||||
-rw-r--r-- | extra/python2/checksums | 1 | ||||
-rw-r--r-- | extra/python2/depends | 3 | ||||
-rw-r--r-- | extra/python2/sources | 1 | ||||
-rw-r--r-- | extra/python2/version | 1 |
5 files changed, 0 insertions, 20 deletions
diff --git a/extra/python2/build b/extra/python2/build deleted file mode 100755 index 3b3866ff..00000000 --- a/extra/python2/build +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr \ - --without-ensurepip - -make -make DESTDIR="$1" install - -rm "$1/usr/bin/2to3" -rm "$1/usr/bin/python" - -# Make static library writable. -chmod -v u+w "$1/usr/lib/libpython"*.a diff --git a/extra/python2/checksums b/extra/python2/checksums deleted file mode 100644 index 01c6883e..00000000 --- a/extra/python2/checksums +++ /dev/null @@ -1 +0,0 @@ -4d43f033cdbd0aa7b7023c81b0e986fd11e653b5248dac9144d508f11812ba41 Python-2.7.17.tar.xz diff --git a/extra/python2/depends b/extra/python2/depends deleted file mode 100644 index 4711f7dd..00000000 --- a/extra/python2/depends +++ /dev/null @@ -1,3 +0,0 @@ -bzip2 -sqlite -zlib diff --git a/extra/python2/sources b/extra/python2/sources deleted file mode 100644 index af09d116..00000000 --- a/extra/python2/sources +++ /dev/null @@ -1 +0,0 @@ -https://www.python.org/ftp/python/2.7.17/Python-2.7.17.tar.xz diff --git a/extra/python2/version b/extra/python2/version deleted file mode 100644 index 6b274355..00000000 --- a/extra/python2/version +++ /dev/null @@ -1 +0,0 @@ -2.7.17 1 |