<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/f75073ffe7c3dc8a0996b550251ca80199442dd2">https://github.com/macports/macports-ports/commit/f75073ffe7c3dc8a0996b550251ca80199442dd2</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 f75073f  xonsh: fix typo
</span>f75073f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f75073ffe7c3dc8a0996b550251ca80199442dd2
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Wed Apr 15 06:26:51 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    xonsh: fix typo
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/60355
</span>---
 shells/xonsh/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<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 11b40d2..2f624d6 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;'>@@ -43,6 +43,6 @@ variant python38 conflicts python36 python37 description {Use Python 3.8} {
</span>     python.default_version 38
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python36] && ![variant_isset python38]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python36] && ![variant_isset python37]} {
</span>     default_variants +python38
 }
</pre><pre style='margin:0'>

</pre>