X-Git-Url: http://gitweb/?a=blobdiff_plain;f=python3-setuptools%2FPkgfile;h=ee15fcbe531616cc289f519e9904ed9951476b42;hb=ad6c76dd3f58b132e17e0a4f202dc6d8d8beb12b;hp=c99e9f0f1af3466c4bdc6f37f2b9035dda0c763c;hpb=520b932315e2523ea6f222970ad31384e831f54f;p=ports%2Fopt-arm.git diff --git a/python3-setuptools/Pkgfile b/python3-setuptools/Pkgfile index c99e9f0..ee15fcb 100644 --- a/python3-setuptools/Pkgfile +++ b/python3-setuptools/Pkgfile @@ -5,9 +5,9 @@ # Depends on: python3 name=python3-setuptools -version=41.2.0 +version=59.5.0 release=1 -source=(https://files.pythonhosted.org/packages/source/${name:8:1}/${name#*-}/${name#*-}-$version.zip) +source=(https://files.pythonhosted.org/packages/source/${name:8:1}/${name#*-}/${name#*-}-$version.tar.gz) build() { cd ${name#*-}-$version @@ -19,6 +19,4 @@ build() { /usr/bin/python3 setup.py install \ --prefix=/usr --root=$PKG --optimize=1 - - rm $PKG/usr/bin/easy_install }