<pre style='margin:0'>
Kurt Hindenburg (kurthindenburg) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1fa494bbc5f03964d9afd8b2f704cff867876bf7">https://github.com/macports/macports-ports/commit/1fa494bbc5f03964d9afd8b2f704cff867876bf7</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 1fa494b py-testfixtures: add setuptools dep
</span>1fa494b is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 1fa494bbc5f03964d9afd8b2f704cff867876bf7
</span>Author: Kurt Hindenburg <khindenburg@macports.org>
AuthorDate: Sat Jan 6 09:42:40 2018 -0500
<span style='display:block; white-space:pre;color:#404040;'> py-testfixtures: add setuptools dep
</span>---
python/py-testfixtures/Portfile | 2 ++
1 file changed, 2 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-testfixtures/Portfile b/python/py-testfixtures/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1b55ee5..92d45ae 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-testfixtures/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-testfixtures/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,6 +25,8 @@ checksums rmd160 3718f8b61a0b66c59e7bd337d27ffc4a6f89e593 \
</span> sha256 670ade9410b7132278209e6a2e893caf098b040c4ba4d5ea848367a9c5588728
if {${name} ne ${subport}} {
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_build-append port:py${python.version}-setuptools
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> livecheck.type none
} else {
livecheck.type pypi
</pre><pre style='margin:0'>
</pre>