Page MenuHomeFreeBSD

[bsd.sites.mk] rename CHEESESHOP to PYPI
ClosedPublic

Authored by AMDmi3 on Nov 28 2022, 1:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jan 25, 4:53 PM
Unknown Object (File)
Dec 13 2024, 4:21 PM
Unknown Object (File)
Oct 28 2024, 4:52 PM
Unknown Object (File)
Oct 19 2024, 1:08 AM
Unknown Object (File)
Oct 19 2024, 1:07 AM
Unknown Object (File)
Oct 19 2024, 1:07 AM
Unknown Object (File)
Oct 19 2024, 1:07 AM
Unknown Object (File)
Oct 19 2024, 12:34 AM
Subscribers

Details

Summary

Nobody refers to PyPI as Cheeseshop these days, so let's rename the MASTER_SITE name from CHEESESHOP to PYPI for clarity. The patch implies gradual migration, but I can prepare one-commit migration with removal of MASTER_SITE_CHEESESHOP if this is more convenient.

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

AMDmi3 created this revision.

What about using aliases like it is done for sourforge, so the default is PYPI with an alias CHEESESHOP?

Then in a second step kill all CHEESESHOP all at once?

This revision is now accepted and ready to land.Dec 6 2022, 1:44 PM
This revision was automatically updated to reflect the committed changes.
In D37518#860163, @bapt wrote:

ping?

Landed. So is it ok to just s/CHEESESHOP/PYPI/ everywhere now and then kill the CHEESESHOP alias?