summaryrefslogtreecommitdiff
path: root/python3-packaging
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2017-02-12 12:16:35 +1100
committerDanny Rawlins <monster.romster@gmail.com>2017-02-12 12:17:19 +1100
commit1fca0ac74b55de9a74582f3b3ef855770ac1c609 (patch)
tree82e8ae003860ec4569f07fd20a77786f1deeb02a /python3-packaging
parentb1d8dea565c30bdd5886df66b25e869dd94a612b (diff)
downloadopt-1fca0ac74b55de9a74582f3b3ef855770ac1c609.tar.gz
opt-1fca0ac74b55de9a74582f3b3ef855770ac1c609.tar.xz
setuptools and python3-setuptools fix urls
Diffstat (limited to 'python3-packaging')
-rw-r--r--python3-packaging/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/python3-packaging/Pkgfile b/python3-packaging/Pkgfile
index f2ed8e0a4..a38a91ff8 100644
--- a/python3-packaging/Pkgfile
+++ b/python3-packaging/Pkgfile
@@ -6,7 +6,7 @@
name=python3-packaging
version=16.8
release=1
-source=(https://pypi.python.org/packages/c6/70/bb32913de251017e266c5114d0a645f262fb10ebc9bf6de894966d124e35/packaging-$version.tar.gz
+source=(https://files.pythonhosted.org/packages/source/${name:8:1}/${name#*-}/${name#*-}-$version.tar.gz
https://bootstrap.pypa.io/get-pip.py)
build() {

Generated by cgit