aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.sites.mk
diff options
context:
space:
mode:
authorkoobs <koobs@FreeBSD.org>2014-02-04 20:40:44 +0800
committerkoobs <koobs@FreeBSD.org>2014-02-04 20:40:44 +0800
commitd319c48b2e908ff2737c3b80896b171d10ed0f5c (patch)
treee2578cb8862ca9fbcf8c83b517de8f76dcf4c2dc /Mk/bsd.sites.mk
parent609c18cd1909e53ede284f80d4c377ed787e947d (diff)
downloadfreebsd-ports-graphics-d319c48b2e908ff2737c3b80896b171d10ed0f5c.tar.gz
freebsd-ports-graphics-d319c48b2e908ff2737c3b80896b171d10ed0f5c.tar.zst
freebsd-ports-graphics-d319c48b2e908ff2737c3b80896b171d10ed0f5c.zip
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
Diffstat (limited to 'Mk/bsd.sites.mk')
-rw-r--r--Mk/bsd.sites.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk
index 5851efaedf6..c21eb97aea4 100644
--- a/Mk/bsd.sites.mk
+++ b/Mk/bsd.sites.mk
@@ -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