itstool: add and default to python314 variant

This commit is contained in:
Renee Otten
2026-01-16 14:13:35 -05:00
parent be2d3e1b65
commit fd98c9c091
+4 -3
View File
@@ -5,7 +5,8 @@ PortSystem 1.0
name itstool
epoch 1
version 2.0.7
revision 3
revision 4
license GPL-3+
set branch [join [lrange [split ${version} .] 0 1] .]
@@ -38,7 +39,7 @@ patchfiles patch-configure.diff \
invalid-sequence-pygte.patch
# Python variants
set python_suffixes {310 311 312 313}
set python_suffixes {310 311 312 313 314}
set python_variants {}
set plugin_variants {}
foreach pyver ${python_suffixes} {
@@ -64,7 +65,7 @@ foreach pyver ${python_suffixes} {
set python_default "${python_default}!\[variant_isset python${pyver}\] && "
}
set python_default [string range ${python_default} 0 end-4]
set python_default "${python_default}} { default_variants +python313}"
set python_default "${python_default}} { default_variants +python314}"
eval ${python_default}
livecheck.type regex