qore-python-module: drop python3[8,9] variants

This commit is contained in:
Renee Otten
2025-11-04 13:46:01 -05:00
parent f8776c3d0c
commit 88e3a5315e
+4 -10
View File
@@ -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"