conda-forge / conda-smithy

The tool for managing conda-forge feedstocks.
https://conda-forge.org/
BSD 3-Clause "New" or "Revised" License
152 stars 183 forks source link

Try to add hints pypi.io -> pypi.org. #2104

Closed Carreau closed 4 weeks ago

Carreau commented 4 weeks ago

See also https://github.com/conda-forge/staged-recipes/pull/27946

Techically pypi.org also has a permanent redict to files.pythonhosted.org, so we could avoid oen more redirect by hinting pypi.org -> files.pythonhosted.org

Checklist

Carreau commented 4 weeks ago

It's not clear if it's hint or lint, .io is technically not wrong (it used to be .io), but I guess it's better to decrease traffic to a legacy domain.

I guess we can ask on the warehouse repo ?

beckermr commented 4 weeks ago

Ah ok. Let's leave it at a hint then.

beckermr commented 4 weeks ago

pre-commit.ci autofix

beckermr commented 4 weeks ago

pre-commit.ci autofix

Carreau commented 4 weeks ago

thanks for the updates.