<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/b3f36297e3676e198ae7ce87a0b7f44b9385ab6b">https://github.com/macports/macports-ports/commit/b3f36297e3676e198ae7ce87a0b7f44b9385ab6b</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 b3f36297e36 sigil: add and default to python 3.13
</span>b3f36297e36 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b3f36297e3676e198ae7ce87a0b7f44b9385ab6b
</span>Author: i0ntempest <i0ntempest@i0ntempest.com>
AuthorDate: Sun Jan 5 21:54:26 2025 +0800

<span style='display:block; white-space:pre;color:#404040;'>    sigil: add and default to python 3.13
</span>---
 editors/sigil/Portfile | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/editors/sigil/Portfile b/editors/sigil/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4a62897ecd7..2a978d0375e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/editors/sigil/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/editors/sigil/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -50,7 +50,8 @@ post-patch {
</span> }
 
 pre-configure {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {![variant_isset python312] && ![variant_isset python311] && ![variant_isset python310] && ![variant_isset python39]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {![variant_isset python313] && ![variant_isset python312] && ![variant_isset python311] && \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ![variant_isset python310] && ![variant_isset python39]} {
</span>         ui_error "${name} requires Python, please use a Python variant."
         return -code error
     }
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -85,26 +86,31 @@ proc python-depends {python_branch} {
</span>                         PATH=${frameworks_dir}/Python.framework/Versions/${python_branch}/bin:$env(PATH)
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python312 conflicts python39 python310 python311 description {Build with Python 3.12} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python313 conflicts python39 python310 python311 python312 description {Build with Python 3.13} {
</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 {Build with Python 3.11} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python312 conflicts python39 python310 python311 python313 description {Build with Python 3.12} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set ::python_branch 3.12
</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 python311 conflicts python39 python310 python312 python313 description {Build with Python 3.11} {
</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 {Build with Python 3.10} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python39 python311 python312 python313 description {Build with Python 3.10} {
</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 {Build with Python 3.9} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python310 python311 python312 python313 description {Build with Python 3.9} {
</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:#ffe0e0;'>-    default_variants +python312
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python39] && ![variant_isset python310] && ![variant_isset python311] && ![variant_isset python312]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants +python313
</span> }
</pre><pre style='margin:0'>

</pre>