<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/037027a19c88264564224052cad0e74858ec6e39">https://github.com/macports/macports-ports/commit/037027a19c88264564224052cad0e74858ec6e39</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 037027a19c8 gtk-doc: add and default to python 3.13 variant
</span>037027a19c8 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 037027a19c88264564224052cad0e74858ec6e39
</span>Author: i0ntempest <i0ntempest@i0ntempest.com>
AuthorDate: Thu Feb 20 16:11:31 2025 +1100
<span style='display:block; white-space:pre;color:#404040;'> gtk-doc: add and default to python 3.13 variant
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> remove python 3.8
</span>---
gnome/gtk-doc/Portfile | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 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 8754fee534a..ff90d7b5910 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;'>@@ -83,32 +83,32 @@ proc py_setup {p_py_ver} {
</span> port:py${py_ver_nodot}-mock
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python39 python310 python311 python312 description {Build using Python 3.8} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- py_setup 3.8
</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 python39 conflicts python38 python310 python311 python312 description {Build using Python 3.9} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python310 python311 python312 python313 description {Build using Python 3.9} {
</span> py_setup 3.9
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python310 conflicts python38 python39 python311 python312 description {Build using Python 3.10} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python39 python311 python312 python313 description {Build using Python 3.10} {
</span> py_setup 3.10
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python311 conflicts python38 python39 python310 python312 description {Build using Python 3.11} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python311 conflicts python39 python310 python312 python313 description {Build using Python 3.11} {
</span> py_setup 3.11
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python312 conflicts python38 python39 python310 python311 description {Build using Python 3.12} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python312 conflicts python39 python310 python311 python313 description {Build using Python 3.12} {
</span> py_setup 3.12
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python38] &&
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- ![variant_isset python39] &&
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python313 conflicts python39 python310 python311 python312 description {Build using Python 3.13} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ py_setup 3.13
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python39] &&
</span> ![variant_isset python310] &&
![variant_isset python311] &&
<span style='display:block; white-space:pre;background:#ffe0e0;'>- ![variant_isset python312] } {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- default_variants +python312
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ![variant_isset python312] &&
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ![variant_isset python313] } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ default_variants +python313
</span> }
# some tests are known to fail in gtk-doc 1.29+
</pre><pre style='margin:0'>
</pre>