Skip to content

Commit

Permalink
*/*: consistent PYTHON_COMPAT style
Browse files Browse the repository at this point in the history
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Jan 30, 2022
1 parent 8a8be99 commit 7a55b89
Show file tree
Hide file tree
Showing 44 changed files with 78 additions and 78 deletions.
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion app-admin/mcelog/mcelog-180-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions app-crypt/certbot-nginx/certbot-nginx-1.21.0.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion app-crypt/certbot-nginx/certbot-nginx-1.22.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=(python3_{8..10} )
PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_SETUPTOOLS=rdepend

if [[ ${PV} == 9999* ]]; then
Expand Down
4 changes: 2 additions & 2 deletions app-crypt/certbot-nginx/certbot-nginx-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.92-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 3 additions & 3 deletions app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r4.ebuild
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions app-i18n/mozc/mozc-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions app-i18n/opencc/opencc-1.0.5.ebuild
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions app-i18n/opencc/opencc-1.0.6.ebuild
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions app-i18n/opencc/opencc-1.1.0.ebuild
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions app-i18n/opencc/opencc-1.1.1.ebuild
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions app-i18n/sunpinyin/sunpinyin-2.0.4_pre20200306162733.ebuild
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions app-i18n/xsunpinyin/xsunpinyin-2.0.4_pre20200306162733.ebuild
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions app-portage/esearch/esearch-1.3-r3.ebuild
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions app-portage/esearch/esearch-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion dev-lang/jerryscript/jerryscript-2.4.0-r4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions dev-tex/dot2tex/dot2tex-2.11.3.ebuild
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion dev-util/rizin/rizin-0.3.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion dev-vcs/stgit/stgit-1.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=( python3_{7..10} )
PYTHON_COMPAT=( python3_{8..10} )

inherit bash-completion-r1 distutils-r1

Expand Down
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions media-gfx/cura/cura-4.9.1.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions net-analyzer/carl/carl-0.9-r5.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions net-irc/kvirc/kvirc-5.2_pre20200605155236-r2.ebuild
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions net-irc/kvirc/kvirc-5.2_pre20210630233331-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions net-irc/kvirc/kvirc-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions net-libs/libpsl/libpsl-0.21.0.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions net-libs/libpsl/libpsl-0.21.1.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions net-libs/stem/stem-1.8.0-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions net-libs/stem/stem-1.8.0_p20211118.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion net-misc/gallery-dl/gallery-dl-1.20.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion net-misc/gallery-dl/gallery-dl-1.20.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit 7a55b89

Please sign in to comment.