<pre style='margin:0'>
Marius Schamschula (Schamschula) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9a4ffaba8dd586b2b2e8f28281f45ef999ddf42c">https://github.com/macports/macports-ports/commit/9a4ffaba8dd586b2b2e8f28281f45ef999ddf42c</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new 9a4ffaba8dd py-sqlparse: add py311 subport
</span>9a4ffaba8dd is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 9a4ffaba8dd586b2b2e8f28281f45ef999ddf42c
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Thu Jan 5 09:46:16 2023 -0600
<span style='display:block; white-space:pre;color:#404040;'> py-sqlparse: add py311 subport
</span>---
python/py-sqlparse/Portfile | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-sqlparse/Portfile b/python/py-sqlparse/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index dc45fdd43c4..eee073aa139 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-sqlparse/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-sqlparse/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,7 +15,7 @@ description Non-validating SQL parser
</span> long_description {*}${description} that provides support for parsing, splitting \
and formatting SQL statements.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions 27 35 36 37 38 39 310
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions 27 35 36 37 38 39 310 311
</span>
categories-append textproc
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -44,6 +44,4 @@ if {${name} ne ${subport}} {
</span> test.cmd py.test-${python.branch}
test.target
test.env-append PYTHONPATH=${worksrcpath}/build/lib
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- livecheck.type none
</span> }
</pre><pre style='margin:0'>
</pre>