<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/a07d79e41d55a4518ec8d1d2626a6c3f921adce0">https://github.com/macports/macports-ports/commit/a07d79e41d55a4518ec8d1d2626a6c3f921adce0</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 a07d79e41d5 xonsh: remove references to python27 variant
</span>a07d79e41d5 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a07d79e41d55a4518ec8d1d2626a6c3f921adce0
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Fri Dec 11 21:00:02 2020 -0600

<span style='display:block; white-space:pre;color:#404040;'>    xonsh: remove references to python27 variant
</span>---
 shells/xonsh/Portfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 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 826eda52a34..8691b7d5511 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,10 +25,10 @@ checksums           rmd160  174afc915b62ff7dad926788b26fde468c02717d \
</span>                     sha256  94372c14a33fa63b0b612af9ac8ebdab42820c79eafbad23952e511a846f682d \
                     size    10895489
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 conflicts python27 python37 python38 python39 description {Use Python 3.6} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python27 python36 python38 python39 description {Use Python 3.7} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python27 python36 python37 python39 description {Use Python 3.8} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python27 python36 python37 python38 description {Use Python 3.9} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python37 python38 python39 description {Use Python 3.6} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python36 python38 python39 description {Use Python 3.7} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python36 python37 python39 description {Use Python 3.8} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python36 python37 python38 description {Use Python 3.9} {}
</span> 
 if {![variant_isset python36] && ![variant_isset python37] && ![variant_isset python39]} {
     default_variants +python38
</pre><pre style='margin:0'>

</pre>