<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c805ff178c01af563f04a80771786b61655e28a3">https://github.com/macports/macports-ports/commit/c805ff178c01af563f04a80771786b61655e28a3</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit c805ff178c01af563f04a80771786b61655e28a3
</span>Author: David Gilman <davidgilman1@gmail.com>
AuthorDate: Mon Nov 6 22:31:20 2023 -0500

<span style='display:block; white-space:pre;color:#404040;'>    libsbml: remove obsolete python 3.5, 3.6 and 3.7 variants
</span>---
 science/libsbml/Portfile | 24 +++---------------------
 1 file changed, 3 insertions(+), 21 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/libsbml/Portfile b/science/libsbml/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8c4c02238c1..44925edf329 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/libsbml/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/libsbml/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -95,37 +95,19 @@ variant multi description {Enable libSBML support for the SBML Level 3 Multistat
</span>     configure.args-append   -DENABLE_MULTI:BOOL=ON
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python27 conflicts python35 python36 python37 python38 python39 description {Configure to use Python version 2.7} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python27 conflicts python38 python39 description {Configure to use Python version 2.7} {
</span>     depends_build-append  port:swig-python
     depends_lib-append      port:python27
     configure.args-append   -DWITH_PYTHON:BOOL=ON -DPYTHON_EXECUTABLE=${prefix}/bin/python2.7 -DPYTHON_USE_DYNAMIC_LOOKUP:BOOL=ON
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python35 conflicts python27 python36 python37 python38 python39 description {Configure to use Python version 3.5} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_build-append  port:swig-python
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append      port:python35
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-append   -DWITH_PYTHON:BOOL=ON -DPYTHON_EXECUTABLE=${prefix}/bin/python3.5 -DPYTHON_USE_DYNAMIC_LOOKUP:BOOL=ON
</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 conflicts python27 python35 python37 python38 python39 description {Configure to use Python version 3.6} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_build-append  port:swig-python
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append      port:python36
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-append   -DWITH_PYTHON:BOOL=ON -DPYTHON_EXECUTABLE=${prefix}/bin/python3.6 -DPYTHON_USE_DYNAMIC_LOOKUP:BOOL=ON
</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 python37 conflicts python27 python35 python36 python38 python39 description {Configure to use Python version 3.7} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_build-append  port:swig-python
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append      port:python37
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-append   -DWITH_PYTHON:BOOL=ON -DPYTHON_EXECUTABLE=${prefix}/bin/python3.7 -DPYTHON_USE_DYNAMIC_LOOKUP:BOOL=ON
</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 python38 conflicts python27 python35 python36 python37 python39 description {Configure to use Python version 3.8} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python27 python39 description {Configure to use Python version 3.8} {
</span>     depends_build-append  port:swig-python
     depends_lib-append      port:python38
     configure.args-append   -DWITH_PYTHON:BOOL=ON -DPYTHON_EXECUTABLE=${prefix}/bin/python3.8 -DPYTHON_USE_DYNAMIC_LOOKUP:BOOL=ON
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python27 python35 python36 python37 python38 description {Configure to use Python version 3.9} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python27 python38 description {Configure to use Python version 3.9} {
</span>     depends_build-append  port:swig-python
     depends_lib-append      port:python39
     configure.args-append   -DWITH_PYTHON:BOOL=ON -DPYTHON_EXECUTABLE=${prefix}/bin/python3.9 -DPYTHON_USE_DYNAMIC_LOOKUP:BOOL=ON
</pre><pre style='margin:0'>

</pre>