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

@@ -29,7 +29,8 @@ class PyApacheLibcloud(PythonPackage):
"""Python library for multiple cloud provider APIs"""
homepage = "http://libcloud.apache.org"
url = "https://pypi.io/packages/source/a/apache-libcloud/apache-libcloud-1.2.1.tar.gz"
version('1.2.1', '912e6fb1f2d13f7d3b58ee982b9f9d1f', url="https://pypi.python.org/packages/dd/b5/7b8b5796177345b6a7c1f3d4fda9fbbe9aeef000ac33f3aac06f176845d0/apache-libcloud-1.2.1.tar.gz")
version('1.2.1', '912e6fb1f2d13f7d3b58ee982b9f9d1f')
depends_on('py-setuptools', type='build')