changeset 1231:1b84538ac65c

python/python2: upgrade to 2.7.18
author David Demelier <markand@malikania.fr>
date Sat, 30 Oct 2021 10:24:16 +0200
parents e4e77ca5acff
children 8c8a5d449ee0
files python/python2/python2.sh python/python2/python2.sha1
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/python/python2/python2.sh	Sat Oct 30 09:59:26 2021 +0200
+++ b/python/python2/python2.sh	Sat Oct 30 10:24:16 2021 +0200
@@ -16,9 +16,9 @@
 #
 
 PKGNAME=python2
-PKGVERSION=2.7.16
+PKGVERSION=2.7.18
 PKGREVISION=1
-PKGLICENSE="PSF"
+PKGLICENSE="PSF-2.0"
 PKGSUMMARY="high-level scripting language"
 PKGDOWNLOAD="https://www.python.org/ftp/python/$PKGVERSION/Python-$PKGVERSION.tar.xz"
 PKGDEPENDS="libffi expat zlib libressl"
@@ -43,7 +43,7 @@
 build()
 {
 	rm -rf Python-$PKGVERSION
-	tar xvf Python-$PKGVERSION.tar.xz
+	tar -xvf Python-$PKGVERSION.tar.xz
 	cd Python-$PKGVERSION
 
 	CC="$CC" \
--- a/python/python2/python2.sha1	Sat Oct 30 09:59:26 2021 +0200
+++ b/python/python2/python2.sha1	Sat Oct 30 10:24:16 2021 +0200
@@ -1,1 +1,1 @@
-e9543af127d958b12b0edfb9340d4f0af3d0d90e  Python-2.7.16.tar.xz
+678d4cf483a1c92efd347ee8e1e79326dc82810b  Python-2.7.18.tar.xz