gtk-doc: add and default to python314

This commit is contained in:
i0ntempest
2026-03-28 04:56:56 +11:00
committed by Renee Otten
parent af9dd47f58
commit 6212a213b2
+12 -7
View File
@@ -4,7 +4,7 @@ PortSystem 1.0
name gtk-doc
version 1.34.0
revision 0
revision 1
categories gnome devel
license GPL-2+
@@ -83,27 +83,32 @@ proc py_setup {p_py_ver} {
port:py${py_ver_nodot}-mock
}
variant python310 conflicts python311 python312 python313 description {Build using Python 3.10} {
variant python310 conflicts python311 python312 python313 python314 description {Build using Python 3.10} {
py_setup 3.10
}
variant python311 conflicts python310 python312 python313 description {Build using Python 3.11} {
variant python311 conflicts python310 python312 python313 python314 description {Build using Python 3.11} {
py_setup 3.11
}
variant python312 conflicts python310 python311 python313 description {Build using Python 3.12} {
variant python312 conflicts python310 python311 python313 python314 description {Build using Python 3.12} {
py_setup 3.12
}
variant python313 conflicts python310 python311 python312 description {Build using Python 3.13} {
variant python313 conflicts python310 python311 python312 python314 description {Build using Python 3.13} {
py_setup 3.13
}
variant python314 conflicts python310 python311 python312 python313 description {Build using Python 3.14} {
py_setup 3.14
}
if {![variant_isset python310] &&
![variant_isset python311] &&
![variant_isset python312] &&
![variant_isset python313] } {
default_variants +python313
![variant_isset python313] &&
![variant_isset python314] } {
default_variants +python314
}
# some tests are known to fail in gtk-doc 1.29+