commit:     7a55b8993e05e8701b1913ef5040318f7533b081
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 30 10:16:14 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 30 10:16:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a55b899

*/*: consistent PYTHON_COMPAT style

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-admin/github-backup-utils/github-backup-utils-2.22.0.ebuild     | 4 ++--
 app-admin/github-backup-utils/github-backup-utils-3.0.0.ebuild      | 4 ++--
 app-admin/mcelog/mcelog-180-r1.ebuild                               | 2 +-
 app-crypt/certbot-nginx/certbot-nginx-1.21.0.ebuild                 | 4 ++--
 app-crypt/certbot-nginx/certbot-nginx-1.22.0.ebuild                 | 2 +-
 app-crypt/certbot-nginx/certbot-nginx-9999.ebuild                   | 4 ++--
 app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.92-r1.ebuild            | 6 +++---
 app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r4.ebuild                    | 6 +++---
 .../ibus-sunpinyin/ibus-sunpinyin-2.0.4_pre20200306162733.ebuild    | 4 ++--
 app-i18n/mozc/mozc-9999.ebuild                                      | 4 ++--
 app-i18n/opencc/opencc-1.0.5.ebuild                                 | 4 ++--
 app-i18n/opencc/opencc-1.0.6.ebuild                                 | 4 ++--
 app-i18n/opencc/opencc-1.1.0.ebuild                                 | 4 ++--
 app-i18n/opencc/opencc-1.1.1.ebuild                                 | 4 ++--
 app-i18n/sunpinyin/sunpinyin-2.0.4_pre20200306162733.ebuild         | 4 ++--
 app-i18n/xsunpinyin/xsunpinyin-2.0.4_pre20200306162733.ebuild       | 4 ++--
 app-portage/esearch/esearch-1.3-r3.ebuild                           | 4 ++--
 app-portage/esearch/esearch-9999.ebuild                             | 4 ++--
 dev-lang/jerryscript/jerryscript-2.4.0-r4.ebuild                    | 2 +-
 dev-tex/dot2tex/dot2tex-2.11.3.ebuild                               | 4 ++--
 dev-util/rizin/rizin-0.3.4.ebuild                                   | 2 +-
 dev-vcs/stgit/stgit-1.4.ebuild                                      | 2 +-
 .../gsettings-desktop-schemas/gsettings-desktop-schemas-40.0.ebuild | 4 ++--
 .../gsettings-desktop-schemas/gsettings-desktop-schemas-41.0.ebuild | 4 ++--
 media-gfx/cura/cura-4.9.1.ebuild                                    | 4 ++--
 net-analyzer/carl/carl-0.9-r5.ebuild                                | 4 ++--
 net-irc/kvirc/kvirc-5.2_pre20200605155236-r2.ebuild                 | 4 ++--
 net-irc/kvirc/kvirc-5.2_pre20210630233331-r1.ebuild                 | 4 ++--
 net-irc/kvirc/kvirc-9999.ebuild                                     | 4 ++--
 net-libs/libpsl/libpsl-0.21.0.ebuild                                | 4 ++--
 net-libs/libpsl/libpsl-0.21.1.ebuild                                | 4 ++--
 net-libs/stem/stem-1.8.0-r1.ebuild                                  | 4 ++--
 net-libs/stem/stem-1.8.0_p20211118.ebuild                           | 4 ++--
 net-misc/gallery-dl/gallery-dl-1.20.1.ebuild                        | 2 +-
 net-misc/gallery-dl/gallery-dl-1.20.2.ebuild                        | 2 +-
 net-misc/gallery-dl/gallery-dl-1.20.3.ebuild                        | 2 +-
 net-misc/gallery-dl/gallery-dl-9999.ebuild                          | 2 +-
 net-misc/nyx/nyx-2.1.0-r2.ebuild                                    | 4 ++--
 net-wireless/gr-iqbal/gr-iqbal-0.38.2.ebuild                        | 4 ++--
 net-wireless/gr-iqbal/gr-iqbal-9999.ebuild                          | 4 ++--
 net-wireless/lorcon/lorcon-0.0_p20200214.ebuild                     | 2 +-
 net-wireless/lorcon/lorcon-2020.06.06.ebuild                        | 2 +-
 net-wireless/lorcon/lorcon-9999.ebuild                              | 2 +-
 sci-mathematics/mathlib-tools/mathlib-tools-1.1.0.ebuild            | 4 ++--
 44 files changed, 78 insertions(+), 78 deletions(-)

diff --git a/app-admin/github-backup-utils/github-backup-utils-2.22.0.ebuild 
b/app-admin/github-backup-utils/github-backup-utils-2.22.0.ebuild
index 1072be5f53ae..15865bbb263e 100644
--- a/app-admin/github-backup-utils/github-backup-utils-2.22.0.ebuild
+++ b/app-admin/github-backup-utils/github-backup-utils-2.22.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 # Python3 support: https://github.com/github/backup-utils/pull/627
-PYTHON_COMPAT=(python3_{7,8})
+PYTHON_COMPAT=( python3_{7,8} )
 inherit python-any-r1
 
 DESCRIPTION="Backup and recovery utilities for GitHub Enterprise"

diff --git a/app-admin/github-backup-utils/github-backup-utils-3.0.0.ebuild 
b/app-admin/github-backup-utils/github-backup-utils-3.0.0.ebuild
index d50a44c1f6fb..b30ac5390545 100644
--- a/app-admin/github-backup-utils/github-backup-utils-3.0.0.ebuild
+++ b/app-admin/github-backup-utils/github-backup-utils-3.0.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 # Python3 support: https://github.com/github/backup-utils/pull/627
-PYTHON_COMPAT=(python3_{7,8,9})
+PYTHON_COMPAT=( python3_{8..9} )
 inherit python-any-r1
 
 DESCRIPTION="Backup and recovery utilities for GitHub Enterprise"

diff --git a/app-admin/mcelog/mcelog-180-r1.ebuild 
b/app-admin/mcelog/mcelog-180-r1.ebuild
index fb9fa9f0bc0a..1b3a0ee7345e 100644
--- a/app-admin/mcelog/mcelog-180-r1.ebuild
+++ b/app-admin/mcelog/mcelog-180-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=(python3_9 python3_10)
+PYTHON_COMPAT=( python3_{9..10} )
 
 inherit linux-info python-any-r1 systemd toolchain-funcs
 

diff --git a/app-crypt/certbot-nginx/certbot-nginx-1.21.0.ebuild 
b/app-crypt/certbot-nginx/certbot-nginx-1.21.0.ebuild
index f916e2e4708c..89ab14446617 100644
--- a/app-crypt/certbot-nginx/certbot-nginx-1.21.0.ebuild
+++ b/app-crypt/certbot-nginx/certbot-nginx-1.21.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=(python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..10} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 if [[ ${PV} == 9999* ]]; then

diff --git a/app-crypt/certbot-nginx/certbot-nginx-1.22.0.ebuild 
b/app-crypt/certbot-nginx/certbot-nginx-1.22.0.ebuild
index 6f8e3f6b7a15..89ab14446617 100644
--- a/app-crypt/certbot-nginx/certbot-nginx-1.22.0.ebuild
+++ b/app-crypt/certbot-nginx/certbot-nginx-1.22.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=(python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..10} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 if [[ ${PV} == 9999* ]]; then

diff --git a/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild 
b/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild
index 45a8976cfe34..85fd0214055e 100644
--- a/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild
+++ b/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=(python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..10} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 if [[ ${PV} == 9999* ]]; then

diff --git a/app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.92-r1.ebuild 
b/app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.92-r1.ebuild
index e60f8ad835a4..313024e17794 100644
--- a/app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.92-r1.ebuild
+++ b/app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.92-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2015-2021 Gentoo Authors
+# Copyright 2015-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
-LUA_COMPAT=(lua{5-1,5-2,5-3})
-PYTHON_COMPAT=(python{3_8,3_9})
+LUA_COMPAT=( lua5-{1..3} )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit autotools gnome2-utils lua-single python-single-r1
 

diff --git a/app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r4.ebuild 
b/app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r4.ebuild
index e41e4c2243f0..0cff64748626 100644
--- a/app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r4.ebuild
+++ b/app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2008-2021 Gentoo Authors
+# Copyright 2008-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-LUA_COMPAT=(lua5-1)
-PYTHON_COMPAT=(python3_{8,9})
+LUA_COMPAT=( lua5-1 )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit autotools lua-single python-single-r1
 

diff --git 
a/app-i18n/ibus-sunpinyin/ibus-sunpinyin-2.0.4_pre20200306162733.ebuild 
b/app-i18n/ibus-sunpinyin/ibus-sunpinyin-2.0.4_pre20200306162733.ebuild
index 119bebaa5ab6..3a4dfec5de4c 100644
--- a/app-i18n/ibus-sunpinyin/ibus-sunpinyin-2.0.4_pre20200306162733.ebuild
+++ b/app-i18n/ibus-sunpinyin/ibus-sunpinyin-2.0.4_pre20200306162733.ebuild
@@ -1,8 +1,8 @@
-# Copyright 2009-2021 Gentoo Authors
+# Copyright 2009-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
-PYTHON_COMPAT=(python{3_8,3_9})
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit python-single-r1 scons-utils toolchain-funcs
 

diff --git a/app-i18n/mozc/mozc-9999.ebuild b/app-i18n/mozc/mozc-9999.ebuild
index 020c3b037550..911bfa462a43 100644
--- a/app-i18n/mozc/mozc-9999.ebuild
+++ b/app-i18n/mozc/mozc-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 2010-2020 Gentoo Authors
+# Copyright 2010-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
-PYTHON_COMPAT=(python{3_7,3_8,3_9})
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit elisp-common multiprocessing python-any-r1 toolchain-funcs
 

diff --git a/app-i18n/opencc/opencc-1.0.5.ebuild 
b/app-i18n/opencc/opencc-1.0.5.ebuild
index f512433eb485..3fcb5271474d 100644
--- a/app-i18n/opencc/opencc-1.0.5.ebuild
+++ b/app-i18n/opencc/opencc-1.0.5.ebuild
@@ -1,8 +1,8 @@
-# Copyright 2010-2020 Gentoo Authors
+# Copyright 2010-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
-PYTHON_COMPAT=(python{3_7,3_8,3_9})
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit cmake python-any-r1
 

diff --git a/app-i18n/opencc/opencc-1.0.6.ebuild 
b/app-i18n/opencc/opencc-1.0.6.ebuild
index 70b4f7a65c7b..c2e8f4fe0450 100644
--- a/app-i18n/opencc/opencc-1.0.6.ebuild
+++ b/app-i18n/opencc/opencc-1.0.6.ebuild
@@ -1,8 +1,8 @@
-# Copyright 2010-2020 Gentoo Authors
+# Copyright 2010-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
-PYTHON_COMPAT=(python{3_7,3_8,3_9})
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit cmake python-any-r1
 

diff --git a/app-i18n/opencc/opencc-1.1.0.ebuild 
b/app-i18n/opencc/opencc-1.1.0.ebuild
index 0870f67310e8..4d79dde3f84c 100644
--- a/app-i18n/opencc/opencc-1.1.0.ebuild
+++ b/app-i18n/opencc/opencc-1.1.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 2010-2020 Gentoo Authors
+# Copyright 2010-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
-PYTHON_COMPAT=(python{3_7,3_8,3_9})
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit cmake python-any-r1
 

diff --git a/app-i18n/opencc/opencc-1.1.1.ebuild 
b/app-i18n/opencc/opencc-1.1.1.ebuild
index 049871a65815..01e3919f675b 100644
--- a/app-i18n/opencc/opencc-1.1.1.ebuild
+++ b/app-i18n/opencc/opencc-1.1.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 2010-2021 Gentoo Authors
+# Copyright 2010-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
-PYTHON_COMPAT=(python{3_7,3_8,3_9})
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit cmake python-any-r1
 

diff --git a/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20200306162733.ebuild 
b/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20200306162733.ebuild
index aea1528e539e..ada55c754c6c 100644
--- a/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20200306162733.ebuild
+++ b/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20200306162733.ebuild
@@ -1,8 +1,8 @@
-# Copyright 2009-2021 Gentoo Authors
+# Copyright 2009-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
-PYTHON_COMPAT=(python{3_7,3_8,3_9})
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit python-any-r1 scons-utils toolchain-funcs
 

diff --git a/app-i18n/xsunpinyin/xsunpinyin-2.0.4_pre20200306162733.ebuild 
b/app-i18n/xsunpinyin/xsunpinyin-2.0.4_pre20200306162733.ebuild
index 038164ba0649..3a4878507e31 100644
--- a/app-i18n/xsunpinyin/xsunpinyin-2.0.4_pre20200306162733.ebuild
+++ b/app-i18n/xsunpinyin/xsunpinyin-2.0.4_pre20200306162733.ebuild
@@ -1,8 +1,8 @@
-# Copyright 2011-2020 Gentoo Authors
+# Copyright 2011-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
-PYTHON_COMPAT=(python{3_7,3_8,3_9})
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit python-any-r1 scons-utils toolchain-funcs
 

diff --git a/app-portage/esearch/esearch-1.3-r3.ebuild 
b/app-portage/esearch/esearch-1.3-r3.ebuild
index dd92c1583dd0..1cbe38b2307f 100644
--- a/app-portage/esearch/esearch-1.3-r3.ebuild
+++ b/app-portage/esearch/esearch-1.3-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=(python3_{7..9})
+PYTHON_COMPAT=( python3_{8..9} )
 PYTHON_REQ_USE="readline(+)"
 DISTUTILS_USE_SETUPTOOLS=no
 

diff --git a/app-portage/esearch/esearch-9999.ebuild 
b/app-portage/esearch/esearch-9999.ebuild
index 83b0591b76b4..33983df846b5 100644
--- a/app-portage/esearch/esearch-9999.ebuild
+++ b/app-portage/esearch/esearch-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=(python3_{7..9})
+PYTHON_COMPAT=( python3_{8..9} )
 PYTHON_REQ_USE="readline(+)"
 DISTUTILS_USE_SETUPTOOLS=no
 

diff --git a/dev-lang/jerryscript/jerryscript-2.4.0-r4.ebuild 
b/dev-lang/jerryscript/jerryscript-2.4.0-r4.ebuild
index bc0002817e91..8d851e7d9a8a 100644
--- a/dev-lang/jerryscript/jerryscript-2.4.0-r4.ebuild
+++ b/dev-lang/jerryscript/jerryscript-2.4.0-r4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=(python3_{7,8,9,10})
+PYTHON_COMPAT=( python3_{8..10} )
 inherit cmake python-single-r1
 
 DESCRIPTION="Ultra-lightweight JavaScript engine for the Internet of Things"

diff --git a/dev-tex/dot2tex/dot2tex-2.11.3.ebuild 
b/dev-tex/dot2tex/dot2tex-2.11.3.ebuild
index 293e9ce04707..03afd69a0bc1 100644
--- a/dev-tex/dot2tex/dot2tex-2.11.3.ebuild
+++ b/dev-tex/dot2tex/dot2tex-2.11.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9})
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 

diff --git a/dev-util/rizin/rizin-0.3.4.ebuild 
b/dev-util/rizin/rizin-0.3.4.ebuild
index b4bfee6c1042..4c4e3500887e 100644
--- a/dev-util/rizin/rizin-0.3.4.ebuild
+++ b/dev-util/rizin/rizin-0.3.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=(python3_{8,9,10})
+PYTHON_COMPAT=( python3_{8..10} )
 
 # This is the commit that the CI for the release commit used
 BINS_COMMIT="aa6a88dcdfaad54335e3935c16ce21a124ff861d"

diff --git a/dev-vcs/stgit/stgit-1.4.ebuild b/dev-vcs/stgit/stgit-1.4.ebuild
index ffb9c6761f48..27a2b51f5133 100644
--- a/dev-vcs/stgit/stgit-1.4.ebuild
+++ b/dev-vcs/stgit/stgit-1.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..10}  )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit bash-completion-r1 distutils-r1
 

diff --git 
a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-40.0.ebuild 
b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-40.0.ebuild
index 052a81d34d50..7f5222779930 100644
--- a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-40.0.ebuild
+++ b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-40.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=(python3_{6..9})
+PYTHON_COMPAT=( python3_{8..9} )
 inherit gnome.org gnome2-utils meson python-any-r1 xdg
 
 DESCRIPTION="Collection of GSettings schemas for GNOME desktop"

diff --git 
a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-41.0.ebuild 
b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-41.0.ebuild
index 929c1310ba77..9af8626a7cbc 100644
--- a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-41.0.ebuild
+++ b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-41.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=(python3_{6..10})
+PYTHON_COMPAT=( python3_{8..10} )
 inherit gnome.org gnome2-utils meson python-any-r1 xdg
 
 DESCRIPTION="Collection of GSettings schemas for GNOME desktop"

diff --git a/media-gfx/cura/cura-4.9.1.ebuild b/media-gfx/cura/cura-4.9.1.ebuild
index edbbb3c17dd2..219edd85cc71 100644
--- a/media-gfx/cura/cura-4.9.1.ebuild
+++ b/media-gfx/cura/cura-4.9.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=(python3_{8..9})
+PYTHON_COMPAT=( python3_{8..9} )
 inherit cmake desktop python-single-r1 xdg
 
 MY_PN=Cura

diff --git a/net-analyzer/carl/carl-0.9-r5.ebuild 
b/net-analyzer/carl/carl-0.9-r5.ebuild
index c0eab0820f04..a8d33e657707 100644
--- a/net-analyzer/carl/carl-0.9-r5.ebuild
+++ b/net-analyzer/carl/carl-0.9-r5.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_7 python3_8 python3_9 pypy3)
+PYTHON_COMPAT=( python3_{8..9} pypy3 )
 DISTUTILS_USE_SETUPTOOLS=no
 
 inherit distutils-r1

diff --git a/net-irc/kvirc/kvirc-5.2_pre20200605155236-r2.ebuild 
b/net-irc/kvirc/kvirc-5.2_pre20200605155236-r2.ebuild
index dd4434e337ee..9873ba64ff6b 100644
--- a/net-irc/kvirc/kvirc-5.2_pre20200605155236-r2.ebuild
+++ b/net-irc/kvirc/kvirc-5.2_pre20200605155236-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2009-2021 Gentoo Authors
+# Copyright 2009-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
 CMAKE_MAKEFILE_GENERATOR="emake"
-PYTHON_COMPAT=(python{3_8,3_9})
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit cmake flag-o-matic python-single-r1 xdg-utils
 

diff --git a/net-irc/kvirc/kvirc-5.2_pre20210630233331-r1.ebuild 
b/net-irc/kvirc/kvirc-5.2_pre20210630233331-r1.ebuild
index b57765acd661..9021ee741580 100644
--- a/net-irc/kvirc/kvirc-5.2_pre20210630233331-r1.ebuild
+++ b/net-irc/kvirc/kvirc-5.2_pre20210630233331-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2009-2021 Gentoo Authors
+# Copyright 2009-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
 CMAKE_MAKEFILE_GENERATOR="emake"
-PYTHON_COMPAT=(python{3_8,3_9})
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit cmake flag-o-matic python-single-r1 xdg-utils
 

diff --git a/net-irc/kvirc/kvirc-9999.ebuild b/net-irc/kvirc/kvirc-9999.ebuild
index c123daed9574..7f7a27ad95c0 100644
--- a/net-irc/kvirc/kvirc-9999.ebuild
+++ b/net-irc/kvirc/kvirc-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2009-2021 Gentoo Authors
+# Copyright 2009-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
 CMAKE_MAKEFILE_GENERATOR="emake"
-PYTHON_COMPAT=(python{3_8,3_9})
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit cmake flag-o-matic python-single-r1 xdg-utils
 

diff --git a/net-libs/libpsl/libpsl-0.21.0.ebuild 
b/net-libs/libpsl/libpsl-0.21.0.ebuild
index d07938849562..33ab42070c4a 100644
--- a/net-libs/libpsl/libpsl-0.21.0.ebuild
+++ b/net-libs/libpsl/libpsl-0.21.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=(python3_{7,8,9})
+PYTHON_COMPAT=( python3_{8..9} )
 inherit multilib-minimal python-any-r1
 
 DESCRIPTION="C library for the Public Suffix List"

diff --git a/net-libs/libpsl/libpsl-0.21.1.ebuild 
b/net-libs/libpsl/libpsl-0.21.1.ebuild
index 379fbf8773d1..3af43132fb4f 100644
--- a/net-libs/libpsl/libpsl-0.21.1.ebuild
+++ b/net-libs/libpsl/libpsl-0.21.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=(python3_{7,8,9})
+PYTHON_COMPAT=( python3_{8..9} )
 inherit multilib-minimal python-any-r1
 
 DESCRIPTION="C library for the Public Suffix List"

diff --git a/net-libs/stem/stem-1.8.0-r1.ebuild 
b/net-libs/stem/stem-1.8.0-r1.ebuild
index 33afc5191683..5faf782e56e7 100644
--- a/net-libs/stem/stem-1.8.0-r1.ebuild
+++ b/net-libs/stem/stem-1.8.0-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=(python3_{7,8,9} pypy3)
+PYTHON_COMPAT=( python3_{8..9} pypy3 )
 DISTUTILS_USE_SETUPTOOLS=no
 
 inherit distutils-r1

diff --git a/net-libs/stem/stem-1.8.0_p20211118.ebuild 
b/net-libs/stem/stem-1.8.0_p20211118.ebuild
index b4a053ab34d7..76aaf7a77c52 100644
--- a/net-libs/stem/stem-1.8.0_p20211118.ebuild
+++ b/net-libs/stem/stem-1.8.0_p20211118.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=(python3_{7,8,9,10} pypy3)
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 DISTUTILS_USE_SETUPTOOLS=no
 
 inherit distutils-r1

diff --git a/net-misc/gallery-dl/gallery-dl-1.20.1.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.20.1.ebuild
index e0f925d5ec54..c33edc550b3f 100644
--- a/net-misc/gallery-dl/gallery-dl-1.20.1.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.20.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=(python3_{8,9,10})
+PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE="sqlite,ssl,xml"
 
 inherit distutils-r1 optfeature

diff --git a/net-misc/gallery-dl/gallery-dl-1.20.2.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.20.2.ebuild
index e0f925d5ec54..c33edc550b3f 100644
--- a/net-misc/gallery-dl/gallery-dl-1.20.2.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.20.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=(python3_{8,9,10})
+PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE="sqlite,ssl,xml"
 
 inherit distutils-r1 optfeature

diff --git a/net-misc/gallery-dl/gallery-dl-1.20.3.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.20.3.ebuild
index e0f925d5ec54..c33edc550b3f 100644
--- a/net-misc/gallery-dl/gallery-dl-1.20.3.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.20.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=(python3_{8,9,10})
+PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE="sqlite,ssl,xml"
 
 inherit distutils-r1 optfeature

diff --git a/net-misc/gallery-dl/gallery-dl-9999.ebuild 
b/net-misc/gallery-dl/gallery-dl-9999.ebuild
index e0f925d5ec54..c33edc550b3f 100644
--- a/net-misc/gallery-dl/gallery-dl-9999.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=(python3_{8,9,10})
+PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE="sqlite,ssl,xml"
 
 inherit distutils-r1 optfeature

diff --git a/net-misc/nyx/nyx-2.1.0-r2.ebuild b/net-misc/nyx/nyx-2.1.0-r2.ebuild
index 7c6aeee19674..0a2d0a5d251e 100644
--- a/net-misc/nyx/nyx-2.1.0-r2.ebuild
+++ b/net-misc/nyx/nyx-2.1.0-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=(python3_{8,9} pypy3)
+PYTHON_COMPAT=( python3_{8..9} pypy3 )
 PYTHON_REQ_USE='ncurses,sqlite(-)'
 
 inherit distutils-r1

diff --git a/net-wireless/gr-iqbal/gr-iqbal-0.38.2.ebuild 
b/net-wireless/gr-iqbal/gr-iqbal-0.38.2.ebuild
index 3ace7a599591..9e73538bd42b 100644
--- a/net-wireless/gr-iqbal/gr-iqbal-0.38.2.ebuild
+++ b/net-wireless/gr-iqbal/gr-iqbal-0.38.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9})
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit cmake python-single-r1
 

diff --git a/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild 
b/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild
index 3ace7a599591..9e73538bd42b 100644
--- a/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild
+++ b/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9})
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit cmake python-single-r1
 

diff --git a/net-wireless/lorcon/lorcon-0.0_p20200214.ebuild 
b/net-wireless/lorcon/lorcon-0.0_p20200214.ebuild
index 1446bc1840cd..a6ebe27bec01 100644
--- a/net-wireless/lorcon/lorcon-0.0_p20200214.ebuild
+++ b/net-wireless/lorcon/lorcon-0.0_p20200214.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{7,8,9,10})
+PYTHON_COMPAT=( python3_{8..10} )
 DISTUTILS_OPTIONAL=1
 
 inherit distutils-r1

diff --git a/net-wireless/lorcon/lorcon-2020.06.06.ebuild 
b/net-wireless/lorcon/lorcon-2020.06.06.ebuild
index c9b4f070b6aa..c43251b94d5d 100644
--- a/net-wireless/lorcon/lorcon-2020.06.06.ebuild
+++ b/net-wireless/lorcon/lorcon-2020.06.06.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{7,8,9,10})
+PYTHON_COMPAT=( python3_{8..10} )
 DISTUTILS_OPTIONAL=1
 
 inherit distutils-r1

diff --git a/net-wireless/lorcon/lorcon-9999.ebuild 
b/net-wireless/lorcon/lorcon-9999.ebuild
index 80f35a3d8ffd..dfe0a1417ae1 100644
--- a/net-wireless/lorcon/lorcon-9999.ebuild
+++ b/net-wireless/lorcon/lorcon-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{7,8,9,10})
+PYTHON_COMPAT=( python3_{8..10} )
 DISTUTILS_OPTIONAL=1
 
 inherit distutils-r1

diff --git a/sci-mathematics/mathlib-tools/mathlib-tools-1.1.0.ebuild 
b/sci-mathematics/mathlib-tools/mathlib-tools-1.1.0.ebuild
index ce6f9c8adf9e..76f08c06d208 100644
--- a/sci-mathematics/mathlib-tools/mathlib-tools-1.1.0.ebuild
+++ b/sci-mathematics/mathlib-tools/mathlib-tools-1.1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=(python3_{8,9})
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 

Reply via email to