<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/3aa944edcc39041b88f23083ca9833186d46842c">https://github.com/macports/macports-ports/commit/3aa944edcc39041b88f23083ca9833186d46842c</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 3aa944e  py-parsing: remove mistaken dep on "py-p-setuptools"
</span>3aa944e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3aa944edcc39041b88f23083ca9833186d46842c
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Thu Oct 17 23:45:27 2019 +1100

<span style='display:block; white-space:pre;color:#404040;'>    py-parsing: remove mistaken dep on "py-p-setuptools"
</span>---
 python/py-parsing/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-parsing/Portfile b/python/py-parsing/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index df727a8..e231cf8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-parsing/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-parsing/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,7 +21,6 @@ long_description    The parsing module is an alternative approach to creating \
</span> 
 homepage            https://github.com/pyparsing/pyparsing/
 master_sites        pypi:p/pyparsing
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_build       port:py${python.version}-setuptools
</span> distname            pyparsing-${version}
 
 checksums           rmd160  24404a320de32832a3053a929dd1fc884b03c737 \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,6 +30,7 @@ checksums           rmd160  24404a320de32832a3053a929dd1fc884b03c737 \
</span> python.versions     27 34 35 36 37
 
 if {${name} ne ${subport}} {
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_build   port:py${python.version}-setuptools
</span>     livecheck.type  none
 } else {
     livecheck.name  pyparsing
</pre><pre style='margin:0'>

</pre>