<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/7f60ab961f87b1c1909e65656e319a5b677f38d0">https://github.com/macports/macports-ports/commit/7f60ab961f87b1c1909e65656e319a5b677f38d0</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 7f60ab961f87b1c1909e65656e319a5b677f38d0
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Fri Oct 27 21:44:15 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    py-libnacl: fix test phase
</span>---
 python/py-libnacl/Portfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-libnacl/Portfile b/python/py-libnacl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0cd941ec202..31640ace2e1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-libnacl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-libnacl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,9 +38,8 @@ if {${name} ne ${subport}} {
</span>     }
 
     test.run        yes
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    python.test_framework
</span>     test.cmd        ${python.bin} tests/runtests.py
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    test.target
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    test.env        PYTHONPATH=${worksrcpath}/build/lib
</span> 
     post-destroot {
         set docdir ${prefix}/share/doc/${subport}
</pre><pre style='margin:0'>

</pre>