<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/87b1b6c445a146a9307e3496972e468f7eeebdd0">https://github.com/macports/macports-ports/commit/87b1b6c445a146a9307e3496972e468f7eeebdd0</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 87b1b6c445a146a9307e3496972e468f7eeebdd0
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Thu Dec 12 19:53:12 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    py-py: remove py34 subport, use https
</span>---
 python/py-py/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-py/Portfile b/python/py-py/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fb0c175..fbfa6bd 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-py/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-py/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -11,7 +11,7 @@ platforms           darwin
</span> license             MIT
 supported_archs     noarch
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions     27 34 35 36 37 38
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions     27 35 36 37 38
</span> 
 maintainers         {stromnov @stromnov} openmaintainer
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,7 +21,7 @@ long_description    The py lib is a Python development support library \
</span>                     featuring ad-hoc distributed execution, micro-threads \
                     and svn abstractions.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            http://pylib.readthedocs.org/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://pylib.readthedocs.org/
</span> master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
 
 distname            ${python.rootname}-${version}
</pre><pre style='margin:0'>

</pre>