<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/caf99e9c4ba87622cadb58b3496a23fd12ef4450">https://github.com/macports/macports-ports/commit/caf99e9c4ba87622cadb58b3496a23fd12ef4450</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit caf99e9c4ba87622cadb58b3496a23fd12ef4450
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Sat Sep 23 15:33:18 2023 -0400

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-netcdf4/Portfile b/python/py-netcdf4/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 438b326cfc3..68ff10bcbe0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-netcdf4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-netcdf4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -60,14 +60,10 @@ if {${name} ne ${subport}} {
</span>         configure.cc    {*}[exec ${prefix}/bin/nc-config --cc]
     }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    pre-test {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        test.env    PYTHONPATH=[glob -nocomplain ${worksrcpath}/build/lib*]
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    }
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span>     test.run        yes
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    python.test_framework
</span>     test.dir        ${build.dir}/test
     test.cmd        ${python.bin} run_all.py
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    test.target
</span> 
     post-destroot {
         set docdir ${prefix}/share/doc/${subport}
</pre><pre style='margin:0'>

</pre>