<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/6cc211bfad7a27a8b6f2d2771b7e010c9328984b">https://github.com/macports/macports-ports/commit/6cc211bfad7a27a8b6f2d2771b7e010c9328984b</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 6cc211bfad7 qgis3: add and default to python 3.13
</span>6cc211bfad7 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 6cc211bfad7a27a8b6f2d2771b7e010c9328984b
</span>Author: i0ntempest <i0ntempest@i0ntempest.com>
AuthorDate: Sat May 3 21:34:01 2025 +1000
<span style='display:block; white-space:pre;color:#404040;'> qgis3: add and default to python 3.13
</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 13ee3ede377..415e1fc839c 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;'>@@ -27,7 +27,7 @@ if {${subport} eq ${name}} {
</span> # Latest version
github.setup qgis QGIS 3_42_2 final-
github.tarball_from archive
<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 15591b7b2ea1bf360141bbbb5ec394f176f22b54 \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,7 +37,7 @@ if {${subport} eq ${name}} {
</span> # LTR version
github.setup qgis QGIS 3_40_6 final-
github.tarball_from archive
<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;'>@@ -240,7 +240,7 @@ set pgdefault "${pgdefault}} { default_variants +postgresql17 }"
</span> eval ${pgdefault}
# Python variants
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set python_suffixes {39 310 311 312}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set python_suffixes {39 310 311 312 313}
</span> set python_variants {}
set plugin_variants {}
foreach pyver ${python_suffixes} {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -346,7 +346,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 +python312}"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set python_default "${python_default}} { default_variants +python313}"
</span> eval ${python_default}
# Python support default
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -355,7 +355,7 @@ foreach pyver ${python_suffixes} {
</span> set python_default "${python_default}!\[variant_isset plugin_support${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 +plugin_support312}"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set python_default "${python_default}} { default_variants +plugin_support313}"
</span> eval ${python_default}
pre-configure {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -403,5 +403,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 py312-pyqt5 +webkit` (just make sure you use the same Python\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ `sudo port install py313-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>