Revision
148868
Author
jmr@macports.org
Date
2016-05-20 12:58:49 -0700 (Fri, 20 May 2016)

Log Message

Add files.pythonhosted.org to pypi mirror group to cope with different URL scheme for newer releases

Modified Paths

Diff

Modified: trunk/dports/_resources/port1.0/fetch/mirror_sites.tcl (148867 => 148868)


--- trunk/dports/_resources/port1.0/fetch/mirror_sites.tcl	2016-05-20 19:54:19 UTC (rev 148867)
+++ trunk/dports/_resources/port1.0/fetch/mirror_sites.tcl	2016-05-20 19:58:49 UTC (rev 148868)
@@ -401,6 +401,7 @@
 # port name) so just use a basic form here and fake it in ports that need
 # to use this.
 set portfetch::mirror_sites::sites(pypi) {
+    https://files.pythonhosted.org/packages/source/:nosubdir
     https://pypi.python.org/packages/source/:nosubdir
 }