<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/4aed3cf632cbd312e3f843ef9930b4fbb297692e">https://github.com/macports/macports-ports/commit/4aed3cf632cbd312e3f843ef9930b4fbb297692e</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 4aed3cf632cbd312e3f843ef9930b4fbb297692e
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Sun Mar 24 14:00:56 2024 -0400
<span style='display:block; white-space:pre;color:#404040;'> py-texttable: drop py37 subport
</span>---
python/py-texttable/Portfile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-texttable/Portfile b/python/py-texttable/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7af0bcc9ee1..8c4235865ff 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-texttable/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-texttable/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,7 +22,7 @@ checksums rmd160 0e46398bd04bca5c8cf531e3bdbb0962fc3e3138 \
</span> sha256 2d2068fb55115807d3ac77a4ca68fa48803e84ebb0ee2340f858107a36522638 \
size 12831
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions 37 38 39 310 311 312
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions 38 39 310 311 312
</span>
if {${name} ne ${subport}} {
post-destroot {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -33,5 +33,7 @@ if {${name} ne ${subport}} {
</span> }
test.run yes
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ python.test_framework
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ test.cmd ${python.bin}
</span> test.args tests.py
}
</pre><pre style='margin:0'>
</pre>