<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/eae1b501789158364e0e1577faeb68f4339d2a81">https://github.com/macports/macports-ports/commit/eae1b501789158364e0e1577faeb68f4339d2a81</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 eae1b50  xonsh: fix removal dates of obsolete subport and variants
</span>eae1b50 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit eae1b501789158364e0e1577faeb68f4339d2a81
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Fri Nov 2 16:08:48 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    xonsh: fix removal dates of obsolete subport and variants
</span>---
 shells/xonsh/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 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 0f12761..c5927e8 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;'>@@ -32,7 +32,7 @@ depends_lib-append  port:py${python.version}-prompt_toolkit \
</span>                     port:py${python.version}-gnureadline
 
 subport             xonsh-devel {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # remove after 01/01/2019
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # remove after 04/01/2019
</span>     replaced_by     xonsh
     PortGroup       obsolete 1.0
     version         0.5.0-2016-12-21
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,13 +40,13 @@ subport             xonsh-devel {
</span> }
 
 variant python34 conflicts python35 python36 python37 description {Use Python 3.4} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # remove after 01/01/2019
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # remove after 11/01/2019
</span>     ui_error "Please do not install this variant since it has been replaced by the python37 variant."
     return -code error
 }
 
 variant python35 conflicts python34 python36 python37 description {Use Python 3.5} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # remove after 01/01/2019
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # remove after 11/01/2019
</span>     ui_error "Please do not install this variant since it has been replaced by the python37 variant."
     return -code error
 }
</pre><pre style='margin:0'>

</pre>