CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
nss: updated to 3.76.1
[ports/opt-arm.git] / python3-setuptools / Pkgfile
index feb44e32c36a336f15fb8111975f6634bb539739..ee15fcbe531616cc289f519e9904ed9951476b42 100644 (file)
@@ -5,9 +5,9 @@
 # Depends on: python3
 
 name=python3-setuptools
-version=50.3.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
 }