<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/60ca273b89cf4c039049d04b7309a3631e819106">https://github.com/macports/macports-ports/commit/60ca273b89cf4c039049d04b7309a3631e819106</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 60ca273b89cf4c039049d04b7309a3631e819106
</span>Author: Shu Masuda <masushu@gmail.com>
AuthorDate: Sat Dec 3 02:51:31 2016 +0900

<span style='display:block; white-space:pre;color:#404040;'>    py-futures: Update description and homepage
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: #78
</span>---
 python/py-futures/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 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 c011bfa..ac5495e 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;'>@@ -11,9 +11,10 @@ supported_archs     noarch
</span> license             BSD
 maintainers         nomaintainer
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-description         A Java-style futures package for Python
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+description         Backport of the concurrent.futures package from \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    Python 3.2
</span> long_description    ${description}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            http://code.google.com/p/pythonfutures/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://github.com/agronholm/pythonfutures
</span> 
 master_sites        pypi:f/futures/
 distname            futures-${version}
</pre><pre style='margin:0'>

</pre>