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)
Fri, Oct 10, 5:34 PM
Unknown Object (File)
Fri, Sep 19, 11:44 AM
Unknown Object (File)
Wed, Sep 17, 4:09 AM
Unknown Object (File)
Sep 14 2025, 4:10 AM
Unknown Object (File)
Sep 13 2025, 1:14 PM
Unknown Object (File)
Aug 26 2025, 1:01 AM
Unknown Object (File)
Aug 17 2025, 2:07 AM
Unknown Object (File)
Aug 7 2025, 11:49 PM
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?