python3: bump versions

don't remove __pycache__ directories
This commit is contained in:
Jerome Duval
2020-10-27 20:08:15 +01:00
parent a304039ebf
commit 1fafffa7a7
7 changed files with 43 additions and 52 deletions

View File

@@ -11,7 +11,7 @@ OSI-approved open source license.
HOMEPAGE="https://www.python.org"
LICENSE="Python"
COPYRIGHT="1990-2020 Python Software Foundation"
REVISION="1"
REVISION="2"
SOURCE_URI="https://www.python.org/ftp/python/$portVersion/Python-$portVersion.tar.xz"
CHECKSUM_SHA256="9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854"
SOURCE_DIR="Python-$portVersion"
@@ -136,9 +136,6 @@ INSTALL()
rm -rf ctypes/test distutils/tests idlelib/idle_test lib2to3/tests \
sqlite3/test test tkinter/test unittest/test
# TODO: drop __pycache__ folders as well?
find . -name __pycache__ | xargs rm -rf
rm -f $prefix/bin/{2to3,idle3,pydoc3,python3,python3-config}
}