<pre style='margin:0'>
MarcusCalhoun-Lopez pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e0561b2225e2424f50a9cc8813a1611e55d5a359">https://github.com/macports/macports-ports/commit/e0561b2225e2424f50a9cc8813a1611e55d5a359</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new e0561b2  py-incremental: add dependency on setuptools
</span>e0561b2 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit e0561b2225e2424f50a9cc8813a1611e55d5a359
</span>Author: mcalhoun@macports.org <mcalhoun@macports.org>
AuthorDate: Wed Jul 26 07:24:58 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    py-incremental: add dependency on setuptools
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    No revbump because port either builds correctly or not at all.
</span>---
 python/py-incremental/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-incremental/Portfile b/python/py-incremental/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fed72cc..fe140e0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-incremental/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-incremental/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,6 +36,9 @@ Please install py${python.version}-twisted manually for correct functionality.
</span> "
     }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_build-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        port:py${python.version}-setuptools
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     depends_lib-append  \
         port:py${python.version}-click
 
</pre><pre style='margin:0'>

</pre>