ports/opt (3.3): python-setuptools: fix merge form opt/3.2
commit 207120cb933e83169d718cbcb19044c1be5190fe Author: Danny Rawlins <monster.romster@gmail.com> Date: Sat Feb 18 15:45:14 2017 +1100 python-setuptools: fix merge form opt/3.2 diff --git a/python-setuptools/Pkgfile b/python-setuptools/Pkgfile index aab5392..380a903 100644 --- a/python-setuptools/Pkgfile +++ b/python-setuptools/Pkgfile @@ -3,10 +3,10 @@ # Maintainer: Danny Rawlins, crux at romster dot me # Depends on: python-appdirs python-packaging python-pip -name=setuptools +name=python-setuptools version=34.2.0 release=1 -source=(https://files.pythonhosted.org/packages/source/${name:0:1}/$name/$name-$version.zip +source=(https://files.pythonhosted.org/packages/source/${name:7:1}/${name#*-}/${name#*-}-$version.zip https://bootstrap.pypa.io/get-pip.py) build() {
participants (1)
-
crux@crux.nu