<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/cb63fe45c9af76017f4e88c70246dde9cbe8b774">https://github.com/macports/macports-ports/commit/cb63fe45c9af76017f4e88c70246dde9cbe8b774</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 cb63fe45c9a gexiv2: add python313 variant, make default
</span>cb63fe45c9a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit cb63fe45c9af76017f4e88c70246dde9cbe8b774
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Mon May 12 16:27:07 2025 -0500

<span style='display:block; white-space:pre;color:#404040;'>    gexiv2: add python313 variant, make default
</span>---
 gnome/gexiv2/Portfile | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/gexiv2/Portfile b/gnome/gexiv2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3aa01ec667f..4858aa9b906 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/gexiv2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/gexiv2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -32,7 +32,7 @@ meson.wrap_mode     nodownload
</span> 
 set py_major        3
 set py_minor_min    7
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set py_minor_max    12
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set py_minor_max    13
</span> 
 compiler.blacklist-append \
                     {clang < 900}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -101,21 +101,23 @@ proc py_setup {p_py_ver} {
</span> }
 
 # TODO: Generate these dynamically, since we define min/max supported versions
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python38 python39 python310 python311 python312 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python38 python39 python310 python311 python312 python313 \
</span>     description {Build Python3 bindings using Python 3.7} {}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python37 python39 python310 python311 python312 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python37 python39 python310 python311 python312 python313 \
</span>     description {Build Python3 bindings using Python 3.8} {}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python37 python38 python310 python311 python312 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python37 python38 python310 python311 python312 python313 \
</span>     description {Build Python3 bindings using Python 3.9} {}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python310 conflicts python37 python38 python39 python311 python312 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python37 python38 python39 python311 python312 python313 \
</span>     description {Build Python3 bindings using Python 3.10} {}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python311 conflicts python37 python38 python39 python310 python312 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python311 conflicts python37 python38 python39 python310 python312 python313 \
</span>     description {Build Python3 bindings using Python 3.11} {}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python312 conflicts python37 python38 python39 python310 python311 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python312 conflicts python37 python38 python39 python310 python311 python313 \
</span>     description {Build Python3 bindings using Python 3.12} {}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python313 conflicts python37 python38 python39 python310 python311 python312 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    description {Build Python3 bindings using Python 3.13} {}
</span> 
 if {[py_ver_set] eq ""} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants +python312
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants +python313
</span> }
 
 set py_ver [py_ver_set]
</pre><pre style='margin:0'>

</pre>