<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d16d26c0ac069063cdbd8953a259827d245866ed">https://github.com/macports/macports-ports/commit/d16d26c0ac069063cdbd8953a259827d245866ed</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new d16d26c  mirror_sites.tcl: Remove pypi.python.org URL
</span>d16d26c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d16d26c0ac069063cdbd8953a259827d245866ed
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Apr 16 18:15:31 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    mirror_sites.tcl: Remove pypi.python.org URL
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    It just redirects to the corresponding files.pythonhosted.org URL.
</span>---
 _resources/port1.0/fetch/mirror_sites.tcl | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/fetch/mirror_sites.tcl b/_resources/port1.0/fetch/mirror_sites.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 01efe5a..cb2b9cb 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/fetch/mirror_sites.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/fetch/mirror_sites.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -643,12 +643,11 @@ set portfetch::mirror_sites::sites(postgresql) {
</span> # to use this.
 #
 # files.pythonhosted.org has a redirector so you don't have to know the
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# hash-based subdir on pypi in order to fetch. Currently requires TLS 1.2,
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# which doesn't work on 10.8 and earlier.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# hash-based subdir in order to fetch. Requires TLS 1.2, which doesn't work
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# on 10.8 and earlier.
</span> 
 set portfetch::mirror_sites::sites(pypi) {
     https://files.pythonhosted.org/packages/source/:nosubdir
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    https://pypi.python.org/packages/source/:nosubdir
</span> }
 
 set portfetch::mirror_sites::sites(ruby) {
</pre><pre style='margin:0'>

</pre>