forked from kiss-community/repo
python2: move to obsolete
This commit is contained in:
parent
08ddb20e8a
commit
1ac5888703
11
obsolete/python2/build
Executable file
11
obsolete/python2/build
Executable 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"
|
1
obsolete/python2/checksums
Normal file
1
obsolete/python2/checksums
Normal file
@ -0,0 +1 @@
|
||||
f222ef602647eecb6853681156d32de4450a2c39f4de93bd5b20235f2e660ed7 Python-2.7.16.tar.xz
|
1
obsolete/python2/sources
Normal file
1
obsolete/python2/sources
Normal 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
1
obsolete/python2/version
Normal file
@ -0,0 +1 @@
|
||||
2.7.16 1
|
Loading…
Reference in New Issue
Block a user