1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Mk/bsd.sites.mk: Deprecate c. and f. pypi.python.org [part II]

Bring the Python PyPi MASTERSITES list back to the future - Part II [1]

The Python project is deprecating the existing mirror architecture and
DNS in favour of a globally distributed CDN provided by Fastly [2][3]

c.pypi.python.org now serves:

	<<< HTTP/1.1 401 Authorization Required

f.pypi.python.org serves:

	<<< HTTP/1.1 410 Gone

Compensating...

[1] https://svnweb.freebsd.org/ports?view=revision&revision=325846
[2] http://www.python.org/dev/peps/pep-0449/
[3] http://mail.python.org/pipermail/distutils-sig/2013-August/022126.html

Discovered by:	mat
This commit is contained in:
Kubilay Kocak 2014-02-04 12:40:44 +00:00
parent e867186727
commit ccd2d5d666
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342514

View File

@ -121,9 +121,7 @@ MASTER_SITE_CENKES+= \
.if !defined(IGNORE_MASTER_SITE_CHEESESHOP)
MASTER_SITE_CHEESESHOP+= \
http://pypi.python.org/packages/%SUBDIR%/ \
http://c.pypi.python.org/packages/%SUBDIR%/ \
http://e.pypi.python.org/packages/%SUBDIR%/ \
http://f.pypi.python.org/packages/%SUBDIR%/ \
http://pypi.crate.io/packages/%SUBDIR%/ \
http://pypi.python.jp/${DISTNAME:S/${DISTVERSION}//:S/-//}/
.endif