From a950fb3ebc3b4994c982fbf4f11416813ccc0ad2 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 22 Apr 2020 19:38:10 +0300 Subject: python2: drop from repositories --- extra/python2/build | 14 -------------- extra/python2/checksums | 1 - extra/python2/depends | 3 --- extra/python2/sources | 1 - extra/python2/version | 1 - 5 files changed, 20 deletions(-) delete mode 100755 extra/python2/build delete mode 100644 extra/python2/checksums delete mode 100644 extra/python2/depends delete mode 100644 extra/python2/sources delete mode 100644 extra/python2/version 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 -- cgit v1.2.3