<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/70915ee07909d678411b89d59ab619f58a5742d3">https://github.com/macports/macports-ports/commit/70915ee07909d678411b89d59ab619f58a5742d3</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 70915ee  octave-symbolic: add python38 variant
</span>70915ee is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 70915ee07909d678411b89d59ab619f58a5742d3
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Mon Mar 9 16:18:56 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    octave-symbolic: add python38 variant
</span>---
 math/octave-symbolic/Portfile | 16 +++++++++++-----
 1 file changed, 11 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 74349a9..e4dc2cb 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;'>@@ -24,30 +24,36 @@ variant python27 description "Use Python 2.7 SymPy" conflicts python35 python36
</span>     return -code error
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python35 description "Use Python 3.5 SymPy" conflicts python27 python36 python37 {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python35 description "Use Python 3.5 SymPy" conflicts python27 python36 python37 python38 {
</span>     # remove after October 11, 2020
     ui_error "Please do not install this variant since it has been replaced by the python37 variant."
     return -code error
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 description "Use Python 3.6 SymPy" conflicts python27 python35 python37 {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 description "Use Python 3.6 SymPy" conflicts python27 python35 python37 python38 {
</span>     depends_lib-append  port:python36 \
         port:py36-sympy
     configure.python    ${prefix}/bin/python3.6
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 description "Use Python 3.7 SymPy" conflicts python27 python35 python36 {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 description "Use Python 3.7 SymPy" conflicts python27 python35 python36 python38 {
</span>     depends_lib-append  port:python37 \
         port:py37-sympy
     configure.python    ${prefix}/bin/python3.7
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python27] && ![variant_isset python35] && ![variant_isset python36] && ![variant_isset python37]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 description "Use Python 3.8 SymPy" conflicts python27 python35 python36 python37 {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append  port:python38 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        port:py38-sympy
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.python    ${prefix}/bin/python3.8
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python27] && ![variant_isset python35] && ![variant_isset python36] && ![variant_isset python37] && ![variant_isset python38]} {
</span>     default_variants +python37
 }
 
 # make sure a python variant is selected
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python27] && ![variant_isset python35] && ![variant_isset python36] && ![variant_isset python37]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python27] && ![variant_isset python35] && ![variant_isset python36] && ![variant_isset python37]  && ![variant_isset python38]} {
</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>