<pre style='margin:0'>
Zhenfu Shi (i0ntempest) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/dc7e04359c5c10cd854d5ec79dab534a508d5024">https://github.com/macports/macports-ports/commit/dc7e04359c5c10cd854d5ec79dab534a508d5024</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 dc7e04359c5 gtk-doc: add and default to python 3.12
</span>dc7e04359c5 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit dc7e04359c5c10cd854d5ec79dab534a508d5024
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Fri Feb 16 21:25:15 2024 -0500
<span style='display:block; white-space:pre;color:#404040;'> gtk-doc: add and default to python 3.12
</span>---
gnome/gtk-doc/Portfile | 25 +++++++++++++++++++------
1 file changed, 19 insertions(+), 6 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 e8fe402e84d..ac24298d865 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,7 +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 python38 conflicts 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 python312 description {Build using Python 3.8} {
</span> depends_lib-append \
port:python38 \
port:py38-anytree \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -61,7 +61,7 @@ variant python38 conflicts python39 python310 python311 description {Build using
</span> configure.python ${prefix}/bin/python3.8
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts 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 python312 description {Build using Python 3.9} {
</span> depends_lib-append \
port:python39 \
port:py39-anytree \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -73,7 +73,7 @@ variant python39 conflicts python38 python310 python311 description {Build using
</span> configure.python ${prefix}/bin/python3.9
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python310 conflicts 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 python312 description {Build using Python 3.10} {
</span> depends_lib-append \
port:python310 \
port:py310-anytree \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -85,7 +85,7 @@ variant python310 conflicts python38 python39 python311 description {Build using
</span> configure.python ${prefix}/bin/python3.10
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python311 conflicts 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 python312 description {Build using Python 3.11} {
</span> depends_lib-append \
port:python311 \
port:py311-anytree \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -97,11 +97,24 @@ variant python311 conflicts python38 python39 python310 description {Build using
</span> configure.python ${prefix}/bin/python3.11
}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python312 conflicts python38 python39 python310 python311 description {Build using Python 3.12} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_lib-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:python312 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:py312-anytree \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:py312-lxml \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:py312-pygments
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_test port:py312-mock
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.python ${prefix}/bin/python3.12
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> if {![variant_isset python38] &&
![variant_isset python39] &&
![variant_isset python310] &&
<span style='display:block; white-space:pre;background:#ffe0e0;'>- ![variant_isset python311] } {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- default_variants +python311
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ![variant_isset python311] &&
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ![variant_isset python312] } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ default_variants +python312
</span> }
# some tests are known to fail in gtk-doc 1.29+
</pre><pre style='margin:0'>
</pre>