<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/badd4bcee2acc13b74de1375cdd6ccdcb019dc01">https://github.com/macports/macports-ports/commit/badd4bcee2acc13b74de1375cdd6ccdcb019dc01</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 badd4bcee2a py-siphon: remove py312 subport due to incompatibility with versioneer
</span>badd4bcee2a is described below
<span style='display:block; white-space:pre;color:#808000;'>commit badd4bcee2acc13b74de1375cdd6ccdcb019dc01
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Thu Nov 7 10:30:02 2024 -0600
<span style='display:block; white-space:pre;color:#404040;'> py-siphon: remove py312 subport due to incompatibility with versioneer
</span>---
python/py-siphon/Portfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-siphon/Portfile b/python/py-siphon/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d627aa54a62..65911c3fddb 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-siphon/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-siphon/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,7 +26,8 @@ checksums rmd160 f1ec982a290cfc64e37bffeea1aa4865ab61c628 \
</span> sha256 891e470484361492f0d070d72a9a4fb89131e803d51699104b9d17cf69884df2 \
size 4461265
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions 310 311 312
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# currently not compatible with 312 and 313 due to versioneer
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions 310 311
</span>
python.pep517 yes
</pre><pre style='margin:0'>
</pre>