<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/a0ab74d0a55c7c29fd0735957422b942610cb8b0">https://github.com/macports/macports-ports/commit/a0ab74d0a55c7c29fd0735957422b942610cb8b0</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit a0ab74d0a55c7c29fd0735957422b942610cb8b0
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Sun Sep 10 13:41:40 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    py-flufl.lock: clean-up, including test-phase
</span>---
 python/py-flufl.lock/Portfile | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-flufl.lock/Portfile b/python/py-flufl.lock/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 99a64780c3d..9f1b5ae4928 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-flufl.lock/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-flufl.lock/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup           python 1.0
</span> 
 name                py-flufl.lock
 version             6.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> categories-append   devel
 supported_archs     noarch
 platforms           {darwin any}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,18 +37,10 @@ if {${name} ne ${subport}} {
</span>                     port:py${python.version}-psutil \
                     port:py${python.version}-typing_extensions
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_test-append \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:py${python.version}-pytest
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span>     post-extract {
         # https://github.com/pytest-dev/pytest/issues/2290
         delete ${worksrcpath}/test/__init__.py
     }
 
     test.run        yes
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    test.cmd        py.test-${python.branch}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    test.target     test
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    test.env        PYTHONPATH=${worksrcpath}/build/lib
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    livecheck.type  none
</span> }
</pre><pre style='margin:0'>

</pre>