ports/opt (3.3): python-setuptools fix urls for crux 3.3 new naming convention python-
commit 8a90a865b3948258ff9e3206b5416eafebd5199c Author: Danny Rawlins <monster.romster@gmail.com> Date: Sun Feb 12 12:30:10 2017 +1100 python-setuptools fix urls for crux 3.3 new naming convention python- diff --git a/python-appdirs/Pkgfile b/python-appdirs/Pkgfile index 0f8cbc6..84598ca 100644 --- a/python-appdirs/Pkgfile +++ b/python-appdirs/Pkgfile @@ -6,7 +6,7 @@ name=python-appdirs version=1.4.0 release=1 -source=(https://files.pythonhosted.org/packages/source/${name:0:1}/$name/$name-$version.tar.gz +source=(https://files.pythonhosted.org/packages/source/${name:7:1}/$name/$name-$version.tar.gz https://bootstrap.pypa.io/get-pip.py) build() { diff --git a/python-packaging/Pkgfile b/python-packaging/Pkgfile index 3182d7f..cef158a 100644 --- a/python-packaging/Pkgfile +++ b/python-packaging/Pkgfile @@ -6,7 +6,7 @@ name=python-packaging version=16.8 release=1 -source=(https://files.pythonhosted.org/packages/source/${name:0:1}/$name/$name-$version.tar.gz +source=(https://files.pythonhosted.org/packages/source/${name:7:1}/$name/$name-$version.tar.gz https://bootstrap.pypa.io/get-pip.py) build() { diff --git a/python-pip/Pkgfile b/python-pip/Pkgfile index 3bda62b..46e393b 100644 --- a/python-pip/Pkgfile +++ b/python-pip/Pkgfile @@ -6,7 +6,7 @@ name=python-pip version=9.0.1 release=2 -source=(https://files.pythonhosted.org/packages/source/${name:0:1}/$name/$name-$version.tar.gz +source=(https://files.pythonhosted.org/packages/source/${name:7:1}/$name/$name-$version.tar.gz https://bootstrap.pypa.io/get-pip.py) build() { diff --git a/python-pyparsing/Pkgfile b/python-pyparsing/Pkgfile index c62ddc1..dbf1696 100644 --- a/python-pyparsing/Pkgfile +++ b/python-pyparsing/Pkgfile @@ -6,7 +6,7 @@ name=python-pyparsing version=2.1.10 release=1 -source=(https://files.pythonhosted.org/packages/source/${name:0:1}/$name/$name-$version.tar.gz +source=(https://files.pythonhosted.org/packages/source/${name:7:1}/$name/$name-$version.tar.gz https://bootstrap.pypa.io/get-pip.py) build() { diff --git a/python-setuptools/Pkgfile b/python-setuptools/Pkgfile index a07c223..fb6854a 100644 --- a/python-setuptools/Pkgfile +++ b/python-setuptools/Pkgfile @@ -6,8 +6,7 @@ name=python-setuptools version=34.1.1 release=1 -#source=(https://github.com/pypa/setuptools/archive/v$version.tar.gz) -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() { diff --git a/python-six/Pkgfile b/python-six/Pkgfile index d3cd3f0..6349ad6 100644 --- a/python-six/Pkgfile +++ b/python-six/Pkgfile @@ -6,7 +6,7 @@ name=python-six version=1.10.0 release=2 -source=(https://files.pythonhosted.org/packages/source/${name:0:1}/$name/$name-$version.tar.gz +source=(https://files.pythonhosted.org/packages/source/${name:7:1}/$name/$name-$version.tar.gz https://bootstrap.pypa.io/get-pip.py) build() {
participants (1)
-
crux@crux.nu