gramps: drop python39 variant

This commit is contained in:
Renee Otten
2025-11-04 13:27:34 -05:00
parent 30a7bb043d
commit e43e4c72df
+6 -11
View File
@@ -14,7 +14,7 @@ platforms {darwin any}
categories genealogy python
license GPL-2
maintainers {devans @dbevans} {mascguy @mascguy} openmaintainer
description Gramps is a genealogy program
long_description Gramps is a genealogy program to store, edit, \
and research genealogical data. It provides \
@@ -65,28 +65,23 @@ proc py_setup {py_ver} {
test.run yes
}
variant python39 conflicts python310 python311 python312 python313 description {Use Python 3.9} {
py_setup 39
}
variant python310 conflicts python39 python311 python312 python313 description {Use Python 3.10} {
variant python310 conflicts python311 python312 python313 description {Use Python 3.10} {
py_setup 310
}
variant python311 conflicts python39 python310 python312 python313 description {Use Python 3.11} {
variant python311 conflicts python310 python312 python313 description {Use Python 3.11} {
py_setup 311
}
variant python312 conflicts python39 python310 python311 python313 description {Use Python 3.12} {
variant python312 conflicts python310 python311 python313 description {Use Python 3.12} {
py_setup 312
}
variant python313 conflicts python39 python310 python311 python312 description {Use Python 3.13} {
variant python313 conflicts python310 python311 python312 description {Use Python 3.13} {
py_setup 313
}
if {![variant_isset python39] && \
![variant_isset python310] && \
if {![variant_isset python310] && \
![variant_isset python311] && \
![variant_isset python312] && \
![variant_isset python313]} {