<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/40fdfd8c97db9cc83e1153221c5703957bb2357a">https://github.com/macports/macports-ports/commit/40fdfd8c97db9cc83e1153221c5703957bb2357a</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 40fdfd8  octave-symbolic: remove python34 variant
</span>40fdfd8 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 40fdfd8c97db9cc83e1153221c5703957bb2357a
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Thu Apr 12 20:07:43 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    octave-symbolic: remove python34 variant
</span>---
 math/octave-symbolic/Portfile | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 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 d4dd492..58e60fd 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;'>@@ -17,37 +17,31 @@ checksums           rmd160 759cdeeca1799e3ffad88354a90e61d9dd4d540b \
</span> 
 supported_archs     noarch
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python27 description "Use Python 2.7 SymPy" conflicts python34 python35 python36 {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python27 description "Use Python 2.7 SymPy" conflicts python35 python36 {
</span>     depends_lib-append  port:python27 \
                         port:py27-sympy
     configure.python    ${prefix}/bin/python2.7
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python34 description "Use Python 3.4 SymPy" conflicts python27 python35 python36 {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append  port:python34 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        port:py34-sympy
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.python    ${prefix}/bin/python3.4
</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 description "Use Python 3.5 SymPy" conflicts python27 python34 python36 {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python35 description "Use Python 3.5 SymPy" conflicts python27 python36 {
</span>     depends_lib-append  port:python35 \
         port:py35-sympy
     configure.python    ${prefix}/bin/python3.5
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 description "Use Python 3.6 SymPy" conflicts python27 python34 python35 {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 description "Use Python 3.6 SymPy" conflicts python27 python35 {
</span>     depends_lib-append  port:python36 \
         port:py36-sympy
     configure.python    ${prefix}/bin/python3.6
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python27] && ![variant_isset python34] && ![variant_isset python35] && ![variant_isset python36]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python27] && ![variant_isset python35] && ![variant_isset python36]} {
</span>     default_variants +python27
 }
 
 # make sure -python27 was not specified alone
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python27] && ![variant_isset python34] && ![variant_isset python35] && ![variant_isset python36]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python27] && ![variant_isset python35] && ![variant_isset python36]} {
</span> 
     ui_error "\n\nYou must select one of the python variants.\n"
     return -code error "Invalid variant selection"
</pre><pre style='margin:0'>

</pre>