You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
gramps: drop python39 variant
This commit is contained in:
@@ -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]} {
|
||||
|
||||
Reference in New Issue
Block a user