CRUX-ARM : Home

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