<pre style='margin:0'>
Lawrence Velázquez (larryv) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2ae284cc4b1f6178c099073b326573cd58cd9d54">https://github.com/macports/macports-ports/commit/2ae284cc4b1f6178c099073b326573cd58cd9d54</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 2ae284cc4b1f6178c099073b326573cd58cd9d54
</span>Author: Lawrence Velázquez <larryv@macports.org>
AuthorDate: Fri Dec 2 15:49:01 2016 -0500

<span style='display:block; white-space:pre;color:#404040;'>    py-futures: Use python.rootname where appropriate
</span>---
 python/py-futures/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-futures/Portfile b/python/py-futures/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ac5495e..7abac6f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-futures/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-futures/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -16,8 +16,8 @@ description         Backport of the concurrent.futures package from \
</span> long_description    ${description}
 homepage            https://github.com/agronholm/pythonfutures
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites        pypi:f/futures/
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-distname            futures-${version}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites        pypi:f/${python.rootname}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+distname            ${python.rootname}-${version}
</span> checksums           rmd160  7b39105e242b9db316217c51e0e81214bc6e4526 \
                     sha256  33f39102b631fa0a030b24c4341ba1f48558e435946d6735d47fe1f739d757c4
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,6 +37,6 @@ if {${name} ne ${subport}} {
</span>     livecheck.type      none
 } else {
     livecheck.type      regex
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    livecheck.url       https://pypi.python.org/pypi/futures/json
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    livecheck.url       https://pypi.python.org/pypi/${python.rootname}/json
</span>     livecheck.regex     {futures-(\d+(?:\.\d+)*)\.[tz]}
 }
</pre><pre style='margin:0'>

</pre>