<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/2e4f8f8d99556d953afef38ec6433547fa963e02">https://github.com/macports/macports-ports/commit/2e4f8f8d99556d953afef38ec6433547fa963e02</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 2e4f8f8d995 xonsh: add python313 variant, make default; cleanup
</span>2e4f8f8d995 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2e4f8f8d99556d953afef38ec6433547fa963e02
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Tue May 13 11:23:29 2025 -0500

<span style='display:block; white-space:pre;color:#404040;'>    xonsh: add python313 variant, make default; cleanup
</span>---
 shells/xonsh/Portfile | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/shells/xonsh/Portfile b/shells/xonsh/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ea4463233dd..7e2245b1639 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/shells/xonsh/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/shells/xonsh/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,14 +8,10 @@ github.setup        xonsh xonsh 0.19.4
</span> github.tarball_from releases
 revision            0
 categories          shells
<span style='display:block; white-space:pre;background:#ffe0e0;'>-supported_archs     noarch
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           {darwin any}
</span> maintainers         {mps @Schamschula} openmaintainer
 license             Permissive
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> description         Xonsh is a Python-ish, BASHwards-looking shell language \
                     and command prompt.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> long_description    {*}${description} \
                     The language is a superset of Python 3.4+ with additional \
                     shell primitives that you are used to from Bash and \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,20 +19,25 @@ long_description    {*}${description} \
</span>                     macOS, and Windows. Xonsh is meant for the daily use of \
                     experts and novices alike.
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+supported_archs     noarch
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+platforms           {darwin any}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> checksums           rmd160  1961712f59cf66d073bb982459ec969c4b1c1710 \
                     sha256  5eb3c1b40f9b7986dbf4b2101c61d02b4668d6da3809894ad51ef7116c723f99 \
                     size    12751641
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python310 python311 python312 description {Use Python 3.9} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python310 conflicts python39 python311 python312 description {Use Python 3.10} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python311 conflicts python39 python310 python312 description {Use Python 3.11} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python312 conflicts python39 python310 python311 description {Use Python 3.12} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python310 python311 python312 python313 description {Use Python 3.9} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python39 python311 python312 python313 description {Use Python 3.10} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python311 conflicts python39 python310 python312 python313 description {Use Python 3.11} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python312 conflicts python39 python310 python311 python313 description {Use Python 3.12} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python313 conflicts python39 python310 python311 python312 description {Use Python 3.13} {}
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python39] && ![variant_isset python310] && ![variant_isset python310]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        default_variants +python312
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python39] && ![variant_isset python310] \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        && ![variant_isset python311] && ![variant_isset python312]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            default_variants +python313
</span> }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-foreach pv {312 311 310 39} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+foreach pv {313 312 311 310 39} {
</span>     if {[variant_isset python${pv}]} {
         python.default_version ${pv}
         break
</pre><pre style='margin:0'>

</pre>