You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
img2pdf: add python 3.14
This commit is contained in:
committed by
Marius Schamschula
parent
c7d32df050
commit
3c6019e1c4
@@ -16,16 +16,17 @@ supported_archs noarch
|
||||
platforms {darwin any}
|
||||
homepage https://gitlab.mister-muffin.de/josch/img2pdf
|
||||
|
||||
variant python310 conflicts python311 python312 python313 description {Use Python 3.10} {}
|
||||
variant python311 conflicts python310 python312 python313 description {Use Python 3.11} {}
|
||||
variant python312 conflicts python310 python311 python313 description {Use Python 3.12} {}
|
||||
variant python313 conflicts python310 python311 python312 description {Use Python 3.13} {}
|
||||
variant python310 conflicts python311 python312 python313 python314 description {Use Python 3.10} {}
|
||||
variant python311 conflicts python310 python312 python313 python314 description {Use Python 3.11} {}
|
||||
variant python312 conflicts python310 python311 python313 python314 description {Use Python 3.12} {}
|
||||
variant python313 conflicts python310 python311 python312 python314 description {Use Python 3.13} {}
|
||||
variant python314 conflicts python310 python311 python312 python313 description {Use Python 3.14} {}
|
||||
|
||||
if {![variant_isset python310] && ![variant_isset python311] && ![variant_isset python312]} {
|
||||
default_variants +python313
|
||||
if {![variant_isset python310] && ![variant_isset python311] && ![variant_isset python312] && ![variant_isset python313]} {
|
||||
default_variants +python314
|
||||
}
|
||||
|
||||
foreach pv {313 312 311 310} {
|
||||
foreach pv {313 312 311 310 314} {
|
||||
if {[variant_isset python${pv}]} {
|
||||
python.default_version ${pv}
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user