You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
xraylib: drop python39 variant
This commit is contained in:
@@ -65,21 +65,14 @@ if {[variant_isset perl5_28] || [variant_isset perl5_30] || [variant_isset perl5
|
||||
depends_build-append port:swig-perl
|
||||
}
|
||||
|
||||
variant python27 description {Python 2.7 bindings} conflicts python39 python310 {
|
||||
variant python27 description {Python 2.7 bindings} conflictspython310 {
|
||||
configure.args-append --enable-python --enable-python-integration --enable-python-numpy PYTHON=${prefix}/bin/python2.7
|
||||
configure.args-delete --disable-python --disable-python-numpy
|
||||
depends_build-append port:swig-python port:py27-cython
|
||||
depends_lib-append port:python27 port:py27-numpy
|
||||
}
|
||||
|
||||
variant python39 description {Python 3.9 bindings} conflicts python27 python310 {
|
||||
configure.args-append --enable-python --enable-python-integration --enable-python-numpy PYTHON=${prefix}/bin/python3.9
|
||||
configure.args-delete --disable-python --disable-python-numpy
|
||||
depends_build-append port:swig-python port:py39-cython
|
||||
depends_lib-append port:python39 port:py39-numpy
|
||||
}
|
||||
|
||||
variant python310 description {Python 3.10 bindings} conflicts python27 python39 {
|
||||
variant python310 description {Python 3.10 bindings} conflicts python27 {
|
||||
configure.args-append --enable-python --enable-python-integration --enable-python-numpy PYTHON=${prefix}/bin/python3.10
|
||||
configure.args-delete --disable-python --disable-python-numpy
|
||||
depends_build-append port:swig-python port:py310-cython
|
||||
@@ -122,7 +115,7 @@ if {[fortran_variant_isset]} {
|
||||
configure.args-replace --disable-fortran2003 --enable-fortran2003
|
||||
}
|
||||
|
||||
if {![variant_isset python27] && ![variant_isset python39]} {
|
||||
if {![variant_isset python27]} {
|
||||
default_variants +python310
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user