<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/22251a5ee28c513cc056d05b990fa9244811c192">https://github.com/macports/macports-ports/commit/22251a5ee28c513cc056d05b990fa9244811c192</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 22251a5ee28 py-sqlparse: enable tests; add subport for Python 3.10 - Note: While official support for Python 3.10 isn't advertised yet, test results are consistent with Python 3.9.
</span>22251a5ee28 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 22251a5ee28c513cc056d05b990fa9244811c192
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Thu Dec 2 11:59:41 2021 -0500
<span style='display:block; white-space:pre;color:#404040;'> py-sqlparse: enable tests; add subport for Python 3.10
</span><span style='display:block; white-space:pre;color:#404040;'> - Note: While official support for Python 3.10 isn't advertised yet, test
</span><span style='display:block; white-space:pre;color:#404040;'> results are consistent with Python 3.9.
</span>---
python/py-sqlparse/Portfile | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 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 28d71786ce4..65f8279113c 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
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions 27 35 36 37 38 39 310
</span>
categories-append textproc
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,7 +34,16 @@ if {${name} ne ${subport}} {
</span> size 67572
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>- depends_build-append port:py${python.version}-setuptools
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_build-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:py${python.version}-setuptools
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_test-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:py${python.version}-pytest
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ test.run yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ test.cmd py.test-${python.branch}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ test.target
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ test.env-append PYTHONPATH=${worksrcpath}/build/lib
</span>
livecheck.type none
}
</pre><pre style='margin:0'>
</pre>