<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/dfaddaa940222e19bd50cb53ab735fad5e361cc3">https://github.com/macports/macports-ports/commit/dfaddaa940222e19bd50cb53ab735fad5e361cc3</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 dfaddaa9402 xonsh: update to 0.18.4; drop python38, add python313 variants
</span>dfaddaa9402 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit dfaddaa940222e19bd50cb53ab735fad5e361cc3
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Sun Nov 3 05:28:26 2024 -0600
<span style='display:block; white-space:pre;color:#404040;'> xonsh: update to 0.18.4; drop python38, add python313 variants
</span>---
shells/xonsh/Portfile | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 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 c5c4996fe13..800a07f1393 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;'>@@ -4,7 +4,7 @@ PortSystem 1.0
</span> PortGroup github 1.0
PortGroup python 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup xonsh xonsh 0.18.3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup xonsh xonsh 0.18.4
</span> revision 0
categories shells
supported_archs noarch
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,17 +26,17 @@ checksums rmd160 7b5325c554814359b7a92fcdc082294b3c3dd7f4 \
</span> sha256 f3619acecb1fe944033826d9d66fe9b2133559eddc0701e1c5b5962032e6910e \
size 12750232
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python39 python310 python311 python312 description {Use Python 3.8} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python38 python310 python311 python312 description {Use Python 3.9} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python310 conflicts python38 python39 python311 python312 description {Use Python 3.10} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python311 conflicts python38 python39 python310 python312 description {Use Python 3.11} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python312 conflicts python38 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 python38] && ![variant_isset python39] && ![variant_isset python310] && ![variant_isset python310]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python39] && ![variant_isset python310] && ![variant_isset python310] && ![variant_isset python313] } {
</span> default_variants +python312
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-foreach pv {312 311 310 39 38} {
</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>