<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/ff636428643f1c6db727359b6b34ec34c488c417">https://github.com/macports/macports-ports/commit/ff636428643f1c6db727359b6b34ec34c488c417</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 ff636428643 xonsh: update to 0.12.0, remove python36, default to python310
</span>ff636428643 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit ff636428643f1c6db727359b6b34ec34c488c417
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Thu Apr 14 13:46:11 2022 -0500
<span style='display:block; white-space:pre;color:#404040;'> xonsh: update to 0.12.0, remove python36, default to python310
</span>---
shells/xonsh/Portfile | 25 +++++++++++--------------
1 file changed, 11 insertions(+), 14 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 c93a7ffcba0..1f0cd485a8d 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.11.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup xonsh xonsh 0.12.0
</span> revision 0
categories shells
platforms darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,23 +21,20 @@ 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:#ffe0e0;'>-checksums rmd160 bd839cca3c38edf44dd0d39bf10159632fc4e3a1 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- sha256 028a7f29c8d4ce7bb5919635f248602a6639e6297ab6620d1f759b044d07491f \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- size 12682737
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums rmd160 599e90f0300094557f70006c2a41435842b01b2d \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ sha256 3050b79864c5c97fc4a5ec791f8e8677a5df26912dbbfd3e8d23aa70256f4f7b \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ size 12678450
</span>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 conflicts python37 python38 python39 python310 description {Use Python 3.6} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python36 python38 python39 python310 description {Use Python 3.7} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python36 python37 python39 python310 description {Use Python 3.8} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python36 python37 python38 python310 description {Use Python 3.9} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python310 conflicts python36 python37 python38 python39 description {Use Python 3.10} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python38 python39 python310 description {Use Python 3.7} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python37 python39 python310 description {Use Python 3.8} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python37 python38 python310 description {Use Python 3.9} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python37 python38 python39 description {Use Python 3.10} {}
</span>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python36] && ![variant_isset python37] \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- && ![variant_isset python38] && ![variant_isset python39] \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- && ![variant_isset python310]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- default_variants +python39
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python37] && ![variant_isset python38] && ![variant_isset python39]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ default_variants +python310
</span> }
<span style='display:block; white-space:pre;background:#ffe0e0;'>-foreach pv {310 39 38 37 36} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+foreach pv {310 39 38 37} {
</span> if {[variant_isset python${pv}]} {
python.default_version ${pv}
break
</pre><pre style='margin:0'>
</pre>