Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2017 14:55:06 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r444758 - head/Mk
Message-ID:  <201706301455.v5UEt6GE062615@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706301455.v5UEt6GE062615>