<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/fe5debe08852402aae59c2216243d189461a9e7d">https://github.com/macports/macports-ports/commit/fe5debe08852402aae59c2216243d189461a9e7d</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 fe5debe  octave-symbolic: make +python37 default, retire +python35
</span>fe5debe is described below

<span style='display:block; white-space:pre;color:#808000;'>commit fe5debe08852402aae59c2216243d189461a9e7d
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Fri Oct 11 18:29:56 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    octave-symbolic: make +python37 default, retire +python35
</span>---
 math/octave-symbolic/Portfile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/octave-symbolic/Portfile b/math/octave-symbolic/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 418d1f3..58fc763 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/octave-symbolic/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/octave-symbolic/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem          1.0
</span> PortGroup           octave 1.0
 
 octave.setup        symbolic 2.8.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> platforms           darwin
 license             GPL-3
 maintainers         {mps @Schamschula} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,9 +25,9 @@ variant python27 description "Use Python 2.7 SymPy" conflicts python35 python36
</span> }
 
 variant python35 description "Use Python 3.5 SymPy" conflicts python27 python36 python37 {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append  port:python35 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        port:py35-sympy
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.python    ${prefix}/bin/python3.5
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # remove after October 11, 2020
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    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:#e0ffe0;'>+    return -code error
</span> }
 
 variant python36 description "Use Python 3.6 SymPy" conflicts python27 python35 python37 {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -43,7 +43,7 @@ variant python37 description "Use Python 3.7 SymPy" conflicts python27 python35
</span> }
 
 if {![variant_isset python27] && ![variant_isset python35] && ![variant_isset python36] && ![variant_isset python37]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants +python27
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants +python37
</span> }
 
 # make sure -python27 was not specified alone
</pre><pre style='margin:0'>

</pre>