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)
Notes
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)