You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
xorg-libxcb, xorg-xcb-proto: update python variants
This commit is contained in:
+12
-12
@@ -59,38 +59,38 @@ variant docs description "Install extra documentation" {
|
||||
#
|
||||
# [1] https://gitlab.freedesktop.org/xorg/lib/libxcb/blob/1.13.1/configure.ac#L85
|
||||
|
||||
variant python38 conflicts python39 python310 python311 python312 description {Use python 3.8} {
|
||||
depends_build-append port:python38
|
||||
license_noconflict python38
|
||||
configure.python ${prefix}/bin/python3.8
|
||||
}
|
||||
|
||||
variant python39 conflicts python38 python310 python311 python312 description {Use python 3.9} {
|
||||
variant python39 conflicts python310 python311 python312 python313 description {Use python 3.9} {
|
||||
depends_build-append port:python39
|
||||
license_noconflict python39
|
||||
configure.python ${prefix}/bin/python3.9
|
||||
}
|
||||
|
||||
variant python310 conflicts python38 python39 python311 python312 description {Use python 3.10} {
|
||||
variant python310 conflicts python39 python311 python312 python313 description {Use python 3.10} {
|
||||
depends_build-append port:python310
|
||||
license_noconflict python310
|
||||
configure.python ${prefix}/bin/python3.10
|
||||
}
|
||||
|
||||
variant python311 conflicts python38 python39 python310 python312 description {Use python 3.11} {
|
||||
variant python311 conflicts python39 python310 python312 python313 description {Use python 3.11} {
|
||||
depends_build-append port:python311
|
||||
license_noconflict python311
|
||||
configure.python ${prefix}/bin/python3.11
|
||||
}
|
||||
|
||||
variant python312 conflicts python38 python39 python310 python311 description {Use python 3.12} {
|
||||
variant python312 conflicts python39 python310 python311 python313 description {Use python 3.12} {
|
||||
depends_build-append port:python312
|
||||
license_noconflict python312
|
||||
configure.python ${prefix}/bin/python3.12
|
||||
}
|
||||
|
||||
if {![variant_isset python38] && ![variant_isset python39] && ![variant_isset python310] && ![variant_isset python311]} {
|
||||
default_variants +python312
|
||||
variant python313 conflicts python39 python310 python311 python312 description {Use python 3.13} {
|
||||
depends_build-append port:python313
|
||||
license_noconflict python313
|
||||
configure.python ${prefix}/bin/python3.13
|
||||
}
|
||||
|
||||
if {![variant_isset python39] && ![variant_isset python310] && ![variant_isset python311] && ![variant_isset python312]} {
|
||||
default_variants +python313
|
||||
}
|
||||
|
||||
livecheck.type regex
|
||||
|
||||
+12
-12
@@ -35,38 +35,38 @@ depends_run port:libxml2
|
||||
#
|
||||
# [1] https://github.com/polybar/xpp
|
||||
|
||||
variant python38 conflicts python39 python310 python311 python312 description {Use python 3.8} {
|
||||
depends_build-append port:python38
|
||||
configure.python ${prefix}/bin/python3.8
|
||||
license_noconflict python38
|
||||
}
|
||||
|
||||
variant python39 conflicts python38 python310 python311 python312 description {Use python 3.9} {
|
||||
variant python39 conflicts python310 python311 python312 python313 description {Use python 3.9} {
|
||||
depends_build-append port:python39
|
||||
configure.python ${prefix}/bin/python3.9
|
||||
license_noconflict python39
|
||||
}
|
||||
|
||||
variant python310 conflicts python38 python39 python311 python312 description {Use python 3.10} {
|
||||
variant python310 conflicts python39 python311 python312 python313 description {Use python 3.10} {
|
||||
depends_build-append port:python310
|
||||
configure.python ${prefix}/bin/python3.10
|
||||
license_noconflict python310
|
||||
}
|
||||
|
||||
variant python311 conflicts python38 python39 python310 python312 description {Use python 3.11} {
|
||||
variant python311 conflicts python39 python310 python312 python313 description {Use python 3.11} {
|
||||
depends_build-append port:python311
|
||||
configure.python ${prefix}/bin/python3.11
|
||||
license_noconflict python311
|
||||
}
|
||||
|
||||
variant python312 conflicts python38 python39 python310 python311 description {Use python 3.12} {
|
||||
variant python312 conflicts python39 python310 python311 python313 description {Use python 3.12} {
|
||||
depends_build-append port:python312
|
||||
configure.python ${prefix}/bin/python3.12
|
||||
license_noconflict python312
|
||||
}
|
||||
|
||||
if {![variant_isset python38] && ![variant_isset python39] && ![variant_isset python310] && ![variant_isset python311]} {
|
||||
default_variants +python312
|
||||
variant python313 conflicts python39 python310 python311 python312 description {Use python 3.13} {
|
||||
depends_build-append port:python313
|
||||
configure.python ${prefix}/bin/python3.13
|
||||
license_noconflict python313
|
||||
}
|
||||
|
||||
if {![variant_isset python39] && ![variant_isset python310] && ![variant_isset python311] && ![variant_isset python312]} {
|
||||
default_variants +python313
|
||||
}
|
||||
|
||||
livecheck.type regex
|
||||
|
||||
Reference in New Issue
Block a user