Download from pypi.io, not pypi.python.org (#4981)

This commit is contained in:
Adam J. Stewart
2017-08-06 11:45:00 -05:00
committed by GitHub
parent 0acee2f4b1
commit afc4f9c3c2
64 changed files with 70 additions and 84 deletions

View File

@@ -30,6 +30,6 @@ class PyFunctools32(PythonPackage):
PyPy."""
homepage = "https://github.com/MiCHiLU/python-functools32"
url = "https://pypi.python.org/packages/source/f/functools32/functools32-3.2.3-2.tar.gz"
url = "https://pypi.io/packages/source/f/functools32/functools32-3.2.3-2.tar.gz"
version('3.2.3-2', '09f24ffd9af9f6cd0f63cb9f4e23d4b2')