From 5b1258ec040fa0dd250c1d4aefe4fd9d049acadb Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Sun, 12 Feb 2017 13:28:09 +1100 Subject: [PATCH] fix python- urls oops --- python-appdirs/Pkgfile | 2 +- python-packaging/Pkgfile | 2 +- python-pip/Pkgfile | 2 +- python-pyparsing/Pkgfile | 2 +- python-setuptools/Pkgfile | 2 +- python-six/Pkgfile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/python-appdirs/Pkgfile b/python-appdirs/Pkgfile index 84598ca99..b5e0ed046 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:7: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 cef158a9c..8eb711193 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:7: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 46e393b7e..71ec730fe 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:7: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 dbf1696e5..376de2927 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:7: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 fb6854a8e..0e76b5561 100644 --- a/python-setuptools/Pkgfile +++ b/python-setuptools/Pkgfile @@ -6,7 +6,7 @@ name=python-setuptools version=34.1.1 release=1 -source=(https://files.pythonhosted.org/packages/source/${name:7: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 6349ad645..d359a3f4f 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:7: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() {