<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/786c879ba0e486084c8606b101f3480defedde14">https://github.com/macports/macports-ports/commit/786c879ba0e486084c8606b101f3480defedde14</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 786c879ba0e iproute2mac: python313 variant
</span>786c879ba0e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 786c879ba0e486084c8606b101f3480defedde14
</span>Author: i0ntempest <i0ntempest@i0ntempest.com>
AuthorDate: Thu Nov 28 16:51:24 2024 +0800

<span style='display:block; white-space:pre;color:#404040;'>    iproute2mac: python313 variant
</span>---
 net/iproute2mac/Portfile | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/iproute2mac/Portfile b/net/iproute2mac/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4b5b92e5c24..7c3ebf50122 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/iproute2mac/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/iproute2mac/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,7 +24,7 @@ checksums               rmd160  d507b86b866a6c99b2c2907725d6dede210ff198 \
</span>                         size    14339
 
 pre-configure {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {![variant_isset python39] && ![variant_isset python310] && ![variant_isset python311] && ![variant_isset python312]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {![variant_isset python39] && ![variant_isset python310] && ![variant_isset python311] && ![variant_isset python312] && ![variant_isset python313]} {
</span>         ui_error "${name} requires Python, please use a Python variant."
         return -code error
     }
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -52,27 +52,32 @@ proc python-depends {python_branch} {
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python312 conflicts python39 python310 python311 description {Use Python 3.12 as interpreter} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python313 conflicts python39 python310 python311 python312 description {Use Python 3.13 as interpreter} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set ::python_branch 3.13
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    python-depends ${::python_branch}
</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;'>+variant python312 conflicts python39 python310 python311 python313 description {Use Python 3.12 as interpreter} {
</span>     set ::python_branch 3.12
     python-depends ${::python_branch}
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python311 conflicts python39 python310 python312 description {Use Python 3.11 as interpreter} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python311 conflicts python39 python310 python312 python313 description {Use Python 3.11 as interpreter} {
</span>     set ::python_branch 3.11
     python-depends ${::python_branch}
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python310 conflicts python39 python311 python312 description {Use Python 3.10 as interpreter} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python39 python311 python312 python313 description {Use Python 3.10 as interpreter} {
</span>     set ::python_branch 3.10
     python-depends ${::python_branch}
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python310 python311 python312 description {Use Python 3.9 as interpreter} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python310 python311 python312 python313 description {Use Python 3.9 as interpreter} {
</span>     set ::python_branch 3.9
     python-depends ${::python_branch}
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python39] && ![variant_isset python310] && ![variant_isset python311]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python39] && ![variant_isset python310] && ![variant_isset python311] && ![variant_isset python313]} {
</span>     default_variants +python312
 }
 
</pre><pre style='margin:0'>

</pre>