Skip to content

Commit 1e8fd2e

Browse files
committed
qgis3,qgis3-ltr: add py314 variant, new default
1 parent b111a53 commit 1e8fd2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gis/qgis3/Portfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ set pgdefault "${pgdefault}} { default_variants +postgresql17 }"
243243
eval ${pgdefault}
244244

245245
# Python variants
246-
set python_suffixes {310 311 312 313}
246+
set python_suffixes {310 311 312 313 314}
247247
set python_variants {}
248248
set plugin_variants {}
249249
foreach pyver ${python_suffixes} {
@@ -349,7 +349,7 @@ foreach pyver ${python_suffixes} {
349349
set python_default "${python_default}!\[variant_isset python${pyver}\] && "
350350
}
351351
set python_default [string range ${python_default} 0 end-4]
352-
set python_default "${python_default}} { default_variants +python313}"
352+
set python_default "${python_default}} { default_variants +python314}"
353353
eval ${python_default}
354354

355355
# Python support default
@@ -358,7 +358,7 @@ foreach pyver ${python_suffixes} {
358358
set python_default "${python_default}!\[variant_isset plugin_support${pyver}\] && "
359359
}
360360
set python_default [string range ${python_default} 0 end-4]
361-
set python_default "${python_default}} { default_variants +plugin_support313}"
361+
set python_default "${python_default}} { default_variants +plugin_support314}"
362362
eval ${python_default}
363363

364364
pre-configure {

0 commit comments

Comments
 (0)