diff options
author | 2023-01-14 13:51:19 +0100 | |
---|---|---|
committer | 2023-01-14 13:51:19 +0100 | |
commit | ed468028e725c9580a7b2ee02d6b7b9375f7a0b2 (patch) | |
tree | 3a39616d9a763db526cec9d2562da20ec1c456a8 /app-misc | |
parent | sci-mathematics/form: bump to 4.3.0 (diff) | |
download | gentoo-ed468028e725c9580a7b2ee02d6b7b9375f7a0b2.tar.gz gentoo-ed468028e725c9580a7b2ee02d6b7b9375f7a0b2.tar.bz2 gentoo-ed468028e725c9580a7b2ee02d6b7b9375f7a0b2.zip |
*/*: remove py3.8 from PYTHON_COMPAT
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-misc')
76 files changed, 143 insertions, 143 deletions
diff --git a/app-misc/anki/anki-2.1.15-r1.ebuild b/app-misc/anki/anki-2.1.15-r1.ebuild index deab0a159572..06b2d34159d7 100644 --- a/app-misc/anki/anki-2.1.15-r1.ebuild +++ b/app-misc/anki/anki-2.1.15-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) PYTHON_REQ_USE="sqlite" inherit desktop optfeature python-single-r1 xdg diff --git a/app-misc/asciicast-tools/asciicast-tools-0.0_pre20190410.ebuild b/app-misc/asciicast-tools/asciicast-tools-0.0_pre20190410.ebuild index 69b32597df10..75fcc1ca0c1e 100644 --- a/app-misc/asciicast-tools/asciicast-tools-0.0_pre20190410.ebuild +++ b/app-misc/asciicast-tools/asciicast-tools-0.0_pre20190410.ebuild @@ -1,9 +1,9 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_9 ) inherit python-r1 diff --git a/app-misc/asciicast-tools/asciicast-tools-0.0_pre20220524.ebuild b/app-misc/asciicast-tools/asciicast-tools-0.0_pre20220524.ebuild index 321bfa7c5117..cf0db30c09fd 100644 --- a/app-misc/asciicast-tools/asciicast-tools-0.0_pre20220524.ebuild +++ b/app-misc/asciicast-tools/asciicast-tools-0.0_pre20220524.ebuild @@ -1,9 +1,9 @@ -# Copyright 2020-2022 Gentoo Authors +# Copyright 2020-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit python-r1 diff --git a/app-misc/asciinema/asciinema-2.2.0-r1.ebuild b/app-misc/asciinema/asciinema-2.2.0-r1.ebuild index 2626656a73f3..ab025556e22f 100644 --- a/app-misc/asciinema/asciinema-2.2.0-r1.ebuild +++ b/app-misc/asciinema/asciinema-2.2.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 diff --git a/app-misc/bijiben/bijiben-40.1-r2.ebuild b/app-misc/bijiben/bijiben-40.1-r2.ebuild index 93dcd09dc9d1..5ffca96a130d 100644 --- a/app-misc/bijiben/bijiben-40.1-r2.ebuild +++ b/app-misc/bijiben/bijiben-40.1-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit gnome.org gnome2-utils meson python-any-r1 xdg DESCRIPTION="Note editor designed to remain simple to use" diff --git a/app-misc/binwalk/binwalk-2.3.3-r1.ebuild b/app-misc/binwalk/binwalk-2.3.3-r1.ebuild index a78f873523be..451eff29b751 100644 --- a/app-misc/binwalk/binwalk-2.3.3-r1.ebuild +++ b/app-misc/binwalk/binwalk-2.3.3-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{9..10} pypy3 ) inherit distutils-r1 diff --git a/app-misc/binwalk/binwalk-2.3.3.ebuild b/app-misc/binwalk/binwalk-2.3.3.ebuild index 9d8967fda1a4..0ca769a4d053 100644 --- a/app-misc/binwalk/binwalk-2.3.3.ebuild +++ b/app-misc/binwalk/binwalk-2.3.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_USE_SETUPTOOLS=bdepend -PYTHON_COMPAT=( python3_{7..10} pypy3 ) +PYTHON_COMPAT=( python3_{9..10} pypy3 ) inherit distutils-r1 diff --git a/app-misc/binwalk/binwalk-9999.ebuild b/app-misc/binwalk/binwalk-9999.ebuild index 7c288ad1f32b..aed7ffb8c99d 100644 --- a/app-misc/binwalk/binwalk-9999.ebuild +++ b/app-misc/binwalk/binwalk-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{9..10} pypy3 ) inherit distutils-r1 diff --git a/app-misc/byobu/byobu-5.133.ebuild b/app-misc/byobu/byobu-5.133.ebuild index 0adca6fac99c..a08c116682fc 100644 --- a/app-misc/byobu/byobu-5.133.ebuild +++ b/app-misc/byobu/byobu-5.133.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit python-single-r1 diff --git a/app-misc/ca-certificates/ca-certificates-20211016.3.83.ebuild b/app-misc/ca-certificates/ca-certificates-20211016.3.83.ebuild index bd535a63fb45..0d9d5b9742d6 100644 --- a/app-misc/ca-certificates/ca-certificates-20211016.3.83.ebuild +++ b/app-misc/ca-certificates/ca-certificates-20211016.3.83.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # The Debian ca-certificates package merely takes the CA database as it exists @@ -21,7 +21,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit python-any-r1 diff --git a/app-misc/ca-certificates/ca-certificates-20211016.3.86.ebuild b/app-misc/ca-certificates/ca-certificates-20211016.3.86.ebuild index c5df2f761993..0d9d5b9742d6 100644 --- a/app-misc/ca-certificates/ca-certificates-20211016.3.86.ebuild +++ b/app-misc/ca-certificates/ca-certificates-20211016.3.86.ebuild @@ -21,7 +21,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit python-any-r1 diff --git a/app-misc/ca-certificates/ca-certificates-20211016.3.87.ebuild b/app-misc/ca-certificates/ca-certificates-20211016.3.87.ebuild index f3e798fed1f3..aaa1a6ed0868 100644 --- a/app-misc/ca-certificates/ca-certificates-20211016.3.87.ebuild +++ b/app-misc/ca-certificates/ca-certificates-20211016.3.87.ebuild @@ -21,7 +21,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit python-any-r1 diff --git a/app-misc/chkcrontab/chkcrontab-1.7-r1.ebuild b/app-misc/chkcrontab/chkcrontab-1.7-r1.ebuild index f32063eea9ab..28a2625187b4 100644 --- a/app-misc/chkcrontab/chkcrontab-1.7-r1.ebuild +++ b/app-misc/chkcrontab/chkcrontab-1.7-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_9 ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 diff --git a/app-misc/chkcrontab/chkcrontab-1.7-r2.ebuild b/app-misc/chkcrontab/chkcrontab-1.7-r2.ebuild index 3eb38db689fc..6de9a0bd56b9 100644 --- a/app-misc/chkcrontab/chkcrontab-1.7-r2.ebuild +++ b/app-misc/chkcrontab/chkcrontab-1.7-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 diff --git a/app-misc/filebus/filebus-0.3.5.ebuild b/app-misc/filebus/filebus-0.3.5.ebuild index 8c0200d3cddb..34dfd1e41abc 100644 --- a/app-misc/filebus/filebus-0.3.5.ebuild +++ b/app-misc/filebus/filebus-0.3.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_OPTIONAL=1 -PYTHON_COMPAT=( python3_{7,8,9,10,11} ) +PYTHON_COMPAT=( python3_{9,10,11} ) inherit distutils-r1 diff --git a/app-misc/freewvs/freewvs-0.1.2.ebuild b/app-misc/freewvs/freewvs-0.1.2.ebuild index 3deae1e3a7b6..90fb45129b7a 100644 --- a/app-misc/freewvs/freewvs-0.1.2.ebuild +++ b/app-misc/freewvs/freewvs-0.1.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9,10} ) +PYTHON_COMPAT=( python3_{9,10} ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 diff --git a/app-misc/freewvs/freewvs-0.1.3.ebuild b/app-misc/freewvs/freewvs-0.1.3.ebuild index 3deae1e3a7b6..90fb45129b7a 100644 --- a/app-misc/freewvs/freewvs-0.1.3.ebuild +++ b/app-misc/freewvs/freewvs-0.1.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9,10} ) +PYTHON_COMPAT=( python3_{9,10} ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 diff --git a/app-misc/geoclue/geoclue-2.6.0.ebuild b/app-misc/geoclue/geoclue-2.6.0.ebuild index 023fa07f699c..9026e28de7be 100644 --- a/app-misc/geoclue/geoclue-2.6.0.ebuild +++ b/app-misc/geoclue/geoclue-2.6.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="xml(+)" inherit meson python-any-r1 systemd vala xdg diff --git a/app-misc/golly/golly-4.0.ebuild b/app-misc/golly/golly-4.0.ebuild index f7186fa43c15..7737a0ebc8e2 100644 --- a/app-misc/golly/golly-4.0.ebuild +++ b/app-misc/golly/golly-4.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 WX_GTK_VER=3.0-gtk3 -PYTHON_COMPAT=( python3_{7,8,9,10} ) +PYTHON_COMPAT=( python3_{9,10} ) inherit desktop python-single-r1 toolchain-funcs wxwidgets xdg-utils diff --git a/app-misc/golly/golly-4.1-r1.ebuild b/app-misc/golly/golly-4.1-r1.ebuild index 63e7520d40f4..3a22aa296ccd 100644 --- a/app-misc/golly/golly-4.1-r1.ebuild +++ b/app-misc/golly/golly-4.1-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 WX_GTK_VER=3.0-gtk3 -PYTHON_COMPAT=( python3_{7,8,9,10} ) +PYTHON_COMPAT=( python3_{9,10} ) inherit desktop python-single-r1 toolchain-funcs wxwidgets xdg diff --git a/app-misc/gramps/gramps-5.1.5.ebuild b/app-misc/gramps/gramps-5.1.5.ebuild index 2b3a7627b04e..754be0d90f2f 100644 --- a/app-misc/gramps/gramps-5.1.5.ebuild +++ b/app-misc/gramps/gramps-5.1.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) PYTHON_REQ_USE="sqlite" DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_SETUPTOOLS=no diff --git a/app-misc/grc/grc-1.12.ebuild b/app-misc/grc/grc-1.12.ebuild index 7b18a5b7a6fe..0b344cf94d1b 100644 --- a/app-misc/grc/grc-1.12.ebuild +++ b/app-misc/grc/grc-1.12.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{3..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit python-r1 DESCRIPTION="Generic Colouriser beautifies your logfiles or output of commands" diff --git a/app-misc/grc/grc-1.13.ebuild b/app-misc/grc/grc-1.13.ebuild index 5ec1c2f54211..d09a8526f3d2 100644 --- a/app-misc/grc/grc-1.13.ebuild +++ b/app-misc/grc/grc-1.13.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{3..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit python-r1 DESCRIPTION="Generic Colouriser beautifies your logfiles or output of commands" diff --git a/app-misc/hivex/hivex-1.3.20.ebuild b/app-misc/hivex/hivex-1.3.20.ebuild index 60d911612b9d..849e4597a992 100644 --- a/app-misc/hivex/hivex-1.3.20.ebuild +++ b/app-misc/hivex/hivex-1.3.20.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 USE_RUBY="ruby25 ruby26 ruby27" RUBY_OPTIONAL=yes -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_9 ) inherit perl-module ruby-ng python-single-r1 strip-linguas diff --git a/app-misc/hivex/hivex-1.3.21.ebuild b/app-misc/hivex/hivex-1.3.21.ebuild index b6c45fbca68a..5fef0b3050a5 100644 --- a/app-misc/hivex/hivex-1.3.21.ebuild +++ b/app-misc/hivex/hivex-1.3.21.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 USE_RUBY="ruby27 ruby30" RUBY_OPTIONAL=yes -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit perl-module ruby-ng python-single-r1 strip-linguas DESCRIPTION="Library for reading and writing Windows Registry 'hive' binary files" diff --git a/app-misc/icdiff/icdiff-1.9.5.ebuild b/app-misc/icdiff/icdiff-1.9.5.ebuild index 7555528ea9b8..01d8bbefe04c 100644 --- a/app-misc/icdiff/icdiff-1.9.5.ebuild +++ b/app-misc/icdiff/icdiff-1.9.5.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_9 ) inherit distutils-r1 diff --git a/app-misc/icdiff/icdiff-2.0.5.ebuild b/app-misc/icdiff/icdiff-2.0.5.ebuild index b7380fdb9b62..5c90f0bcd246 100644 --- a/app-misc/icdiff/icdiff-2.0.5.ebuild +++ b/app-misc/icdiff/icdiff-2.0.5.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{8..11} pypy3 ) +PYTHON_COMPAT=( python3_{9..11} pypy3 ) inherit distutils-r1 diff --git a/app-misc/jpipe/jpipe-0.2.0-r1.ebuild b/app-misc/jpipe/jpipe-0.2.0-r1.ebuild index 8cc79711bc8f..5ee7f7f6df1f 100644 --- a/app-misc/jpipe/jpipe-0.2.0-r1.ebuild +++ b/app-misc/jpipe/jpipe-0.2.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 GO_OPTIONAL=1 DISTUTILS_OPTIONAL=1 -PYTHON_COMPAT=( python3_{7,8,9,10,11} ) +PYTHON_COMPAT=( python3_{9,10,11} ) inherit go-module distutils-r1 diff --git a/app-misc/khal/khal-0.10.4-r1.ebuild b/app-misc/khal/khal-0.10.4-r1.ebuild index 6bbc40e951f5..601f5375271d 100644 --- a/app-misc/khal/khal-0.10.4-r1.ebuild +++ b/app-misc/khal/khal-0.10.4-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) PYTHON_REQ_USE="sqlite" inherit distutils-r1 diff --git a/app-misc/khard/khard-0.17.0-r1.ebuild b/app-misc/khard/khard-0.17.0-r1.ebuild index 41f33850260a..90c182ca4cf9 100644 --- a/app-misc/khard/khard-0.17.0-r1.ebuild +++ b/app-misc/khard/khard-0.17.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_9 ) inherit distutils-r1 DESCRIPTION="Console CardDAV client" diff --git a/app-misc/khard/khard-0.17.0-r2.ebuild b/app-misc/khard/khard-0.17.0-r2.ebuild index 2b0d49781385..6686c89aaceb 100644 --- a/app-misc/khard/khard-0.17.0-r2.ebuild +++ b/app-misc/khard/khard-0.17.0-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit distutils-r1 DESCRIPTION="Console CardDAV client" diff --git a/app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r7.ebuild b/app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r7.ebuild index 6cb9a929bae8..578b4ea48ec4 100644 --- a/app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r7.ebuild +++ b/app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r7.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit autotools flag-o-matic python-single-r1 diff --git a/app-misc/liquidctl/liquidctl-1.11.1.ebuild b/app-misc/liquidctl/liquidctl-1.11.1.ebuild index 82826078f384..7efd2e56d181 100644 --- a/app-misc/liquidctl/liquidctl-1.11.1.ebuild +++ b/app-misc/liquidctl/liquidctl-1.11.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 udev diff --git a/app-misc/liquidctl/liquidctl-1.12.0.ebuild b/app-misc/liquidctl/liquidctl-1.12.0.ebuild index 446ab3f13df9..7efd2e56d181 100644 --- a/app-misc/liquidctl/liquidctl-1.12.0.ebuild +++ b/app-misc/liquidctl/liquidctl-1.12.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 udev diff --git a/app-misc/lirc/lirc-0.10.1-r4.ebuild b/app-misc/lirc/lirc-0.10.1-r4.ebuild index 00b07b2c4453..41635fc1ccc0 100644 --- a/app-misc/lirc/lirc-0.10.1-r4.ebuild +++ b/app-misc/lirc/lirc-0.10.1-r4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8,9,10} ) +PYTHON_COMPAT=( python3_{9,10} ) inherit flag-o-matic linux-info python-single-r1 systemd xdg-utils diff --git a/app-misc/lirc/lirc-0.10.1_p7.ebuild b/app-misc/lirc/lirc-0.10.1_p7.ebuild index c01e42bc20ad..fa9785085fee 100644 --- a/app-misc/lirc/lirc-0.10.1_p7.ebuild +++ b/app-misc/lirc/lirc-0.10.1_p7.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit linux-info python-single-r1 xdg-utils diff --git a/app-misc/lirc/lirc-0.10.2.ebuild b/app-misc/lirc/lirc-0.10.2.ebuild index 02359ce76b60..380e55128424 100644 --- a/app-misc/lirc/lirc-0.10.2.ebuild +++ b/app-misc/lirc/lirc-0.10.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit linux-info python-single-r1 xdg-utils diff --git a/app-misc/media-player-info/media-player-info-24.ebuild b/app-misc/media-player-info/media-player-info-24.ebuild index 84a3ccab5555..89939bd8eae0 100644 --- a/app-misc/media-player-info/media-player-info-24.ebuild +++ b/app-misc/media-player-info/media-player-info-24.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit python-any-r1 udev DESCRIPTION="Repository of data files describing media player capabilities" diff --git a/app-misc/mosquitto/mosquitto-2.0.15.ebuild b/app-misc/mosquitto/mosquitto-2.0.15.ebuild index 7b38d6cbaf58..dc9f01d4b765 100644 --- a/app-misc/mosquitto/mosquitto-2.0.15.ebuild +++ b/app-misc/mosquitto/mosquitto-2.0.15.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit python-any-r1 systemd toolchain-funcs diff --git a/app-misc/ola/ola-0.10.8.ebuild b/app-misc/ola/ola-0.10.8.ebuild index e6aea949a42b..895c098489fe 100644 --- a/app-misc/ola/ola-0.10.8.ebuild +++ b/app-misc/ola/ola-0.10.8.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit autotools python-single-r1 diff --git a/app-misc/pax-utils/pax-utils-1.3.5.ebuild b/app-misc/pax-utils/pax-utils-1.3.5.ebuild index 38decc917fad..26fb439ec4d8 100644 --- a/app-misc/pax-utils/pax-utils-1.3.5.ebuild +++ b/app-misc/pax-utils/pax-utils-1.3.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 # Note: if bumping pax-utils because of syscall changes in glibc, please # revbump glibc and update the dependency in its ebuild for the affected # versions. -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit meson python-single-r1 diff --git a/app-misc/piper/piper-0.6.ebuild b/app-misc/piper/piper-0.6.ebuild index eabda0240c5a..ef62ff220ac2 100644 --- a/app-misc/piper/piper-0.6.ebuild +++ b/app-misc/piper/piper-0.6.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit meson python-single-r1 xdg diff --git a/app-misc/piper/piper-0.7.ebuild b/app-misc/piper/piper-0.7.ebuild index e888d4b38086..5e1c2bb40431 100644 --- a/app-misc/piper/piper-0.7.ebuild +++ b/app-misc/piper/piper-0.7.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit meson python-single-r1 xdg diff --git a/app-misc/ranger/ranger-1.9.3.ebuild b/app-misc/ranger/ranger-1.9.3.ebuild index 418b58b589cb..98cbce270698 100644 --- a/app-misc/ranger/ranger-1.9.3.ebuild +++ b/app-misc/ranger/ranger-1.9.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="ncurses" inherit distutils-r1 xdg diff --git a/app-misc/recoll/recoll-1.31.0.ebuild b/app-misc/recoll/recoll-1.31.0.ebuild index 9a211949904d..64909483fafb 100644 --- a/app-misc/recoll/recoll-1.31.0.ebuild +++ b/app-misc/recoll/recoll-1.31.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit linux-info optfeature python-single-r1 qmake-utils diff --git a/app-misc/recoll/recoll-1.32.0.ebuild b/app-misc/recoll/recoll-1.32.0.ebuild index 59a495aceb67..3d288cac921f 100644 --- a/app-misc/recoll/recoll-1.32.0.ebuild +++ b/app-misc/recoll/recoll-1.32.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit linux-info optfeature python-single-r1 qmake-utils systemd diff --git a/app-misc/recoll/recoll-1.32.2.ebuild b/app-misc/recoll/recoll-1.32.2.ebuild index 59a495aceb67..3d288cac921f 100644 --- a/app-misc/recoll/recoll-1.32.2.ebuild +++ b/app-misc/recoll/recoll-1.32.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit linux-info optfeature python-single-r1 qmake-utils systemd diff --git a/app-misc/recoll/recoll-1.32.5.ebuild b/app-misc/recoll/recoll-1.32.5.ebuild index 59a495aceb67..3d288cac921f 100644 --- a/app-misc/recoll/recoll-1.32.5.ebuild +++ b/app-misc/recoll/recoll-1.32.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit linux-info optfeature python-single-r1 qmake-utils systemd diff --git a/app-misc/recoll/recoll-1.33.4.ebuild b/app-misc/recoll/recoll-1.33.4.ebuild index 477d97635d0e..3d288cac921f 100644 --- a/app-misc/recoll/recoll-1.33.4.ebuild +++ b/app-misc/recoll/recoll-1.33.4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit linux-info optfeature python-single-r1 qmake-utils systemd diff --git a/app-misc/resolve-march-native/resolve-march-native-1.0.0-r1.ebuild b/app-misc/resolve-march-native/resolve-march-native-1.0.0-r1.ebuild index 4aa77df5bd0a..fcdc980e75a2 100644 --- a/app-misc/resolve-march-native/resolve-march-native-1.0.0-r1.ebuild +++ b/app-misc/resolve-march-native/resolve-march-native-1.0.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit distutils-r1 diff --git a/app-misc/resolve-march-native/resolve-march-native-2.1.0-r1.ebuild b/app-misc/resolve-march-native/resolve-march-native-2.1.0-r1.ebuild index 62a63562c42f..66670c04a72c 100644 --- a/app-misc/resolve-march-native/resolve-march-native-2.1.0-r1.ebuild +++ b/app-misc/resolve-march-native/resolve-march-native-2.1.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 diff --git a/app-misc/resolve-march-native/resolve-march-native-2.1.0.ebuild b/app-misc/resolve-march-native/resolve-march-native-2.1.0.ebuild index 0320fbd8fcd5..c4bc88e7057a 100644 --- a/app-misc/resolve-march-native/resolve-march-native-2.1.0.ebuild +++ b/app-misc/resolve-march-native/resolve-march-native-2.1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit distutils-r1 diff --git a/app-misc/rmlint/rmlint-2.10.1.ebuild b/app-misc/rmlint/rmlint-2.10.1.ebuild index fa6e30240832..838041b4fc6e 100644 --- a/app-misc/rmlint/rmlint-2.10.1.ebuild +++ b/app-misc/rmlint/rmlint-2.10.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit gnome2-utils python-single-r1 scons-utils toolchain-funcs xdg-utils diff --git a/app-misc/solaar/solaar-1.0.5-r2.ebuild b/app-misc/solaar/solaar-1.0.5-r2.ebuild index de5cdd6f8439..621f6c84a880 100644 --- a/app-misc/solaar/solaar-1.0.5-r2.ebuild +++ b/app-misc/solaar/solaar-1.0.5-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_SINGLE_IMPL=1 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_9 ) inherit linux-info udev xdg distutils-r1 diff --git a/app-misc/solaar/solaar-1.0.7.ebuild b/app-misc/solaar/solaar-1.0.7.ebuild index cad0500253bc..4a810c9890c8 100644 --- a/app-misc/solaar/solaar-1.0.7.ebuild +++ b/app-misc/solaar/solaar-1.0.7.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_SINGLE_IMPL=1 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_9 ) inherit linux-info udev xdg distutils-r1 diff --git a/app-misc/solaar/solaar-1.1.1.ebuild b/app-misc/solaar/solaar-1.1.1.ebuild index cbc2547de833..497e7872a651 100644 --- a/app-misc/solaar/solaar-1.1.1.ebuild +++ b/app-misc/solaar/solaar-1.1.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_SINGLE_IMPL=1 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_9 ) inherit linux-info udev xdg distutils-r1 diff --git a/app-misc/solaar/solaar-1.1.2_rc2-r1.ebuild b/app-misc/solaar/solaar-1.1.2_rc2-r1.ebuild index c33af3ddaf5e..b236bc90dec5 100644 --- a/app-misc/solaar/solaar-1.1.2_rc2-r1.ebuild +++ b/app-misc/solaar/solaar-1.1.2_rc2-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_SINGLE_IMPL=1 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_9 ) inherit linux-info udev xdg distutils-r1 diff --git a/app-misc/solaar/solaar-1.1.3.ebuild b/app-misc/solaar/solaar-1.1.3.ebuild index 43b1bbbd8532..a0f54bbf7d5d 100644 --- a/app-misc/solaar/solaar-1.1.3.ebuild +++ b/app-misc/solaar/solaar-1.1.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_SINGLE_IMPL=1 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit linux-info udev xdg distutils-r1 diff --git a/app-misc/solaar/solaar-1.1.8.ebuild b/app-misc/solaar/solaar-1.1.8.ebuild index 868f9d19920d..580d58d70762 100644 --- a/app-misc/solaar/solaar-1.1.8.ebuild +++ b/app-misc/solaar/solaar-1.1.8.ebuild @@ -5,7 +5,7 @@ EAPI=7 DISTUTILS_USE_PEP517=setuptools DISTUTILS_SINGLE_IMPL=1 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit linux-info udev xdg distutils-r1 diff --git a/app-misc/solaar/solaar-9999.ebuild b/app-misc/solaar/solaar-9999.ebuild index 868f9d19920d..580d58d70762 100644 --- a/app-misc/solaar/solaar-9999.ebuild +++ b/app-misc/solaar/solaar-9999.ebuild @@ -5,7 +5,7 @@ EAPI=7 DISTUTILS_USE_PEP517=setuptools DISTUTILS_SINGLE_IMPL=1 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit linux-info udev xdg distutils-r1 diff --git a/app-misc/terminal-colors/terminal-colors-2.3.ebuild b/app-misc/terminal-colors/terminal-colors-2.3.ebuild index 22aef0794b4e..f59f1bcfd729 100644 --- a/app-misc/terminal-colors/terminal-colors-2.3.ebuild +++ b/app-misc/terminal-colors/terminal-colors-2.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) PYTHON_REQ_USE="ncurses" inherit python-r1 diff --git a/app-misc/terminal-colors/terminal-colors-3.0.2.ebuild b/app-misc/terminal-colors/terminal-colors-3.0.2.ebuild index 3e54ececf5c0..543e370503ae 100644 --- a/app-misc/terminal-colors/terminal-colors-3.0.2.ebuild +++ b/app-misc/terminal-colors/terminal-colors-3.0.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) PYTHON_REQ_USE="ncurses" inherit python-r1 diff --git a/app-misc/terminal-colors/terminal-colors-9999.ebuild b/app-misc/terminal-colors/terminal-colors-9999.ebuild index 867968e5c559..601e73f1bc1b 100644 --- a/app-misc/terminal-colors/terminal-colors-9999.ebuild +++ b/app-misc/terminal-colors/terminal-colors-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) PYTHON_REQ_USE="ncurses" inherit python-r1 diff --git a/app-misc/timew-report/timew-report-1.4.0.ebuild b/app-misc/timew-report/timew-report-1.4.0.ebuild index 222a707352ae..b1f916e049b9 100644 --- a/app-misc/timew-report/timew-report-1.4.0.ebuild +++ b/app-misc/timew-report/timew-report-1.4.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit distutils-r1 DESCRIPTION="An interface for Timewarrior report data" diff --git a/app-misc/tmux2html/tmux2html-0.1.11-r1.ebuild b/app-misc/tmux2html/tmux2html-0.1.11-r1.ebuild index 7531f1b8d1bf..f81be0199c6b 100644 --- a/app-misc/tmux2html/tmux2html-0.1.11-r1.ebuild +++ b/app-misc/tmux2html/tmux2html-0.1.11-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 DESCRIPTION="Render full tmux windows or individual panes as HTML" diff --git a/app-misc/tmuxp/tmuxp-1.15.0.ebuild b/app-misc/tmuxp/tmuxp-1.15.0.ebuild index 3b1433e864e6..a39a0f78c14a 100644 --- a/app-misc/tmuxp/tmuxp-1.15.0.ebuild +++ b/app-misc/tmuxp/tmuxp-1.15.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 2019-2022 Gentoo Authors +# Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=poetry inherit distutils-r1 diff --git a/app-misc/tmuxp/tmuxp-1.24.1.ebuild b/app-misc/tmuxp/tmuxp-1.24.1.ebuild index 23ee8600e558..b0e7402a2035 100644 --- a/app-misc/tmuxp/tmuxp-1.24.1.ebuild +++ b/app-misc/tmuxp/tmuxp-1.24.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=poetry inherit distutils-r1 diff --git a/app-misc/tmuxp/tmuxp-1.25.0.ebuild b/app-misc/tmuxp/tmuxp-1.25.0.ebuild index 2f3d95d762f6..ee3d34211a4b 100644 --- a/app-misc/tmuxp/tmuxp-1.25.0.ebuild +++ b/app-misc/tmuxp/tmuxp-1.25.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=poetry inherit distutils-r1 diff --git a/app-misc/tracker-miners/tracker-miners-3.4.2-r1.ebuild b/app-misc/tracker-miners/tracker-miners-3.4.2-r1.ebuild index 35ea8155f49e..6ea152b1961e 100644 --- a/app-misc/tracker-miners/tracker-miners-3.4.2-r1.ebuild +++ b/app-misc/tracker-miners/tracker-miners-3.4.2-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit flag-o-matic gnome.org gnome2-utils meson python-any-r1 systemd xdg diff --git a/app-misc/tracker-miners/tracker-miners-3.4.3.ebuild b/app-misc/tracker-miners/tracker-miners-3.4.3.ebuild index 3d11b420c157..c1163c899a26 100644 --- a/app-misc/tracker-miners/tracker-miners-3.4.3.ebuild +++ b/app-misc/tracker-miners/tracker-miners-3.4.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit flag-o-matic gnome.org gnome2-utils meson python-any-r1 systemd xdg diff --git a/app-misc/tracker/tracker-3.4.2.ebuild b/app-misc/tracker/tracker-3.4.2.ebuild index 417faab045c8..d850f4163b42 100644 --- a/app-misc/tracker/tracker-3.4.2.ebuild +++ b/app-misc/tracker/tracker-3.4.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit bash-completion-r1 flag-o-matic gnome.org gnome2-utils linux-info meson python-any-r1 systemd vala xdg diff --git a/app-misc/trash-cli/trash-cli-0.22.8.21.ebuild b/app-misc/trash-cli/trash-cli-0.22.8.21.ebuild index b9fee4ce4893..5eb1d0cd3167 100644 --- a/app-misc/trash-cli/trash-cli-0.22.8.21.ebuild +++ b/app-misc/trash-cli/trash-cli-0.22.8.21.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8,9,10} ) +PYTHON_COMPAT=( python3_{9,10} ) inherit distutils-r1 diff --git a/app-misc/trash-cli/trash-cli-0.22.8.27.ebuild b/app-misc/trash-cli/trash-cli-0.22.8.27.ebuild index 641302d9ab3e..ad77462deeaa 100644 --- a/app-misc/trash-cli/trash-cli-0.22.8.27.ebuild +++ b/app-misc/trash-cli/trash-cli-0.22.8.27.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8,9,10} ) +PYTHON_COMPAT=( python3_{9,10} ) inherit distutils-r1 diff --git a/app-misc/votrify/votrify-5-r1.ebuild b/app-misc/votrify/votrify-5-r1.ebuild index 1d8d0d94c282..2128726838ff 100644 --- a/app-misc/votrify/votrify-5-r1.ebuild +++ b/app-misc/votrify/votrify-5-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2019-2022 Gentoo Authors +# Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit python-single-r1 diff --git a/app-misc/votrify/votrify-5.ebuild b/app-misc/votrify/votrify-5.ebuild index 4c03ed94d293..279c9bc6b841 100644 --- a/app-misc/votrify/votrify-5.ebuild +++ b/app-misc/votrify/votrify-5.ebuild @@ -1,8 +1,8 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_9 ) inherit python-single-r1 diff --git a/app-misc/wildq/wildq-1.1.11.ebuild b/app-misc/wildq/wildq-1.1.11.ebuild index 227028c4c4cb..3c5224f530e8 100644 --- a/app-misc/wildq/wildq-1.1.11.ebuild +++ b/app-misc/wildq/wildq-1.1.11.ebuild @@ -1,8 +1,8 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 |