<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/6817aa26bd4980170f05cf3afb4a71e7e9e82104">https://github.com/macports/macports-ports/commit/6817aa26bd4980170f05cf3afb4a71e7e9e82104</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 6817aa26bd4980170f05cf3afb4a71e7e9e82104
</span>Author: David Gilman <davidgilman1@gmail.com>
AuthorDate: Mon Nov 6 21:27:16 2023 -0500

<span style='display:block; white-space:pre;color:#404040;'>    gtk-doc: remove obsolete python 3.7 variant
</span>---
 gnome/gtk-doc/Portfile | 23 +++++------------------
 1 file changed, 5 insertions(+), 18 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/gtk-doc/Portfile b/gnome/gtk-doc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 606df33af81..e8fe402e84d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/gtk-doc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/gtk-doc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -49,19 +49,7 @@ configure.env-append XSLTPROC=${prefix}/bin/xsltproc
</span> configure.args      --with-xml-catalog=${prefix}/etc/xml/catalog \
                     --disable-silent-rules
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python38 python39 python310 python311 description {Build using Python 3.7} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        port:python37 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        port:py37-anytree \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        port:py37-lxml \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        port:py37-pygments
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_test        port:py37-mock
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.python    ${prefix}/bin/python3.7
</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 python37 python39 python310 python311 description {Build using Python 3.8} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python39 python310 python311 description {Build using Python 3.8} {
</span>     depends_lib-append \
         port:python38 \
         port:py38-anytree \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -73,7 +61,7 @@ variant python38 conflicts python37 python39 python310 python311 description {Bu
</span>     configure.python    ${prefix}/bin/python3.8
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python37 python38 python310 python311 description {Build using Python 3.9} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python38 python310 python311 description {Build using Python 3.9} {
</span>     depends_lib-append \
         port:python39 \
         port:py39-anytree \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -85,7 +73,7 @@ variant python39 conflicts python37 python38 python310 python311 description {Bu
</span>     configure.python    ${prefix}/bin/python3.9
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python310 conflicts python37 python38 python39 python311 description {Build using Python 3.10} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python38 python39 python311 description {Build using Python 3.10} {
</span>     depends_lib-append \
         port:python310 \
         port:py310-anytree \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -97,7 +85,7 @@ variant python310 conflicts python37 python38 python39 python311 description {Bu
</span>     configure.python    ${prefix}/bin/python3.10
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python311 conflicts python37 python38 python39 python310 description {Build using Python 3.11} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python311 conflicts python38 python39 python310 description {Build using Python 3.11} {
</span>     depends_lib-append \
         port:python311 \
         port:py311-anytree \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -109,8 +97,7 @@ variant python311 conflicts python37 python38 python39 python310 description {Bu
</span>     configure.python    ${prefix}/bin/python3.11
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python37] &&
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    ![variant_isset python38] &&
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python38] &&
</span>     ![variant_isset python39] &&
     ![variant_isset python310] &&
     ![variant_isset python311] } {
</pre><pre style='margin:0'>

</pre>