<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/9fcda6944ca366cd9a34a64bd1e4843b50e028c6">https://github.com/macports/macports-ports/commit/9fcda6944ca366cd9a34a64bd1e4843b50e028c6</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 9fcda6944ca366cd9a34a64bd1e4843b50e028c6
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Sun Apr 7 21:48:42 2024 -0400

<span style='display:block; white-space:pre;color:#404040;'>    py-meson: remove redundant comment
</span>---
 python/py-meson/Portfile | 3 ---
 1 file changed, 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-meson/Portfile b/python/py-meson/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e65c5ce1e75..d3ac7f2f16a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-meson/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-meson/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -139,9 +139,6 @@ if {${subport} ne ${name}} {
</span>         }
     }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # the following block avoids requiring users to 'sudo port select python3 python37'
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # doing a file test for ${prefix}/bin/python3 and requiring this
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # to be honest would have been much simpler, but not the "MacPorts way"
</span>     pre-test {
         reinplace "s|/usr/bin/env python3$|${python.bin}|" \
             ${worksrcpath}/run_tests.py \
</pre><pre style='margin:0'>

</pre>