aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2017-06-30 14:55:05 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2017-06-30 14:55:05 +0000
commitd9f81cded4fbb873a276f41dd99a7458641be52b (patch)
treee95d1a2216611de61cf4e96ae16cd4c619466eb2 /Mk
parent05b84fd4f2c6cf357f864f1bba8f053fd17e49e4 (diff)
downloadports-d9f81cded4fbb873a276f41dd99a7458641be52b.tar.gz
ports-d9f81cded4fbb873a276f41dd99a7458641be52b.zip
Update MASTER_SITE_CHEESESHOP
Move `files.pythonhosted.org` mirror to the top The mirror `pypi.python.org` soon will be replaced with the new Warehouse [1][2], now it's only serving the old files and its returning `404 - Not Found` to the new files hosted [1] https://pypi.org [2] https://github.com/pypa/warehouse Approved by: garga (mentor), python (sunpoet) Differential Revision: https://reviews.freebsd.org/D11420
Notes
Notes: svn path=/head/; revision=444758
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.sites.mk7
1 files changed, 2 insertions, 5 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk
index 13635a4f8b26..e71cb5cbf6f4 100644
--- a/Mk/bsd.sites.mk
+++ b/Mk/bsd.sites.mk
@@ -101,12 +101,9 @@ MASTER_SITE_BERLIOS+= \
.endif
.if !defined(IGNORE_MASTER_SITE_CHEESESHOP)
-# PEP-449 Compatible MASTER_SITES
-# Removal of the PyPI Mirror Auto Discovery and Naming Scheme
-# Reference: https://www.python.org/dev/peps/pep-0449/
MASTER_SITE_CHEESESHOP+= \
- https://pypi.python.org/packages/%SUBDIR%/ \
- https://files.pythonhosted.org/packages/%SUBDIR%/
+ https://files.pythonhosted.org/packages/%SUBDIR%/ \
+ https://pypi.python.org/packages/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_COMP_SOURCES)