Download from pypi.io, not pypi.python.org (#4981)
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
class PyBottleneck(PythonPackage):
|
||||
"""A collection of fast NumPy array functions written in Cython."""
|
||||
homepage = "https://pypi.python.org/pypi/Bottleneck/1.0.0"
|
||||
url = "https://pypi.python.org/packages/source/B/Bottleneck/Bottleneck-1.0.0.tar.gz"
|
||||
url = "https://pypi.io/packages/source/B/Bottleneck/Bottleneck-1.0.0.tar.gz"
|
||||
|
||||
version('1.0.0', '380fa6f275bd24f27e7cf0e0d752f5d2')
|
||||
|
||||
|
Reference in New Issue
Block a user