<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/1efa8a9827b6bf3900042e6fc527c338c77e1d18">https://github.com/macports/macports-ports/commit/1efa8a9827b6bf3900042e6fc527c338c77e1d18</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 1efa8a9827b6bf3900042e6fc527c338c77e1d18
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Sat Nov 9 11:14:03 2019 -0500

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-distributed/Portfile b/python/py-distributed/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index af89576..a904556 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-distributed/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-distributed/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -11,7 +11,7 @@ platforms           darwin
</span> license             BSD
 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;'>@@ -20,7 +20,7 @@ long_description    Dask.distributed is a lightweight library for distributed \
</span>                     computing in Python. It extends both the concurrent.futures \
                     and dask APIs to moderate sized clusters.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            http://distributed.readthedocs.io/en/latest/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://distributed.readthedocs.io/en/latest/
</span> master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
 
 distname            ${python.rootname}-${version}
</pre><pre style='margin:0'>

</pre>