Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/sunpinyin/, sci-mathematics/mathlib-tools/, app-i18n/mozc/, ...
Date: Sun, 30 Jan 2022 10:16:28
Message-Id: 1643537774.7a55b8993e05e8701b1913ef5040318f7533b081.soap@gentoo
1 commit: 7a55b8993e05e8701b1913ef5040318f7533b081
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 30 10:16:14 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 30 10:16:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a55b899
7
8 */*: consistent PYTHON_COMPAT style
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 app-admin/github-backup-utils/github-backup-utils-2.22.0.ebuild | 4 ++--
13 app-admin/github-backup-utils/github-backup-utils-3.0.0.ebuild | 4 ++--
14 app-admin/mcelog/mcelog-180-r1.ebuild | 2 +-
15 app-crypt/certbot-nginx/certbot-nginx-1.21.0.ebuild | 4 ++--
16 app-crypt/certbot-nginx/certbot-nginx-1.22.0.ebuild | 2 +-
17 app-crypt/certbot-nginx/certbot-nginx-9999.ebuild | 4 ++--
18 app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.92-r1.ebuild | 6 +++---
19 app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r4.ebuild | 6 +++---
20 .../ibus-sunpinyin/ibus-sunpinyin-2.0.4_pre20200306162733.ebuild | 4 ++--
21 app-i18n/mozc/mozc-9999.ebuild | 4 ++--
22 app-i18n/opencc/opencc-1.0.5.ebuild | 4 ++--
23 app-i18n/opencc/opencc-1.0.6.ebuild | 4 ++--
24 app-i18n/opencc/opencc-1.1.0.ebuild | 4 ++--
25 app-i18n/opencc/opencc-1.1.1.ebuild | 4 ++--
26 app-i18n/sunpinyin/sunpinyin-2.0.4_pre20200306162733.ebuild | 4 ++--
27 app-i18n/xsunpinyin/xsunpinyin-2.0.4_pre20200306162733.ebuild | 4 ++--
28 app-portage/esearch/esearch-1.3-r3.ebuild | 4 ++--
29 app-portage/esearch/esearch-9999.ebuild | 4 ++--
30 dev-lang/jerryscript/jerryscript-2.4.0-r4.ebuild | 2 +-
31 dev-tex/dot2tex/dot2tex-2.11.3.ebuild | 4 ++--
32 dev-util/rizin/rizin-0.3.4.ebuild | 2 +-
33 dev-vcs/stgit/stgit-1.4.ebuild | 2 +-
34 .../gsettings-desktop-schemas/gsettings-desktop-schemas-40.0.ebuild | 4 ++--
35 .../gsettings-desktop-schemas/gsettings-desktop-schemas-41.0.ebuild | 4 ++--
36 media-gfx/cura/cura-4.9.1.ebuild | 4 ++--
37 net-analyzer/carl/carl-0.9-r5.ebuild | 4 ++--
38 net-irc/kvirc/kvirc-5.2_pre20200605155236-r2.ebuild | 4 ++--
39 net-irc/kvirc/kvirc-5.2_pre20210630233331-r1.ebuild | 4 ++--
40 net-irc/kvirc/kvirc-9999.ebuild | 4 ++--
41 net-libs/libpsl/libpsl-0.21.0.ebuild | 4 ++--
42 net-libs/libpsl/libpsl-0.21.1.ebuild | 4 ++--
43 net-libs/stem/stem-1.8.0-r1.ebuild | 4 ++--
44 net-libs/stem/stem-1.8.0_p20211118.ebuild | 4 ++--
45 net-misc/gallery-dl/gallery-dl-1.20.1.ebuild | 2 +-
46 net-misc/gallery-dl/gallery-dl-1.20.2.ebuild | 2 +-
47 net-misc/gallery-dl/gallery-dl-1.20.3.ebuild | 2 +-
48 net-misc/gallery-dl/gallery-dl-9999.ebuild | 2 +-
49 net-misc/nyx/nyx-2.1.0-r2.ebuild | 4 ++--
50 net-wireless/gr-iqbal/gr-iqbal-0.38.2.ebuild | 4 ++--
51 net-wireless/gr-iqbal/gr-iqbal-9999.ebuild | 4 ++--
52 net-wireless/lorcon/lorcon-0.0_p20200214.ebuild | 2 +-
53 net-wireless/lorcon/lorcon-2020.06.06.ebuild | 2 +-
54 net-wireless/lorcon/lorcon-9999.ebuild | 2 +-
55 sci-mathematics/mathlib-tools/mathlib-tools-1.1.0.ebuild | 4 ++--
56 44 files changed, 78 insertions(+), 78 deletions(-)
57
58 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
59 index 1072be5f53ae..15865bbb263e 100644
60 --- a/app-admin/github-backup-utils/github-backup-utils-2.22.0.ebuild
61 +++ b/app-admin/github-backup-utils/github-backup-utils-2.22.0.ebuild
62 @@ -1,10 +1,10 @@
63 -# Copyright 1999-2020 Gentoo Authors
64 +# Copyright 1999-2022 Gentoo Authors
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI=7
68
69 # Python3 support: https://github.com/github/backup-utils/pull/627
70 -PYTHON_COMPAT=(python3_{7,8})
71 +PYTHON_COMPAT=( python3_{7,8} )
72 inherit python-any-r1
73
74 DESCRIPTION="Backup and recovery utilities for GitHub Enterprise"
75
76 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
77 index d50a44c1f6fb..b30ac5390545 100644
78 --- a/app-admin/github-backup-utils/github-backup-utils-3.0.0.ebuild
79 +++ b/app-admin/github-backup-utils/github-backup-utils-3.0.0.ebuild
80 @@ -1,10 +1,10 @@
81 -# Copyright 1999-2020 Gentoo Authors
82 +# Copyright 1999-2022 Gentoo Authors
83 # Distributed under the terms of the GNU General Public License v2
84
85 EAPI=7
86
87 # Python3 support: https://github.com/github/backup-utils/pull/627
88 -PYTHON_COMPAT=(python3_{7,8,9})
89 +PYTHON_COMPAT=( python3_{8..9} )
90 inherit python-any-r1
91
92 DESCRIPTION="Backup and recovery utilities for GitHub Enterprise"
93
94 diff --git a/app-admin/mcelog/mcelog-180-r1.ebuild b/app-admin/mcelog/mcelog-180-r1.ebuild
95 index fb9fa9f0bc0a..1b3a0ee7345e 100644
96 --- a/app-admin/mcelog/mcelog-180-r1.ebuild
97 +++ b/app-admin/mcelog/mcelog-180-r1.ebuild
98 @@ -3,7 +3,7 @@
99
100 EAPI=8
101
102 -PYTHON_COMPAT=(python3_9 python3_10)
103 +PYTHON_COMPAT=( python3_{9..10} )
104
105 inherit linux-info python-any-r1 systemd toolchain-funcs
106
107
108 diff --git a/app-crypt/certbot-nginx/certbot-nginx-1.21.0.ebuild b/app-crypt/certbot-nginx/certbot-nginx-1.21.0.ebuild
109 index f916e2e4708c..89ab14446617 100644
110 --- a/app-crypt/certbot-nginx/certbot-nginx-1.21.0.ebuild
111 +++ b/app-crypt/certbot-nginx/certbot-nginx-1.21.0.ebuild
112 @@ -1,9 +1,9 @@
113 -# Copyright 1999-2021 Gentoo Authors
114 +# Copyright 1999-2022 Gentoo Authors
115 # Distributed under the terms of the GNU General Public License v2
116
117 EAPI=7
118
119 -PYTHON_COMPAT=(python3_{8..10} )
120 +PYTHON_COMPAT=( python3_{8..10} )
121 DISTUTILS_USE_SETUPTOOLS=rdepend
122
123 if [[ ${PV} == 9999* ]]; then
124
125 diff --git a/app-crypt/certbot-nginx/certbot-nginx-1.22.0.ebuild b/app-crypt/certbot-nginx/certbot-nginx-1.22.0.ebuild
126 index 6f8e3f6b7a15..89ab14446617 100644
127 --- a/app-crypt/certbot-nginx/certbot-nginx-1.22.0.ebuild
128 +++ b/app-crypt/certbot-nginx/certbot-nginx-1.22.0.ebuild
129 @@ -3,7 +3,7 @@
130
131 EAPI=7
132
133 -PYTHON_COMPAT=(python3_{8..10} )
134 +PYTHON_COMPAT=( python3_{8..10} )
135 DISTUTILS_USE_SETUPTOOLS=rdepend
136
137 if [[ ${PV} == 9999* ]]; then
138
139 diff --git a/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild b/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild
140 index 45a8976cfe34..85fd0214055e 100644
141 --- a/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild
142 +++ b/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild
143 @@ -1,9 +1,9 @@
144 -# Copyright 1999-2021 Gentoo Authors
145 +# Copyright 1999-2022 Gentoo Authors
146 # Distributed under the terms of the GNU General Public License v2
147
148 EAPI=7
149
150 -PYTHON_COMPAT=(python3_{8..10} )
151 +PYTHON_COMPAT=( python3_{8..10} )
152 DISTUTILS_USE_SETUPTOOLS=rdepend
153
154 if [[ ${PV} == 9999* ]]; then
155
156 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
157 index e60f8ad835a4..313024e17794 100644
158 --- a/app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.92-r1.ebuild
159 +++ b/app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.92-r1.ebuild
160 @@ -1,9 +1,9 @@
161 -# Copyright 2015-2021 Gentoo Authors
162 +# Copyright 2015-2022 Gentoo Authors
163 # Distributed under the terms of the GNU General Public License v2
164
165 EAPI="7"
166 -LUA_COMPAT=(lua{5-1,5-2,5-3})
167 -PYTHON_COMPAT=(python{3_8,3_9})
168 +LUA_COMPAT=( lua5-{1..3} )
169 +PYTHON_COMPAT=( python3_{8..9} )
170
171 inherit autotools gnome2-utils lua-single python-single-r1
172
173
174 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
175 index e41e4c2243f0..0cff64748626 100644
176 --- a/app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r4.ebuild
177 +++ b/app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r4.ebuild
178 @@ -1,9 +1,9 @@
179 -# Copyright 2008-2021 Gentoo Authors
180 +# Copyright 2008-2022 Gentoo Authors
181 # Distributed under the terms of the GNU General Public License v2
182
183 EAPI=7
184 -LUA_COMPAT=(lua5-1)
185 -PYTHON_COMPAT=(python3_{8,9})
186 +LUA_COMPAT=( lua5-1 )
187 +PYTHON_COMPAT=( python3_{8..9} )
188
189 inherit autotools lua-single python-single-r1
190
191
192 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
193 index 119bebaa5ab6..3a4dfec5de4c 100644
194 --- a/app-i18n/ibus-sunpinyin/ibus-sunpinyin-2.0.4_pre20200306162733.ebuild
195 +++ b/app-i18n/ibus-sunpinyin/ibus-sunpinyin-2.0.4_pre20200306162733.ebuild
196 @@ -1,8 +1,8 @@
197 -# Copyright 2009-2021 Gentoo Authors
198 +# Copyright 2009-2022 Gentoo Authors
199 # Distributed under the terms of the GNU General Public License v2
200
201 EAPI="7"
202 -PYTHON_COMPAT=(python{3_8,3_9})
203 +PYTHON_COMPAT=( python3_{8..9} )
204
205 inherit python-single-r1 scons-utils toolchain-funcs
206
207
208 diff --git a/app-i18n/mozc/mozc-9999.ebuild b/app-i18n/mozc/mozc-9999.ebuild
209 index 020c3b037550..911bfa462a43 100644
210 --- a/app-i18n/mozc/mozc-9999.ebuild
211 +++ b/app-i18n/mozc/mozc-9999.ebuild
212 @@ -1,8 +1,8 @@
213 -# Copyright 2010-2020 Gentoo Authors
214 +# Copyright 2010-2022 Gentoo Authors
215 # Distributed under the terms of the GNU General Public License v2
216
217 EAPI="7"
218 -PYTHON_COMPAT=(python{3_7,3_8,3_9})
219 +PYTHON_COMPAT=( python3_{8..9} )
220
221 inherit elisp-common multiprocessing python-any-r1 toolchain-funcs
222
223
224 diff --git a/app-i18n/opencc/opencc-1.0.5.ebuild b/app-i18n/opencc/opencc-1.0.5.ebuild
225 index f512433eb485..3fcb5271474d 100644
226 --- a/app-i18n/opencc/opencc-1.0.5.ebuild
227 +++ b/app-i18n/opencc/opencc-1.0.5.ebuild
228 @@ -1,8 +1,8 @@
229 -# Copyright 2010-2020 Gentoo Authors
230 +# Copyright 2010-2022 Gentoo Authors
231 # Distributed under the terms of the GNU General Public License v2
232
233 EAPI="7"
234 -PYTHON_COMPAT=(python{3_7,3_8,3_9})
235 +PYTHON_COMPAT=( python3_{8..9} )
236
237 inherit cmake python-any-r1
238
239
240 diff --git a/app-i18n/opencc/opencc-1.0.6.ebuild b/app-i18n/opencc/opencc-1.0.6.ebuild
241 index 70b4f7a65c7b..c2e8f4fe0450 100644
242 --- a/app-i18n/opencc/opencc-1.0.6.ebuild
243 +++ b/app-i18n/opencc/opencc-1.0.6.ebuild
244 @@ -1,8 +1,8 @@
245 -# Copyright 2010-2020 Gentoo Authors
246 +# Copyright 2010-2022 Gentoo Authors
247 # Distributed under the terms of the GNU General Public License v2
248
249 EAPI="7"
250 -PYTHON_COMPAT=(python{3_7,3_8,3_9})
251 +PYTHON_COMPAT=( python3_{8..9} )
252
253 inherit cmake python-any-r1
254
255
256 diff --git a/app-i18n/opencc/opencc-1.1.0.ebuild b/app-i18n/opencc/opencc-1.1.0.ebuild
257 index 0870f67310e8..4d79dde3f84c 100644
258 --- a/app-i18n/opencc/opencc-1.1.0.ebuild
259 +++ b/app-i18n/opencc/opencc-1.1.0.ebuild
260 @@ -1,8 +1,8 @@
261 -# Copyright 2010-2020 Gentoo Authors
262 +# Copyright 2010-2022 Gentoo Authors
263 # Distributed under the terms of the GNU General Public License v2
264
265 EAPI="7"
266 -PYTHON_COMPAT=(python{3_7,3_8,3_9})
267 +PYTHON_COMPAT=( python3_{8..9} )
268
269 inherit cmake python-any-r1
270
271
272 diff --git a/app-i18n/opencc/opencc-1.1.1.ebuild b/app-i18n/opencc/opencc-1.1.1.ebuild
273 index 049871a65815..01e3919f675b 100644
274 --- a/app-i18n/opencc/opencc-1.1.1.ebuild
275 +++ b/app-i18n/opencc/opencc-1.1.1.ebuild
276 @@ -1,8 +1,8 @@
277 -# Copyright 2010-2021 Gentoo Authors
278 +# Copyright 2010-2022 Gentoo Authors
279 # Distributed under the terms of the GNU General Public License v2
280
281 EAPI="7"
282 -PYTHON_COMPAT=(python{3_7,3_8,3_9})
283 +PYTHON_COMPAT=( python3_{8..9} )
284
285 inherit cmake python-any-r1
286
287
288 diff --git a/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20200306162733.ebuild b/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20200306162733.ebuild
289 index aea1528e539e..ada55c754c6c 100644
290 --- a/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20200306162733.ebuild
291 +++ b/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20200306162733.ebuild
292 @@ -1,8 +1,8 @@
293 -# Copyright 2009-2021 Gentoo Authors
294 +# Copyright 2009-2022 Gentoo Authors
295 # Distributed under the terms of the GNU General Public License v2
296
297 EAPI="7"
298 -PYTHON_COMPAT=(python{3_7,3_8,3_9})
299 +PYTHON_COMPAT=( python3_{8..9} )
300
301 inherit python-any-r1 scons-utils toolchain-funcs
302
303
304 diff --git a/app-i18n/xsunpinyin/xsunpinyin-2.0.4_pre20200306162733.ebuild b/app-i18n/xsunpinyin/xsunpinyin-2.0.4_pre20200306162733.ebuild
305 index 038164ba0649..3a4878507e31 100644
306 --- a/app-i18n/xsunpinyin/xsunpinyin-2.0.4_pre20200306162733.ebuild
307 +++ b/app-i18n/xsunpinyin/xsunpinyin-2.0.4_pre20200306162733.ebuild
308 @@ -1,8 +1,8 @@
309 -# Copyright 2011-2020 Gentoo Authors
310 +# Copyright 2011-2022 Gentoo Authors
311 # Distributed under the terms of the GNU General Public License v2
312
313 EAPI="7"
314 -PYTHON_COMPAT=(python{3_7,3_8,3_9})
315 +PYTHON_COMPAT=( python3_{8..9} )
316
317 inherit python-any-r1 scons-utils toolchain-funcs
318
319
320 diff --git a/app-portage/esearch/esearch-1.3-r3.ebuild b/app-portage/esearch/esearch-1.3-r3.ebuild
321 index dd92c1583dd0..1cbe38b2307f 100644
322 --- a/app-portage/esearch/esearch-1.3-r3.ebuild
323 +++ b/app-portage/esearch/esearch-1.3-r3.ebuild
324 @@ -1,9 +1,9 @@
325 -# Copyright 1999-2021 Gentoo Authors
326 +# Copyright 1999-2022 Gentoo Authors
327 # Distributed under the terms of the GNU General Public License v2
328
329 EAPI=7
330
331 -PYTHON_COMPAT=(python3_{7..9})
332 +PYTHON_COMPAT=( python3_{8..9} )
333 PYTHON_REQ_USE="readline(+)"
334 DISTUTILS_USE_SETUPTOOLS=no
335
336
337 diff --git a/app-portage/esearch/esearch-9999.ebuild b/app-portage/esearch/esearch-9999.ebuild
338 index 83b0591b76b4..33983df846b5 100644
339 --- a/app-portage/esearch/esearch-9999.ebuild
340 +++ b/app-portage/esearch/esearch-9999.ebuild
341 @@ -1,9 +1,9 @@
342 -# Copyright 1999-2020 Gentoo Authors
343 +# Copyright 1999-2022 Gentoo Authors
344 # Distributed under the terms of the GNU General Public License v2
345
346 EAPI=7
347
348 -PYTHON_COMPAT=(python3_{7..9})
349 +PYTHON_COMPAT=( python3_{8..9} )
350 PYTHON_REQ_USE="readline(+)"
351 DISTUTILS_USE_SETUPTOOLS=no
352
353
354 diff --git a/dev-lang/jerryscript/jerryscript-2.4.0-r4.ebuild b/dev-lang/jerryscript/jerryscript-2.4.0-r4.ebuild
355 index bc0002817e91..8d851e7d9a8a 100644
356 --- a/dev-lang/jerryscript/jerryscript-2.4.0-r4.ebuild
357 +++ b/dev-lang/jerryscript/jerryscript-2.4.0-r4.ebuild
358 @@ -3,7 +3,7 @@
359
360 EAPI=7
361
362 -PYTHON_COMPAT=(python3_{7,8,9,10})
363 +PYTHON_COMPAT=( python3_{8..10} )
364 inherit cmake python-single-r1
365
366 DESCRIPTION="Ultra-lightweight JavaScript engine for the Internet of Things"
367
368 diff --git a/dev-tex/dot2tex/dot2tex-2.11.3.ebuild b/dev-tex/dot2tex/dot2tex-2.11.3.ebuild
369 index 293e9ce04707..03afd69a0bc1 100644
370 --- a/dev-tex/dot2tex/dot2tex-2.11.3.ebuild
371 +++ b/dev-tex/dot2tex/dot2tex-2.11.3.ebuild
372 @@ -1,9 +1,9 @@
373 -# Copyright 1999-2021 Gentoo Authors
374 +# Copyright 1999-2022 Gentoo Authors
375 # Distributed under the terms of the GNU General Public License v2
376
377 EAPI=7
378
379 -PYTHON_COMPAT=( python3_{7,8,9})
380 +PYTHON_COMPAT=( python3_{8..9} )
381
382 inherit distutils-r1
383
384
385 diff --git a/dev-util/rizin/rizin-0.3.4.ebuild b/dev-util/rizin/rizin-0.3.4.ebuild
386 index b4bfee6c1042..4c4e3500887e 100644
387 --- a/dev-util/rizin/rizin-0.3.4.ebuild
388 +++ b/dev-util/rizin/rizin-0.3.4.ebuild
389 @@ -3,7 +3,7 @@
390
391 EAPI=8
392
393 -PYTHON_COMPAT=(python3_{8,9,10})
394 +PYTHON_COMPAT=( python3_{8..10} )
395
396 # This is the commit that the CI for the release commit used
397 BINS_COMMIT="aa6a88dcdfaad54335e3935c16ce21a124ff861d"
398
399 diff --git a/dev-vcs/stgit/stgit-1.4.ebuild b/dev-vcs/stgit/stgit-1.4.ebuild
400 index ffb9c6761f48..27a2b51f5133 100644
401 --- a/dev-vcs/stgit/stgit-1.4.ebuild
402 +++ b/dev-vcs/stgit/stgit-1.4.ebuild
403 @@ -3,7 +3,7 @@
404
405 EAPI=7
406
407 -PYTHON_COMPAT=( python3_{7..10} )
408 +PYTHON_COMPAT=( python3_{8..10} )
409
410 inherit bash-completion-r1 distutils-r1
411
412
413 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
414 index 052a81d34d50..7f5222779930 100644
415 --- a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-40.0.ebuild
416 +++ b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-40.0.ebuild
417 @@ -1,9 +1,9 @@
418 -# Copyright 1999-2021 Gentoo Authors
419 +# Copyright 1999-2022 Gentoo Authors
420 # Distributed under the terms of the GNU General Public License v2
421
422 EAPI=7
423
424 -PYTHON_COMPAT=(python3_{6..9})
425 +PYTHON_COMPAT=( python3_{8..9} )
426 inherit gnome.org gnome2-utils meson python-any-r1 xdg
427
428 DESCRIPTION="Collection of GSettings schemas for GNOME desktop"
429
430 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
431 index 929c1310ba77..9af8626a7cbc 100644
432 --- a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-41.0.ebuild
433 +++ b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-41.0.ebuild
434 @@ -1,9 +1,9 @@
435 -# Copyright 1999-2021 Gentoo Authors
436 +# Copyright 1999-2022 Gentoo Authors
437 # Distributed under the terms of the GNU General Public License v2
438
439 EAPI=7
440
441 -PYTHON_COMPAT=(python3_{6..10})
442 +PYTHON_COMPAT=( python3_{8..10} )
443 inherit gnome.org gnome2-utils meson python-any-r1 xdg
444
445 DESCRIPTION="Collection of GSettings schemas for GNOME desktop"
446
447 diff --git a/media-gfx/cura/cura-4.9.1.ebuild b/media-gfx/cura/cura-4.9.1.ebuild
448 index edbbb3c17dd2..219edd85cc71 100644
449 --- a/media-gfx/cura/cura-4.9.1.ebuild
450 +++ b/media-gfx/cura/cura-4.9.1.ebuild
451 @@ -1,9 +1,9 @@
452 -# Copyright 1999-2021 Gentoo Authors
453 +# Copyright 1999-2022 Gentoo Authors
454 # Distributed under the terms of the GNU General Public License v2
455
456 EAPI=7
457
458 -PYTHON_COMPAT=(python3_{8..9})
459 +PYTHON_COMPAT=( python3_{8..9} )
460 inherit cmake desktop python-single-r1 xdg
461
462 MY_PN=Cura
463
464 diff --git a/net-analyzer/carl/carl-0.9-r5.ebuild b/net-analyzer/carl/carl-0.9-r5.ebuild
465 index c0eab0820f04..a8d33e657707 100644
466 --- a/net-analyzer/carl/carl-0.9-r5.ebuild
467 +++ b/net-analyzer/carl/carl-0.9-r5.ebuild
468 @@ -1,8 +1,8 @@
469 -# Copyright 1999-2021 Gentoo Authors
470 +# Copyright 1999-2022 Gentoo Authors
471 # Distributed under the terms of the GNU General Public License v2
472
473 EAPI=7
474 -PYTHON_COMPAT=( python3_7 python3_8 python3_9 pypy3)
475 +PYTHON_COMPAT=( python3_{8..9} pypy3 )
476 DISTUTILS_USE_SETUPTOOLS=no
477
478 inherit distutils-r1
479
480 diff --git a/net-irc/kvirc/kvirc-5.2_pre20200605155236-r2.ebuild b/net-irc/kvirc/kvirc-5.2_pre20200605155236-r2.ebuild
481 index dd4434e337ee..9873ba64ff6b 100644
482 --- a/net-irc/kvirc/kvirc-5.2_pre20200605155236-r2.ebuild
483 +++ b/net-irc/kvirc/kvirc-5.2_pre20200605155236-r2.ebuild
484 @@ -1,9 +1,9 @@
485 -# Copyright 2009-2021 Gentoo Authors
486 +# Copyright 2009-2022 Gentoo Authors
487 # Distributed under the terms of the GNU General Public License v2
488
489 EAPI="7"
490 CMAKE_MAKEFILE_GENERATOR="emake"
491 -PYTHON_COMPAT=(python{3_8,3_9})
492 +PYTHON_COMPAT=( python3_{8..9} )
493
494 inherit cmake flag-o-matic python-single-r1 xdg-utils
495
496
497 diff --git a/net-irc/kvirc/kvirc-5.2_pre20210630233331-r1.ebuild b/net-irc/kvirc/kvirc-5.2_pre20210630233331-r1.ebuild
498 index b57765acd661..9021ee741580 100644
499 --- a/net-irc/kvirc/kvirc-5.2_pre20210630233331-r1.ebuild
500 +++ b/net-irc/kvirc/kvirc-5.2_pre20210630233331-r1.ebuild
501 @@ -1,9 +1,9 @@
502 -# Copyright 2009-2021 Gentoo Authors
503 +# Copyright 2009-2022 Gentoo Authors
504 # Distributed under the terms of the GNU General Public License v2
505
506 EAPI="7"
507 CMAKE_MAKEFILE_GENERATOR="emake"
508 -PYTHON_COMPAT=(python{3_8,3_9})
509 +PYTHON_COMPAT=( python3_{8..9} )
510
511 inherit cmake flag-o-matic python-single-r1 xdg-utils
512
513
514 diff --git a/net-irc/kvirc/kvirc-9999.ebuild b/net-irc/kvirc/kvirc-9999.ebuild
515 index c123daed9574..7f7a27ad95c0 100644
516 --- a/net-irc/kvirc/kvirc-9999.ebuild
517 +++ b/net-irc/kvirc/kvirc-9999.ebuild
518 @@ -1,9 +1,9 @@
519 -# Copyright 2009-2021 Gentoo Authors
520 +# Copyright 2009-2022 Gentoo Authors
521 # Distributed under the terms of the GNU General Public License v2
522
523 EAPI="7"
524 CMAKE_MAKEFILE_GENERATOR="emake"
525 -PYTHON_COMPAT=(python{3_8,3_9})
526 +PYTHON_COMPAT=( python3_{8..9} )
527
528 inherit cmake flag-o-matic python-single-r1 xdg-utils
529
530
531 diff --git a/net-libs/libpsl/libpsl-0.21.0.ebuild b/net-libs/libpsl/libpsl-0.21.0.ebuild
532 index d07938849562..33ab42070c4a 100644
533 --- a/net-libs/libpsl/libpsl-0.21.0.ebuild
534 +++ b/net-libs/libpsl/libpsl-0.21.0.ebuild
535 @@ -1,9 +1,9 @@
536 -# Copyright 1999-2021 Gentoo Authors
537 +# Copyright 1999-2022 Gentoo Authors
538 # Distributed under the terms of the GNU General Public License v2
539
540 EAPI=7
541
542 -PYTHON_COMPAT=(python3_{7,8,9})
543 +PYTHON_COMPAT=( python3_{8..9} )
544 inherit multilib-minimal python-any-r1
545
546 DESCRIPTION="C library for the Public Suffix List"
547
548 diff --git a/net-libs/libpsl/libpsl-0.21.1.ebuild b/net-libs/libpsl/libpsl-0.21.1.ebuild
549 index 379fbf8773d1..3af43132fb4f 100644
550 --- a/net-libs/libpsl/libpsl-0.21.1.ebuild
551 +++ b/net-libs/libpsl/libpsl-0.21.1.ebuild
552 @@ -1,9 +1,9 @@
553 -# Copyright 1999-2021 Gentoo Authors
554 +# Copyright 1999-2022 Gentoo Authors
555 # Distributed under the terms of the GNU General Public License v2
556
557 EAPI=7
558
559 -PYTHON_COMPAT=(python3_{7,8,9})
560 +PYTHON_COMPAT=( python3_{8..9} )
561 inherit multilib-minimal python-any-r1
562
563 DESCRIPTION="C library for the Public Suffix List"
564
565 diff --git a/net-libs/stem/stem-1.8.0-r1.ebuild b/net-libs/stem/stem-1.8.0-r1.ebuild
566 index 33afc5191683..5faf782e56e7 100644
567 --- a/net-libs/stem/stem-1.8.0-r1.ebuild
568 +++ b/net-libs/stem/stem-1.8.0-r1.ebuild
569 @@ -1,8 +1,8 @@
570 -# Copyright 1999-2020 Gentoo Authors
571 +# Copyright 1999-2022 Gentoo Authors
572 # Distributed under the terms of the GNU General Public License v2
573
574 EAPI=7
575 -PYTHON_COMPAT=(python3_{7,8,9} pypy3)
576 +PYTHON_COMPAT=( python3_{8..9} pypy3 )
577 DISTUTILS_USE_SETUPTOOLS=no
578
579 inherit distutils-r1
580
581 diff --git a/net-libs/stem/stem-1.8.0_p20211118.ebuild b/net-libs/stem/stem-1.8.0_p20211118.ebuild
582 index b4a053ab34d7..76aaf7a77c52 100644
583 --- a/net-libs/stem/stem-1.8.0_p20211118.ebuild
584 +++ b/net-libs/stem/stem-1.8.0_p20211118.ebuild
585 @@ -1,8 +1,8 @@
586 -# Copyright 1999-2021 Gentoo Authors
587 +# Copyright 1999-2022 Gentoo Authors
588 # Distributed under the terms of the GNU General Public License v2
589
590 EAPI=7
591 -PYTHON_COMPAT=(python3_{7,8,9,10} pypy3)
592 +PYTHON_COMPAT=( python3_{8..10} pypy3 )
593 DISTUTILS_USE_SETUPTOOLS=no
594
595 inherit distutils-r1
596
597 diff --git a/net-misc/gallery-dl/gallery-dl-1.20.1.ebuild b/net-misc/gallery-dl/gallery-dl-1.20.1.ebuild
598 index e0f925d5ec54..c33edc550b3f 100644
599 --- a/net-misc/gallery-dl/gallery-dl-1.20.1.ebuild
600 +++ b/net-misc/gallery-dl/gallery-dl-1.20.1.ebuild
601 @@ -3,7 +3,7 @@
602
603 EAPI=8
604
605 -PYTHON_COMPAT=(python3_{8,9,10})
606 +PYTHON_COMPAT=( python3_{8..10} )
607 PYTHON_REQ_USE="sqlite,ssl,xml"
608
609 inherit distutils-r1 optfeature
610
611 diff --git a/net-misc/gallery-dl/gallery-dl-1.20.2.ebuild b/net-misc/gallery-dl/gallery-dl-1.20.2.ebuild
612 index e0f925d5ec54..c33edc550b3f 100644
613 --- a/net-misc/gallery-dl/gallery-dl-1.20.2.ebuild
614 +++ b/net-misc/gallery-dl/gallery-dl-1.20.2.ebuild
615 @@ -3,7 +3,7 @@
616
617 EAPI=8
618
619 -PYTHON_COMPAT=(python3_{8,9,10})
620 +PYTHON_COMPAT=( python3_{8..10} )
621 PYTHON_REQ_USE="sqlite,ssl,xml"
622
623 inherit distutils-r1 optfeature
624
625 diff --git a/net-misc/gallery-dl/gallery-dl-1.20.3.ebuild b/net-misc/gallery-dl/gallery-dl-1.20.3.ebuild
626 index e0f925d5ec54..c33edc550b3f 100644
627 --- a/net-misc/gallery-dl/gallery-dl-1.20.3.ebuild
628 +++ b/net-misc/gallery-dl/gallery-dl-1.20.3.ebuild
629 @@ -3,7 +3,7 @@
630
631 EAPI=8
632
633 -PYTHON_COMPAT=(python3_{8,9,10})
634 +PYTHON_COMPAT=( python3_{8..10} )
635 PYTHON_REQ_USE="sqlite,ssl,xml"
636
637 inherit distutils-r1 optfeature
638
639 diff --git a/net-misc/gallery-dl/gallery-dl-9999.ebuild b/net-misc/gallery-dl/gallery-dl-9999.ebuild
640 index e0f925d5ec54..c33edc550b3f 100644
641 --- a/net-misc/gallery-dl/gallery-dl-9999.ebuild
642 +++ b/net-misc/gallery-dl/gallery-dl-9999.ebuild
643 @@ -3,7 +3,7 @@
644
645 EAPI=8
646
647 -PYTHON_COMPAT=(python3_{8,9,10})
648 +PYTHON_COMPAT=( python3_{8..10} )
649 PYTHON_REQ_USE="sqlite,ssl,xml"
650
651 inherit distutils-r1 optfeature
652
653 diff --git a/net-misc/nyx/nyx-2.1.0-r2.ebuild b/net-misc/nyx/nyx-2.1.0-r2.ebuild
654 index 7c6aeee19674..0a2d0a5d251e 100644
655 --- a/net-misc/nyx/nyx-2.1.0-r2.ebuild
656 +++ b/net-misc/nyx/nyx-2.1.0-r2.ebuild
657 @@ -1,9 +1,9 @@
658 -# Copyright 1999-2021 Gentoo Authors
659 +# Copyright 1999-2022 Gentoo Authors
660 # Distributed under the terms of the GNU General Public License v2
661
662 EAPI=8
663
664 -PYTHON_COMPAT=(python3_{8,9} pypy3)
665 +PYTHON_COMPAT=( python3_{8..9} pypy3 )
666 PYTHON_REQ_USE='ncurses,sqlite(-)'
667
668 inherit distutils-r1
669
670 diff --git a/net-wireless/gr-iqbal/gr-iqbal-0.38.2.ebuild b/net-wireless/gr-iqbal/gr-iqbal-0.38.2.ebuild
671 index 3ace7a599591..9e73538bd42b 100644
672 --- a/net-wireless/gr-iqbal/gr-iqbal-0.38.2.ebuild
673 +++ b/net-wireless/gr-iqbal/gr-iqbal-0.38.2.ebuild
674 @@ -1,8 +1,8 @@
675 -# Copyright 1999-2021 Gentoo Authors
676 +# Copyright 1999-2022 Gentoo Authors
677 # Distributed under the terms of the GNU General Public License v2
678
679 EAPI=7
680 -PYTHON_COMPAT=( python3_{7,8,9})
681 +PYTHON_COMPAT=( python3_{8..9} )
682
683 inherit cmake python-single-r1
684
685
686 diff --git a/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild b/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild
687 index 3ace7a599591..9e73538bd42b 100644
688 --- a/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild
689 +++ b/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild
690 @@ -1,8 +1,8 @@
691 -# Copyright 1999-2021 Gentoo Authors
692 +# Copyright 1999-2022 Gentoo Authors
693 # Distributed under the terms of the GNU General Public License v2
694
695 EAPI=7
696 -PYTHON_COMPAT=( python3_{7,8,9})
697 +PYTHON_COMPAT=( python3_{8..9} )
698
699 inherit cmake python-single-r1
700
701
702 diff --git a/net-wireless/lorcon/lorcon-0.0_p20200214.ebuild b/net-wireless/lorcon/lorcon-0.0_p20200214.ebuild
703 index 1446bc1840cd..a6ebe27bec01 100644
704 --- a/net-wireless/lorcon/lorcon-0.0_p20200214.ebuild
705 +++ b/net-wireless/lorcon/lorcon-0.0_p20200214.ebuild
706 @@ -3,7 +3,7 @@
707
708 EAPI=8
709
710 -PYTHON_COMPAT=( python3_{7,8,9,10})
711 +PYTHON_COMPAT=( python3_{8..10} )
712 DISTUTILS_OPTIONAL=1
713
714 inherit distutils-r1
715
716 diff --git a/net-wireless/lorcon/lorcon-2020.06.06.ebuild b/net-wireless/lorcon/lorcon-2020.06.06.ebuild
717 index c9b4f070b6aa..c43251b94d5d 100644
718 --- a/net-wireless/lorcon/lorcon-2020.06.06.ebuild
719 +++ b/net-wireless/lorcon/lorcon-2020.06.06.ebuild
720 @@ -3,7 +3,7 @@
721
722 EAPI=8
723
724 -PYTHON_COMPAT=( python3_{7,8,9,10})
725 +PYTHON_COMPAT=( python3_{8..10} )
726 DISTUTILS_OPTIONAL=1
727
728 inherit distutils-r1
729
730 diff --git a/net-wireless/lorcon/lorcon-9999.ebuild b/net-wireless/lorcon/lorcon-9999.ebuild
731 index 80f35a3d8ffd..dfe0a1417ae1 100644
732 --- a/net-wireless/lorcon/lorcon-9999.ebuild
733 +++ b/net-wireless/lorcon/lorcon-9999.ebuild
734 @@ -3,7 +3,7 @@
735
736 EAPI=8
737
738 -PYTHON_COMPAT=( python3_{7,8,9,10})
739 +PYTHON_COMPAT=( python3_{8..10} )
740 DISTUTILS_OPTIONAL=1
741
742 inherit distutils-r1
743
744 diff --git a/sci-mathematics/mathlib-tools/mathlib-tools-1.1.0.ebuild b/sci-mathematics/mathlib-tools/mathlib-tools-1.1.0.ebuild
745 index ce6f9c8adf9e..76f08c06d208 100644
746 --- a/sci-mathematics/mathlib-tools/mathlib-tools-1.1.0.ebuild
747 +++ b/sci-mathematics/mathlib-tools/mathlib-tools-1.1.0.ebuild
748 @@ -1,9 +1,9 @@
749 -# Copyright 1999-2021 Gentoo Authors
750 +# Copyright 1999-2022 Gentoo Authors
751 # Distributed under the terms of the GNU General Public License v2
752
753 EAPI=8
754
755 -PYTHON_COMPAT=(python3_{8,9})
756 +PYTHON_COMPAT=( python3_{8..9} )
757
758 inherit distutils-r1