<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/a2775eba152437a372939f226d6c22f6a3d5d46e">https://github.com/macports/macports-ports/commit/a2775eba152437a372939f226d6c22f6a3d5d46e</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 a2775eba152 octave-symbolic: remove +python35 variant
</span>a2775eba152 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a2775eba152437a372939f226d6c22f6a3d5d46e
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Mon Oct 12 04:29:56 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    octave-symbolic: remove +python35 variant
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Marked for removal in fe5debe088
</span>---
 math/octave-symbolic/Portfile | 18 ++++++------------
 1 file changed, 6 insertions(+), 12 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 e4dc2cb7d5b..df1a73983f6 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,42 +18,36 @@ checksums           rmd160  c2f03a1e09bc0e8f05d98b0f522b8d20e422be73 \
</span> 
 supported_archs     noarch
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python27 description "Use Python 2.7 SymPy" conflicts python35 python36 python37 {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python27 description "Use Python 2.7 SymPy" conflicts python36 python37 {
</span>     # remove after 2021-03-09
     ui_error "Python 2.7 is no longer supported."
     return -code error
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python35 description "Use Python 3.5 SymPy" conflicts python27 python36 python37 python38 {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # remove after October 11, 2020
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    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:#ffe0e0;'>-    return -code error
</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 python36 description "Use Python 3.6 SymPy" conflicts python27 python35 python37 python38 {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 description "Use Python 3.6 SymPy" conflicts python27 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 python38 {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 description "Use Python 3.7 SymPy" conflicts python27 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;'>-variant python38 description "Use Python 3.8 SymPy" conflicts python27 python35 python36 python37 {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 description "Use Python 3.8 SymPy" conflicts python27 python36 python37 {
</span>     depends_lib-append  port:python38 \
         port:py38-sympy
     configure.python    ${prefix}/bin/python3.8
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python27] && ![variant_isset python35] && ![variant_isset python36] && ![variant_isset python37] && ![variant_isset python38]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python27] && ![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]  && ![variant_isset python38]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python27] && ![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>