python2: move to obsolete

This commit is contained in:
Muhammad Herdiansyah 2019-07-23 15:57:39 +07:00
parent 08ddb20e8a
commit 1ac5888703
4 changed files with 14 additions and 0 deletions

11
obsolete/python2/build Executable file
View File

@ -0,0 +1,11 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--without-ensurepip
make
make DESTDIR="$1" install
rm "$1/usr/bin/2to3"
rm "$1/usr/bin/python"

View File

@ -0,0 +1 @@
f222ef602647eecb6853681156d32de4450a2c39f4de93bd5b20235f2e660ed7 Python-2.7.16.tar.xz

1
obsolete/python2/sources Normal file
View File

@ -0,0 +1 @@
https://www.python.org/ftp/python/2.7.16/Python-2.7.16.tar.xz

1
obsolete/python2/version Normal file
View File

@ -0,0 +1 @@
2.7.16 1