Page MenuHomeFreeBSD

mail/py-authres: Move MASTER_SITES to CHEESESHOP
ClosedPublic

Authored by dbaio on Jun 24 2017, 5:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 13 2024, 11:21 PM
Unknown Object (File)
Dec 20 2023, 6:55 AM
Unknown Object (File)
Sep 30 2023, 10:58 AM
Unknown Object (File)
Aug 31 2023, 2:34 PM
Unknown Object (File)
Aug 18 2023, 5:32 PM
Unknown Object (File)
Jul 10 2023, 10:29 AM
Unknown Object (File)
Jun 15 2023, 6:41 PM
Unknown Object (File)
Jun 14 2023, 7:06 PM
Subscribers

Details

Summary
mail/py-authres: Move MASTER_SITES to CHEESESHOP

Using CHEESESHOP (PyPI) is recommended as the default
MASTER_SITES for Python packages where the distribution
files (sdist) are available there, unless there are
compelling reasons to use an alternative source such
as GitHub, for example if test, data or other important
files are not included due to incorrect packaging or otherwise.

PR:	220257
Reported by:	koobs
Reviewed by:   koobs, garga
Approved by:	garga (mentor), yasu@utahime.org (maintainer)
Differential Revision:	D11343
Test Plan
$ portlint -C: looks fine.

$ rm ../../distfiles/authres-0.900.tar.gz

$ make checksum
===>  License APACHE20 accepted by the user
===>   py27-authres-0.900 depends on file: /usr/local/sbin/pkg - found
=> authres-0.900.tar.gz doesn't seem to exist in /usr/home/dbaio/FreeBSD/ports_head/distfiles/.
=> Attempting to fetch https://pypi.python.org/packages/source/a/authres/authres-0.900.tar.gz
fetch: https://pypi.python.org/packages/source/a/authres/authres-0.900.tar.gz: Not Found
=> Attempting to fetch https://files.pythonhosted.org/packages/source/a/authres/authres-0.900.tar.gz
authres-0.900.tar.gz                          100% of   19 kB  416 kBps 00m00s
===> Fetching all distfiles required by py27-authres-0.900 for building
=> SHA256 Checksum OK for authres-0.900.tar.gz.
  • testport: PENDING

Diff Detail

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

Event Timeline

koobs edited the summary of this revision. (Show Details)
koobs edited the test plan for this revision. (Show Details)
koobs edited the summary of this revision. (Show Details)

I modified the commit log message to include a description for the 'why' (rationale) of the change.

This revision is now accepted and ready to land.Jun 25 2017, 3:30 AM
This revision was automatically updated to reflect the committed changes.