<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/54980fa59bcad0f8f3bd722ca006d9b18b44aab8">https://github.com/macports/macports-ports/commit/54980fa59bcad0f8f3bd722ca006d9b18b44aab8</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 54980fa  py-testfixtures: move post-extract inside the subport block
</span>54980fa is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 54980fa59bcad0f8f3bd722ca006d9b18b44aab8
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Sun Nov 3 19:36:27 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    py-testfixtures: move post-extract inside the subport block
</span>---
 python/py-testfixtures/Portfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

<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 fab0000..9b41d57 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;'>@@ -28,13 +28,13 @@ checksums           rmd160  ceea0eb9a39d0fbd094178a655c70ea6aeb402cc \
</span>                     sha256  abbca7ed381d34a77699c6cb68be67919a1e7f5cf8728b57396145417fa34110 \
                     size    112097
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-post-extract {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    copy -force ${filespath}/conftest.py ${worksrcpath}/testfixtures/tests/
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> if {${name} ne ${subport}} {
     depends_build-append  port:py${python.version}-setuptools
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    post-extract {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        copy -force ${filespath}/conftest.py ${worksrcpath}/testfixtures/tests/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     # Run a few tests; a lot of the others require sybil
     depends_test-append port:py${python.version}-pytest
     test.run            yes
</pre><pre style='margin:0'>

</pre>