You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
gtk-doc: add and default to python314
This commit is contained in:
+12
-7
@@ -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+
|
||||
|
||||
Reference in New Issue
Block a user