<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/7c100ec6c0e3283d256ac4e3401d065c77e1b38e">https://github.com/macports/macports-ports/commit/7c100ec6c0e3283d256ac4e3401d065c77e1b38e</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 7c100ec6c0e octave-symbolic: remove python27 variant, make python39 default
</span>7c100ec6c0e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7c100ec6c0e3283d256ac4e3401d065c77e1b38e
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Sun Mar 14 06:32:18 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    octave-symbolic: remove python27 variant, make python39 default
</span>---
 math/octave-symbolic/Portfile | 22 ++++++++--------------
 1 file changed, 8 insertions(+), 14 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 75455ad0582..91b44c15897 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;'>@@ -18,22 +18,16 @@ checksums           rmd160  c2f03a1e09bc0e8f05d98b0f522b8d20e422be73 \
</span> 
 supported_archs     noarch
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python27 conflicts python36 python37 python38 python39 description {Use Python 2.7 SymPy} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # remove after 2021-03-09
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    ui_error "Python 2.7 is no longer supported."
</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;'>-variant python36 conflicts python27 python37 python38 python39 description {Use Python 3.6 SymPy} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python27 python36 python38 python39 description {Use Python 3.7 SymPy} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python27 python36 python37 python39 description {Use Python 3.8 SymPy} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python27 python37 python36 python38 description {Use Python 3.9 SymPy} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python27] && ![variant_isset python36] \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    &&![variant_isset python37] && ![variant_isset python39]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants +python38
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python37 python38 python39 description {Use Python 3.6 SymPy} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python36 python38 python39 description {Use Python 3.7 SymPy} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python36 python37 python39 description {Use Python 3.8 SymPy} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python37 python36 python38 description {Use Python 3.9 SymPy} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python36] &&![variant_isset python37] && ![variant_isset python39]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants +python39
</span> }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-foreach pv {39 38 37 36 27} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+foreach pv {39 38 37 36} {
</span>     if {[variant_isset python${pv}]} {
         depends_lib-append  \
                     port:python${pv} \
</pre><pre style='margin:0'>

</pre>