<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/9a6127c69ab345b1f9b670bce39617efb302d6aa">https://github.com/macports/macports-ports/commit/9a6127c69ab345b1f9b670bce39617efb302d6aa</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 9a6127c69ab qgis3: enable and default to python 3.12
</span>9a6127c69ab is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9a6127c69ab345b1f9b670bce39617efb302d6aa
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Sun Mar 3 20:18:00 2024 -0500

<span style='display:block; white-space:pre;color:#404040;'>    qgis3: enable and default to python 3.12
</span>---
 gis/qgis3/Portfile | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/qgis3/Portfile b/gis/qgis3/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 47c57fd28e4..8126dad82d8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/qgis3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/qgis3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,7 +26,7 @@ subport ${name-ltr} {}
</span> if {${subport} eq ${name}} {
     # Latest version
     github.setup    qgis QGIS 3_36_0 final-
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    revision        0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    revision        1
</span>     set app_name    QGIS3
 
     checksums       rmd160  4f4abd2b50ece1e094f27d6fd4c4cb5c38fb944d \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,7 +37,7 @@ if {${subport} eq ${name}} {
</span> } else {
     # LTR version
     github.setup    qgis QGIS 3_34_4 final-
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    revision        0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    revision        1
</span>     set app_name    QGIS3-LTR
     description     {*}${description} (LTR)
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -272,7 +272,7 @@ set projdf "${projdf}} { default_variants +proj${pv} }"
</span> eval ${projdf}
 
 # Python variants
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set python_suffixes {38 39 310 311}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set python_suffixes {38 39 310 311 312}
</span> set python_variants {}
 set plugin_variants {}
 foreach pyver ${python_suffixes} {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -378,7 +378,7 @@ foreach pyver ${python_suffixes} {
</span>     set python_default "${python_default}!\[variant_isset python${pyver}\] && "
 }
 set python_default [string range ${python_default} 0 end-4]
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set python_default "${python_default}} { default_variants +python311 +plugin_support311}"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set python_default "${python_default}} { default_variants +python312 +plugin_support312}"
</span> eval ${python_default}
 
 # Python support default
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -387,7 +387,7 @@ foreach pyver ${python_suffixes} {
</span>     set python_default "${python_default}!\[variant_isset python${pyver}\] && "
 }
 set python_default [string range ${python_default} 0 end-4]
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set python_default "${python_default}} { default_variants +python311 +plugin_support311}"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set python_default "${python_default}} { default_variants +python312 +plugin_support312}"
</span> eval ${python_default}
 
 # Assert +pythonXY and +plugin_supportXY variants are in sync
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -433,5 +433,5 @@ if {${subport} eq ${name-ltr}} {
</span> notes-append \
     "Some QGIS plugins may fail with error message noting missing PyQt5.QtWebKit\
     module, this could be solved by manually installing the module with e.g.\
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    `sudo port install py311-pyqt5 +webkit` (just make sure you use the same Python\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    `sudo port install py312-pyqt5 +webkit` (just make sure you use the same Python\
</span>     version for py-pyqt5 as for the QGIS Python bindings)."
</pre><pre style='margin:0'>

</pre>