<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/4792742184aacbe5bb0e0bc1e6ba62d70961434c">https://github.com/macports/macports-ports/commit/4792742184aacbe5bb0e0bc1e6ba62d70961434c</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 4792742  xonsh: add python 3.8 support
</span>4792742 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4792742184aacbe5bb0e0bc1e6ba62d70961434c
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Tue Oct 22 18:16:18 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    xonsh: add python 3.8 support
</span>---
 shells/xonsh/Portfile | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 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 469d3d4..7cc9552 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;'>@@ -25,32 +25,36 @@ checksums           rmd160  f2bc6f32f4c02a030cfce935178dd87bb7ae96b1 \
</span>                     sha256  ad469eccc0b53638af772babffc44450b0d5a89ea9f40fff13d2666377eeb699 \
                     size    2432219
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions     34 35 36 37
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions     34 35 36 37 38
</span> 
 depends_lib-append  port:py${python.version}-prompt_toolkit \
                     port:py${python.version}-pygments \
                     port:py${python.version}-gnureadline
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python34 conflicts python35 python36 python37 description {Use Python 3.4} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python34 conflicts python35 python36 python37 python38 description {Use Python 3.4} {
</span>     # remove after November 1, 2019
     ui_error "Please do not install this variant since it has been replaced by the python37 variant."
     return -code error
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python35 conflicts python34 python36 python37 description {Use Python 3.5} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python35 conflicts python34 python36 python37 python38 description {Use Python 3.5} {
</span>     # remove after November 1, 2019
     ui_error "Please do not install this variant since it has been replaced by the python37 variant."
     return -code error
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 conflicts python34 python35 python37 description {Use Python 3.6} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python34 python35 python37 python38 description {Use Python 3.6} {
</span>     python.default_version 36
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python34 python35 python36 description {Use Python 3.7} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python34 python35 python36 python38 description {Use Python 3.7} {
</span>     python.default_version 37
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python34] && ![variant_isset python35] && ![variant_isset python36]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python34 python35 python36 python37 description {Use Python 3.8} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    python.default_version 38
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python34] && ![variant_isset python35] && ![variant_isset python36] && ![variant_isset python38]} {
</span>     default_variants +python37
 }
</pre><pre style='margin:0'>

</pre>