[NumPy-Tickets] [NumPy] #2243: pypi page for NumPy has the wrong Download URL
NumPy Trac
numpy-tickets@scipy....
Mon Nov 5 05:49:03 CST 2012
#2243: pypi page for NumPy has the wrong Download URL
-------------------------------+--------------------------------------------
Reporter: iserko | Owner: rgommers
Type: defect | Status: new
Priority: highest | Milestone: Unscheduled
Component: Official binaries | Version: 1.6.2
Keywords: |
-------------------------------+--------------------------------------------
http://pypi.python.org/pypi/numpy
The current Download URL on pypi is set to:
http://sourceforge.net/project/showfiles.php?group_id=1369&package_id=175103
which is pointing to
http://sourceforge.net/projects/numpy/files/OldFiles/
That URL does not exist anymore. It actually returns a 500.
But it should be pointing to:
http://sourceforge.net/projects/numpy/files/NumPy/
I'm using buildout for a project that requires numpy and it is breaking
the build because of it. And I'm probably not the only one.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/2243>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list