<pre style='margin:0'>
Clemens Lang (neverpanic) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/dbdcccd73474245d228cfd8d3bdfa4eb7c4afce6">https://github.com/macports/macports-ports/commit/dbdcccd73474245d228cfd8d3bdfa4eb7c4afce6</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit dbdcccd73474245d228cfd8d3bdfa4eb7c4afce6
</span>Author: Giovanni Bussi <giovanni.bussi@gmail.com>
AuthorDate: Fri Feb 22 09:45:38 2019 +0100
<span style='display:block; white-space:pre;color:#404040;'> py-setuptools_scm_git_archive: added tests
</span>---
python/py-setuptools_scm_git_archive/Portfile | 5 +++++
1 file changed, 5 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-setuptools_scm_git_archive/Portfile b/python/py-setuptools_scm_git_archive/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3382b9c..d507e91 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-setuptools_scm_git_archive/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-setuptools_scm_git_archive/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,5 +29,10 @@ checksums rmd160 665c374d66941d878284e72dcd40125fb88debd3 \
</span> if {${name} ne ${subport}} {
depends_lib-append port:py${python.version}-setuptools_scm
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_test-append port:py${python.version}-pytest
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ test.run yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ test.cmd py.test-${python.branch}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ test.target tests.py
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> livecheck.type none
}
</pre><pre style='margin:0'>
</pre>