svn commit: r444758 - head/Mk

Danilo G. Baio dbaio at FreeBSD.org
Fri Jun 30 14:55:07 UTC 2017


Author: dbaio
Date: Fri Jun 30 14:55:05 2017
New Revision: 444758
URL: https://svnweb.freebsd.org/changeset/ports/444758

Log:
  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

Modified:
  head/Mk/bsd.sites.mk

Modified: head/Mk/bsd.sites.mk
==============================================================================
--- head/Mk/bsd.sites.mk	Fri Jun 30 14:45:52 2017	(r444757)
+++ head/Mk/bsd.sites.mk	Fri Jun 30 14:55:05 2017	(r444758)
@@ -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)


More information about the svn-ports-all mailing list