X-Git-Url: http://gitweb/?a=blobdiff_plain;f=python3-setuptools%2FPkgfile;h=a032b2985b20f7a7680009082aa52feaf8e2dc9d;hb=01f98fe0ac497aa6a43850e834497f01d77cc127;hp=558e1d2ef1a2ff9f466c6ed735644a2e70fc2b9f;hpb=60eea99cdd31e28ee81c68fe51c1c2434eabbeb8;p=ports%2Fopt-arm.git diff --git a/python3-setuptools/Pkgfile b/python3-setuptools/Pkgfile index 558e1d2..a032b29 100644 --- a/python3-setuptools/Pkgfile +++ b/python3-setuptools/Pkgfile @@ -5,9 +5,9 @@ # Depends on: python3 name=python3-setuptools -version=42.0.2 +version=58.5.3 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 }