diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2017-02-12 12:16:35 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2017-02-12 12:17:19 +1100 |
commit | 1fca0ac74b55de9a74582f3b3ef855770ac1c609 (patch) | |
tree | 82e8ae003860ec4569f07fd20a77786f1deeb02a /python3-setuptools | |
parent | b1d8dea565c30bdd5886df66b25e869dd94a612b (diff) | |
download | opt-1fca0ac74b55de9a74582f3b3ef855770ac1c609.tar.gz opt-1fca0ac74b55de9a74582f3b3ef855770ac1c609.tar.xz |
setuptools and python3-setuptools fix urls
Diffstat (limited to 'python3-setuptools')
-rw-r--r-- | python3-setuptools/Pkgfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python3-setuptools/Pkgfile b/python3-setuptools/Pkgfile index c51640111..b1742084f 100644 --- a/python3-setuptools/Pkgfile +++ b/python3-setuptools/Pkgfile @@ -6,8 +6,7 @@ name=python3-setuptools version=34.1.1 release=1 -#source=(https://github.com/pypa/setuptools/archive/v$version.tar.gz) -source=(https://pypi.python.org/packages/e2/51/3ea582a6d64dcd36858a10de31d43ca8ea0a3be5386dd0caf6503167cdfb/setuptools-$version.zip +source=(https://files.pythonhosted.org/packages/source/${name:8:1}/${name#*-}/${name#*-}-$version.zip https://bootstrap.pypa.io/get-pip.py) build() { |