eog-plugins: drop python3[8,9] variants

This commit is contained in:
Renee Otten
2025-11-04 13:29:53 -05:00
parent 1b5af85a55
commit cefd725a9d
+2 -22
View File
@@ -46,23 +46,7 @@ configure.args --disable-python \
use_autoreconf yes
autoreconf.args -fvi
variant python38 conflicts python39 python310 description {Python plugins use python 3.8} {
depends_build-append port:python38
configure.python ${prefix}/bin/python3.8
set python_framework ${frameworks_dir}/Python.framework/Versions/3.8
configure.pkg_config_path ${python_framework}/lib/pkgconfig
configure.args-replace --disable-python --enable-python
}
variant python39 conflicts python38 python310 description {Python plugins use python 3.9} {
depends_build-append port:python39
configure.python ${prefix}/bin/python3.9
set python_framework ${frameworks_dir}/Python.framework/Versions/3.9
configure.pkg_config_path ${python_framework}/lib/pkgconfig
configure.args-replace --disable-python --enable-python
}
variant python310 conflicts python38 python39 description {Python plugins use python 3.10} {
variant python310 description {Python plugins use python 3.10} {
depends_build-append port:python310
configure.python ${prefix}/bin/python3.10
set python_framework ${frameworks_dir}/Python.framework/Versions/3.10
@@ -70,11 +54,7 @@ variant python310 conflicts python38 python39 description {Python plugins use py
configure.args-replace --disable-python --enable-python
}
if {![variant_isset python38] && \
![variant_isset python39] && \
![variant_isset python310]} {
default_variants +python310
}
default_variants +python310
post-activate {
system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"