You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
qore-python-module: drop python3[8,9] variants
This commit is contained in:
@@ -23,20 +23,14 @@ checksums rmd160 2b5ca8d4245af0be54555fb40e416ff69e6758e5 \
|
||||
sha256 429a2358004b72f8cebfb3dc2b8a24e481bb5bd44dd78ed8702f163d667b9ff7 \
|
||||
size 66810
|
||||
|
||||
variant python38 conflicts python39 python310 python311 description {Enable Python 3.8} {}
|
||||
variant python39 conflicts python38 python310 python311 description {Enable Python 3.9} {}
|
||||
variant python310 conflicts python38 python39 python311 description {Enable Python 3.10} {}
|
||||
variant python311 conflicts python38 python39 python310 description {Enable Python 3.11} {}
|
||||
variant python310 conflicts python311 description {Enable Python 3.10} {}
|
||||
variant python311 conflicts python310 description {Enable Python 3.11} {}
|
||||
|
||||
if {![variant_isset python38] && ![variant_isset python39] && ![variant_isset python310] && ![variant_isset python311]} {
|
||||
if {![variant_isset python310] && ![variant_isset python311]} {
|
||||
default_variants +python311
|
||||
}
|
||||
|
||||
if {[variant_isset python38]} {
|
||||
set python_version "38"
|
||||
} elseif {[variant_isset python39]} {
|
||||
set python_version "39"
|
||||
} elseif {[variant_isset python310]} {
|
||||
if {[variant_isset python310]} {
|
||||
set python_version "310"
|
||||
} elseif {[variant_isset python311]} {
|
||||
set python_version "311"
|
||||
|
||||
Reference in New Issue
Block a user