<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/02b533635e6446bda611d8ab0f0f79065837f37b">https://github.com/macports/macports-ports/commit/02b533635e6446bda611d8ab0f0f79065837f37b</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 02b533635e6446bda611d8ab0f0f79065837f37b
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Thu Dec 12 09:13:36 2019 -0500

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-cffi/Portfile b/python/py-cffi/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ea218b2..30e746e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-cffi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-cffi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,7 +9,7 @@ categories-append   devel
</span> platforms           darwin
 license             MIT
 
<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;'>@@ -19,7 +19,7 @@ long_description    Foreign Function Interface for Python calling C code. \
</span>                     The aim of this project is to provide a convenient and \
                     reliable way of calling C code from Python.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            http://cffi.readthedocs.org/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://cffi.readthedocs.org/
</span> master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
 
 distname            cffi-${version}
</pre><pre style='margin:0'>

</pre>