<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/29f78d0777fd05e8ce09fc734eb43f42a19a1eeb">https://github.com/macports/macports-ports/commit/29f78d0777fd05e8ce09fc734eb43f42a19a1eeb</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 29f78d0  xonsh: remove py34 and py35 variants
</span>29f78d0 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 29f78d0777fd05e8ce09fc734eb43f42a19a1eeb
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Fri Nov 1 05:51:12 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    xonsh: remove py34 and py35 variants
</span>---
 shells/xonsh/Portfile | 18 +++---------------
 1 file changed, 3 insertions(+), 15 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 7cc9552..39808d1 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;'>@@ -31,27 +31,15 @@ depends_lib-append  port:py${python.version}-prompt_toolkit \
</span>                     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 python38 description {Use Python 3.4} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # remove after November 1, 2019
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    ui_error "Please do not install this variant since it has been replaced by the python37 variant."
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    return -code error
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python35 conflicts python34 python36 python37 python38 description {Use Python 3.5} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # remove after November 1, 2019
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    ui_error "Please do not install this variant since it has been replaced by the python37 variant."
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    return -code error
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 conflicts python34 python35 python37 python38 description {Use Python 3.6} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts 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 python38 description {Use Python 3.7} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python36 python38 description {Use Python 3.7} {
</span>     python.default_version 37
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python34 python35 python36 python37 description {Use Python 3.8} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python36 python37 description {Use Python 3.8} {
</span>     python.default_version 38
 }
 
</pre><pre style='margin:0'>

</pre>