<pre style='margin:0'>
Ryan Carsten Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/bc6e66303a76eb29a0074150f8ced3cbafacc4e8">https://github.com/macports/macports-ports/commit/bc6e66303a76eb29a0074150f8ced3cbafacc4e8</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit bc6e66303a76eb29a0074150f8ced3cbafacc4e8
</span>Author: Ryan Carsten Schmidt <ryandesign@macports.org>
AuthorDate: Sun Feb 9 01:22:54 2025 -0600

<span style='display:block; white-space:pre;color:#404040;'>    py-wntr: Use python.pkgd
</span>---
 python/py-wntr/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-wntr/Portfile b/python/py-wntr/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2df15537c17..5710efc96af 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-wntr/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-wntr/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,7 +31,7 @@ if {${subport} ne ${name}} {
</span> 
     post-destroot {
         # remove Linux and Windows versions of epanet libraries
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        delete ${destroot}${prefix}/Library/Frameworks/Python.framework/Versions/${python.branch}/lib/python${python.branch}/site-packages/wntr/epanet/Linux
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        delete ${destroot}${prefix}/Library/Frameworks/Python.framework/Versions/${python.branch}/lib/python${python.branch}/site-packages/wntr/epanet/Windows
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        delete ${destroot}${python.pkgd}/wntr/epanet/Linux
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        delete ${destroot}${python.pkgd}/wntr/epanet/Windows
</span>     }
 }
</pre><pre style='margin:0'>

</pre>