You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently realized that many of the conda-forge recipe point to pypi.io, and that
https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.{{ ext}}
Redirect to https://pypi.org/... which itself
Redirect to https://files.pythonhosted.org/...
2 questions:
How much should we work on not having links to pypi.io ? That is to say how aggressively should we update recipes to point to pypi.org, or emit errors/warning message.
same for pypi.org, if we can directly update code to reach for https://files.pythonhosted.org/... url, how aggressively should we try to do it.
The text was updated successfully, but these errors were encountered:
I recently realized that many of the conda-forge recipe point to pypi.io, and that
https://pypi.org/...
which itselfhttps://files.pythonhosted.org/...
2 questions:
pypi.io
? That is to say how aggressively should we update recipes to point to pypi.org, or emit errors/warning message.https://files.pythonhosted.org/...
url, how aggressively should we try to do it.The text was updated successfully, but these errors were encountered: