<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/db2e1d3dec766f93756b1261c221691ef3191456">https://github.com/macports/macports-ports/commit/db2e1d3dec766f93756b1261c221691ef3191456</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit db2e1d3dec766f93756b1261c221691ef3191456
</span>Author: barracuda156 <vital.had@gmail.com>
AuthorDate: Mon Jun 3 21:37:58 2024 +0800

<span style='display:block; white-space:pre;color:#404040;'>    sigil: drop python38 variant
</span>---
 editors/sigil/Portfile | 17 ++++++-----------
 1 file changed, 6 insertions(+), 11 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 569183066fb..cf28e024d04 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;'>@@ -48,7 +48,7 @@ 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] && ![variant_isset python38]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {![variant_isset python312] && ![variant_isset python311] && ![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;'>@@ -79,31 +79,26 @@ 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 python38 python39 python310 python311 description {Build with Python 3.12} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python312 conflicts python39 python310 python311 description {Build with Python 3.12} {
</span>     set ::python_branch 3.12
     python-depends ${::python_branch}
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python311 conflicts python38 python39 python310 python312 description {Build with Python 3.11} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python311 conflicts python39 python310 python312 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 python38 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 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 python38 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 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;'>-variant python38 conflicts python39 python310 python311 python312 description {Build with Python 3.8} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    set ::python_branch 3.8
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    python-depends ${::python_branch}
</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;'>-if {![variant_isset python38] && ![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]} {
</span>     default_variants +python312
 }
</pre><pre style='margin:0'>

</pre>