diff options
author | David Seifert <soap@gentoo.org> | 2023-01-14 13:51:19 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-01-14 13:51:19 +0100 |
commit | ed468028e725c9580a7b2ee02d6b7b9375f7a0b2 (patch) | |
tree | 3a39616d9a763db526cec9d2562da20ec1c456a8 /dev-vcs | |
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 'dev-vcs')
47 files changed, 90 insertions, 90 deletions
diff --git a/dev-vcs/breezy/breezy-3.2.1-r1.ebuild b/dev-vcs/breezy/breezy-3.2.1-r1.ebuild index 9c4d300b8a94..e853819a566e 100644 --- a/dev-vcs/breezy/breezy-3.2.1-r1.ebuild +++ b/dev-vcs/breezy/breezy-3.2.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-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 optfeature diff --git a/dev-vcs/git-big-picture/git-big-picture-1.2.2-r1.ebuild b/dev-vcs/git-big-picture/git-big-picture-1.2.2-r1.ebuild index 26cb5b466ea7..eb61e8bb73d3 100644 --- a/dev-vcs/git-big-picture/git-big-picture-1.2.2-r1.ebuild +++ b/dev-vcs/git-big-picture/git-big-picture-1.2.2-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 # blocked by use of distutils_install_for_testing -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 diff --git a/dev-vcs/git-cola/git-cola-3.12.0.ebuild b/dev-vcs/git-cola/git-cola-3.12.0.ebuild index 8e125f2c8bc9..29c89753a8ec 100644 --- a/dev-vcs/git-cola/git-cola-3.12.0.ebuild +++ b/dev-vcs/git-cola/git-cola-3.12.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} ) DISTUTILS_SINGLE_IMPL=true DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 readme.gentoo-r1 virtualx xdg-utils diff --git a/dev-vcs/git-cola/git-cola-4.0.1.ebuild b/dev-vcs/git-cola/git-cola-4.0.1.ebuild index 7ec17c13b1c8..6c564782c500 100644 --- a/dev-vcs/git-cola/git-cola-4.0.1.ebuild +++ b/dev-vcs/git-cola/git-cola-4.0.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=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) DISTUTILS_SINGLE_IMPL=true DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 readme.gentoo-r1 virtualx xdg-utils diff --git a/dev-vcs/git-cola/git-cola-4.0.2.ebuild b/dev-vcs/git-cola/git-cola-4.0.2.ebuild index 68d4675e79db..4042b1f292ad 100644 --- a/dev-vcs/git-cola/git-cola-4.0.2.ebuild +++ b/dev-vcs/git-cola/git-cola-4.0.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} ) DISTUTILS_SINGLE_IMPL=true DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 readme.gentoo-r1 virtualx xdg-utils diff --git a/dev-vcs/git-cola/git-cola-4.0.3.ebuild b/dev-vcs/git-cola/git-cola-4.0.3.ebuild index 68d4675e79db..4042b1f292ad 100644 --- a/dev-vcs/git-cola/git-cola-4.0.3.ebuild +++ b/dev-vcs/git-cola/git-cola-4.0.3.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} ) DISTUTILS_SINGLE_IMPL=true DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 readme.gentoo-r1 virtualx xdg-utils diff --git a/dev-vcs/git-delete-merged-branches/git-delete-merged-branches-7.3.1.ebuild b/dev-vcs/git-delete-merged-branches/git-delete-merged-branches-7.3.1.ebuild index ef3284ec6ac5..259b80d6a0c6 100644 --- a/dev-vcs/git-delete-merged-branches/git-delete-merged-branches-7.3.1.ebuild +++ b/dev-vcs/git-delete-merged-branches/git-delete-merged-branches-7.3.1.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/dev-vcs/git-delete-merged-branches/git-delete-merged-branches-7.4.0.ebuild b/dev-vcs/git-delete-merged-branches/git-delete-merged-branches-7.4.0.ebuild index ef3284ec6ac5..259b80d6a0c6 100644 --- a/dev-vcs/git-delete-merged-branches/git-delete-merged-branches-7.4.0.ebuild +++ b/dev-vcs/git-delete-merged-branches/git-delete-merged-branches-7.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=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 diff --git a/dev-vcs/git-machete/git-machete-3.12.5.ebuild b/dev-vcs/git-machete/git-machete-3.12.5.ebuild index 9c6b4673cedb..20a8a5833048 100644 --- a/dev-vcs/git-machete/git-machete-3.12.5.ebuild +++ b/dev-vcs/git-machete/git-machete-3.12.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..11} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools inherit bash-completion-r1 distutils-r1 diff --git a/dev-vcs/git-machete/git-machete-3.13.0.ebuild b/dev-vcs/git-machete/git-machete-3.13.0.ebuild index 9c6b4673cedb..20a8a5833048 100644 --- a/dev-vcs/git-machete/git-machete-3.13.0.ebuild +++ b/dev-vcs/git-machete/git-machete-3.13.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..11} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools inherit bash-completion-r1 distutils-r1 diff --git a/dev-vcs/git-publish/git-publish-1.8.0.ebuild b/dev-vcs/git-publish/git-publish-1.8.0.ebuild index e88b6924fa56..c2531ed962bf 100644 --- a/dev-vcs/git-publish/git-publish-1.8.0.ebuild +++ b/dev-vcs/git-publish/git-publish-1.8.0.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=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit python-single-r1 DESCRIPTION="Tool for preparing and storing patch revisions as git tag" diff --git a/dev-vcs/git-publish/git-publish-1.8.1.ebuild b/dev-vcs/git-publish/git-publish-1.8.1.ebuild index d5d9e519c0a9..8203839122e3 100644 --- a/dev-vcs/git-publish/git-publish-1.8.1.ebuild +++ b/dev-vcs/git-publish/git-publish-1.8.1.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=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit python-single-r1 DESCRIPTION="Tool for preparing and storing patch revisions as git tag" diff --git a/dev-vcs/git-pw/git-pw-2.4.0.ebuild b/dev-vcs/git-pw/git-pw-2.4.0.ebuild index 1b048b2fd6ee..b6ff46dff532 100644 --- a/dev-vcs/git-pw/git-pw-2.4.0.ebuild +++ b/dev-vcs/git-pw/git-pw-2.4.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 diff --git a/dev-vcs/git-tools/git-tools-2019.11.ebuild b/dev-vcs/git-tools/git-tools-2019.11.ebuild index 33ea09d600da..eda1f54f2172 100644 --- a/dev-vcs/git-tools/git-tools-2019.11.ebuild +++ b/dev-vcs/git-tools/git-tools-2019.11.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_{7,8,9} ) +PYTHON_COMPAT=( python3_9 ) inherit python-r1 DESCRIPTION="Assorted git-related scripts" diff --git a/dev-vcs/git-tools/git-tools-2020.09.ebuild b/dev-vcs/git-tools/git-tools-2020.09.ebuild index 30e717967233..f7374746ce47 100644 --- a/dev-vcs/git-tools/git-tools-2020.09.ebuild +++ b/dev-vcs/git-tools/git-tools-2020.09.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-r1 DESCRIPTION="Assorted git-related scripts" diff --git a/dev-vcs/git/git-2.37.4.ebuild b/dev-vcs/git/git-2.37.4.ebuild index a406c1e82c27..cab6d2be27ab 100644 --- a/dev-vcs/git/git-2.37.4.ebuild +++ b/dev-vcs/git/git-2.37.4.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=8 @@ -6,7 +6,7 @@ EAPI=8 GENTOO_DEPEND_ON_PERL=no # bug #329479: git-remote-testgit is not multiple-version aware -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit toolchain-funcs perl-module bash-completion-r1 plocale python-single-r1 systemd diff --git a/dev-vcs/git/git-2.38.2.ebuild b/dev-vcs/git/git-2.38.2.ebuild index 9168e8038fae..6470b5f24835 100644 --- a/dev-vcs/git/git-2.38.2.ebuild +++ b/dev-vcs/git/git-2.38.2.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=8 @@ -6,7 +6,7 @@ EAPI=8 GENTOO_DEPEND_ON_PERL=no # bug #329479: git-remote-testgit is not multiple-version aware -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit toolchain-funcs perl-module bash-completion-r1 optfeature plocale python-single-r1 systemd diff --git a/dev-vcs/git/git-2.39.0.ebuild b/dev-vcs/git/git-2.39.0.ebuild index 40e868cbc0d6..fb287df0a1a8 100644 --- a/dev-vcs/git/git-2.39.0.ebuild +++ b/dev-vcs/git/git-2.39.0.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=8 @@ -6,7 +6,7 @@ EAPI=8 GENTOO_DEPEND_ON_PERL=no # bug #329479: git-remote-testgit is not multiple-version aware -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit toolchain-funcs perl-module bash-completion-r1 optfeature plocale python-single-r1 systemd diff --git a/dev-vcs/git/git-9999-r1.ebuild b/dev-vcs/git/git-9999-r1.ebuild index f68fb68b1f50..e5a21afa3d27 100644 --- a/dev-vcs/git/git-9999-r1.ebuild +++ b/dev-vcs/git/git-9999-r1.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=8 @@ -6,7 +6,7 @@ EAPI=8 GENTOO_DEPEND_ON_PERL=no # bug #329479: git-remote-testgit is not multiple-version aware -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit toolchain-funcs perl-module bash-completion-r1 optfeature plocale python-single-r1 systemd diff --git a/dev-vcs/git/git-9999-r2.ebuild b/dev-vcs/git/git-9999-r2.ebuild index f68fb68b1f50..e5a21afa3d27 100644 --- a/dev-vcs/git/git-9999-r2.ebuild +++ b/dev-vcs/git/git-9999-r2.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=8 @@ -6,7 +6,7 @@ EAPI=8 GENTOO_DEPEND_ON_PERL=no # bug #329479: git-remote-testgit is not multiple-version aware -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit toolchain-funcs perl-module bash-completion-r1 optfeature plocale python-single-r1 systemd diff --git a/dev-vcs/git/git-9999-r3.ebuild b/dev-vcs/git/git-9999-r3.ebuild index f68fb68b1f50..e5a21afa3d27 100644 --- a/dev-vcs/git/git-9999-r3.ebuild +++ b/dev-vcs/git/git-9999-r3.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=8 @@ -6,7 +6,7 @@ EAPI=8 GENTOO_DEPEND_ON_PERL=no # bug #329479: git-remote-testgit is not multiple-version aware -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit toolchain-funcs perl-module bash-completion-r1 optfeature plocale python-single-r1 systemd diff --git a/dev-vcs/git/git-9999.ebuild b/dev-vcs/git/git-9999.ebuild index f68fb68b1f50..e5a21afa3d27 100644 --- a/dev-vcs/git/git-9999.ebuild +++ b/dev-vcs/git/git-9999.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=8 @@ -6,7 +6,7 @@ EAPI=8 GENTOO_DEPEND_ON_PERL=no # bug #329479: git-remote-testgit is not multiple-version aware -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit toolchain-funcs perl-module bash-completion-r1 optfeature plocale python-single-r1 systemd diff --git a/dev-vcs/gitg/gitg-41-r1.ebuild b/dev-vcs/gitg/gitg-41-r1.ebuild index 96fe1764146f..e5bec70ca729 100644 --- a/dev-vcs/gitg/gitg-41-r1.ebuild +++ b/dev-vcs/gitg/gitg-41-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit gnome.org gnome2-utils meson python-r1 vala xdg DESCRIPTION="git repository viewer for GNOME" diff --git a/dev-vcs/gitstats/gitstats-0_pre20201124.ebuild b/dev-vcs/gitstats/gitstats-0_pre20201124.ebuild index 30f20e28081d..bc188f529ee7 100644 --- a/dev-vcs/gitstats/gitstats-0_pre20201124.ebuild +++ b/dev-vcs/gitstats/gitstats-0_pre20201124.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-r1 diff --git a/dev-vcs/hg-evolve/hg-evolve-10.5.2.ebuild b/dev-vcs/hg-evolve/hg-evolve-10.5.2.ebuild index d1a189f29fac..c886f389633f 100644 --- a/dev-vcs/hg-evolve/hg-evolve-10.5.2.ebuild +++ b/dev-vcs/hg-evolve/hg-evolve-10.5.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_{7..11} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 diff --git a/dev-vcs/hg-git/hg-git-0.10.2.ebuild b/dev-vcs/hg-git/hg-git-0.10.2.ebuild index ea4096b11730..3d121966a3f6 100644 --- a/dev-vcs/hg-git/hg-git-0.10.2.ebuild +++ b/dev-vcs/hg-git/hg-git-0.10.2.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_{7..9} ) +PYTHON_COMPAT=( python3_9 ) inherit distutils-r1 diff --git a/dev-vcs/hg-git/hg-git-0.10.3.ebuild b/dev-vcs/hg-git/hg-git-0.10.3.ebuild index 67ad5e7c9e1a..226a54fd2dcb 100644 --- a/dev-vcs/hg-git/hg-git-0.10.3.ebuild +++ b/dev-vcs/hg-git/hg-git-0.10.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..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit distutils-r1 diff --git a/dev-vcs/hg-git/hg-git-0.9.0.ebuild b/dev-vcs/hg-git/hg-git-0.9.0.ebuild index 029e03374969..d5d4f0f0a218 100644 --- a/dev-vcs/hg-git/hg-git-0.9.0.ebuild +++ b/dev-vcs/hg-git/hg-git-0.9.0.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_{7..9} ) +PYTHON_COMPAT=( python3_9 ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 diff --git a/dev-vcs/mercurial/mercurial-5.8.1.ebuild b/dev-vcs/mercurial/mercurial-5.8.1.ebuild index 2cbe5612e12b..91856dcef1b2 100644 --- a/dev-vcs/mercurial/mercurial-5.8.1.ebuild +++ b/dev-vcs/mercurial/mercurial-5.8.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_{7..10} ) +PYTHON_COMPAT=( python3_{9..10} ) PYTHON_REQ_USE="threads(+)" DISTUTILS_USE_SETUPTOOLS=no CARGO_OPTIONAL=1 diff --git a/dev-vcs/mercurial/mercurial-5.8.ebuild b/dev-vcs/mercurial/mercurial-5.8.ebuild index 9d990f49bf80..8c985b7749c0 100644 --- a/dev-vcs/mercurial/mercurial-5.8.ebuild +++ b/dev-vcs/mercurial/mercurial-5.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=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{9..10} ) PYTHON_REQ_USE="threads(+)" DISTUTILS_USE_SETUPTOOLS=no CARGO_OPTIONAL=1 diff --git a/dev-vcs/mercurial/mercurial-6.0.2.ebuild b/dev-vcs/mercurial/mercurial-6.0.2.ebuild index 6b47a3d18235..e3206847bf4b 100644 --- a/dev-vcs/mercurial/mercurial-6.0.2.ebuild +++ b/dev-vcs/mercurial/mercurial-6.0.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_{7..10} ) +PYTHON_COMPAT=( python3_{9..10} ) PYTHON_REQ_USE="threads(+)" DISTUTILS_USE_SETUPTOOLS=no CARGO_OPTIONAL=1 diff --git a/dev-vcs/mercurial/mercurial-6.1.4.ebuild b/dev-vcs/mercurial/mercurial-6.1.4.ebuild index 93a3b9539efd..2773ca86426c 100644 --- a/dev-vcs/mercurial/mercurial-6.1.4.ebuild +++ b/dev-vcs/mercurial/mercurial-6.1.4.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} ) PYTHON_REQ_USE="threads(+)" DISTUTILS_USE_SETUPTOOLS=no CARGO_OPTIONAL=1 diff --git a/dev-vcs/mercurial/mercurial-6.2.3.ebuild b/dev-vcs/mercurial/mercurial-6.2.3.ebuild index 3ec96e2633a1..2b1c9d039073 100644 --- a/dev-vcs/mercurial/mercurial-6.2.3.ebuild +++ b/dev-vcs/mercurial/mercurial-6.2.3.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} ) PYTHON_REQ_USE="threads(+)" DISTUTILS_USE_SETUPTOOLS=no CARGO_OPTIONAL=1 diff --git a/dev-vcs/mercurial/mercurial-9999.ebuild b/dev-vcs/mercurial/mercurial-9999.ebuild index 1066ec0ea959..5de63a36d19e 100644 --- a/dev-vcs/mercurial/mercurial-9999.ebuild +++ b/dev-vcs/mercurial/mercurial-9999.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} ) PYTHON_REQ_USE="threads(+)" DISTUTILS_USE_SETUPTOOLS=no CARGO_OPTIONAL=1 diff --git a/dev-vcs/pre-commit/pre-commit-2.20.0-r1.ebuild b/dev-vcs/pre-commit/pre-commit-2.20.0-r1.ebuild index ca37f6d9c248..d6e3496abf3e 100644 --- a/dev-vcs/pre-commit/pre-commit-2.20.0-r1.ebuild +++ b/dev-vcs/pre-commit/pre-commit-2.20.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_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools PYTHON_REQ_USE="sqlite" diff --git a/dev-vcs/python-gitlab/python-gitlab-3.10.0.ebuild b/dev-vcs/python-gitlab/python-gitlab-3.10.0.ebuild index 4e3c85bdff4a..2a48c10e476c 100644 --- a/dev-vcs/python-gitlab/python-gitlab-3.10.0.ebuild +++ b/dev-vcs/python-gitlab/python-gitlab-3.10.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8,9,10} ) +PYTHON_COMPAT=( python3_{9,10} ) inherit distutils-r1 DESCRIPTION="Python command line interface to gitlab API" diff --git a/dev-vcs/python-gitlab/python-gitlab-3.12.0.ebuild b/dev-vcs/python-gitlab/python-gitlab-3.12.0.ebuild index c435a2a21883..12aca29982aa 100644 --- a/dev-vcs/python-gitlab/python-gitlab-3.12.0.ebuild +++ b/dev-vcs/python-gitlab/python-gitlab-3.12.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8,9,10,11} ) +PYTHON_COMPAT=( python3_{9,10,11} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 diff --git a/dev-vcs/repo/repo-2.29.ebuild b/dev-vcs/repo/repo-2.29.ebuild index ecc487887842..1a47a8ee8c20 100644 --- a/dev-vcs/repo/repo-2.29.ebuild +++ b/dev-vcs/repo/repo-2.29.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 # NB: The ${PV} tracks the *repo launcher version*, not the last signed release @@ -7,7 +7,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit bash-completion-r1 python-r1 diff --git a/dev-vcs/repo/repo-2.30.ebuild b/dev-vcs/repo/repo-2.30.ebuild index 1eaf21021d74..a7585149245f 100644 --- a/dev-vcs/repo/repo-2.30.ebuild +++ b/dev-vcs/repo/repo-2.30.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 # NB: The ${PV} tracks the *repo launcher version*, not the last signed release @@ -7,7 +7,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit bash-completion-r1 python-r1 diff --git a/dev-vcs/stgit/stgit-1.5.ebuild b/dev-vcs/stgit/stgit-1.5.ebuild index ee720e163bc4..accf4fa729da 100644 --- a/dev-vcs/stgit/stgit-1.5.ebuild +++ b/dev-vcs/stgit/stgit-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} ) inherit bash-completion-r1 distutils-r1 diff --git a/dev-vcs/subversion/subversion-1.14.2-r1.ebuild b/dev-vcs/subversion/subversion-1.14.2-r1.ebuild index ab68f63f76b8..671631819874 100644 --- a/dev-vcs/subversion/subversion-1.14.2-r1.ebuild +++ b/dev-vcs/subversion/subversion-1.14.2-r1.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=7 WANT_AUTOMAKE="none" GENTOO_DEPEND_ON_PERL="no" -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) USE_RUBY="ruby27 ruby26" inherit autotools bash-completion-r1 db-use depend.apache flag-o-matic java-pkg-opt-2 libtool multilib perl-module prefix python-any-r1 ruby-single xdg-utils diff --git a/dev-vcs/svneverever/svneverever-1.7.1-r2.ebuild b/dev-vcs/svneverever/svneverever-1.7.1-r2.ebuild index 8c1a552c2d41..f3aa2724b54c 100644 --- a/dev-vcs/svneverever/svneverever-1.7.1-r2.ebuild +++ b/dev-vcs/svneverever/svneverever-1.7.1-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..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit distutils-r1 diff --git a/dev-vcs/svneverever/svneverever-1.7.1-r3.ebuild b/dev-vcs/svneverever/svneverever-1.7.1-r3.ebuild index deef0b7db965..70e770f4a84e 100644 --- a/dev-vcs/svneverever/svneverever-1.7.1-r3.ebuild +++ b/dev-vcs/svneverever/svneverever-1.7.1-r3.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/dev-vcs/tortoisehg/tortoisehg-5.9.3.ebuild b/dev-vcs/tortoisehg/tortoisehg-5.9.3.ebuild index fc35f66b6033..9c05f8a40c67 100644 --- a/dev-vcs/tortoisehg/tortoisehg-5.9.3.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-5.9.3.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} ) DISTUTILS_USE_SETUPTOOLS=no diff --git a/dev-vcs/tortoisehg/tortoisehg-6.2.1.ebuild b/dev-vcs/tortoisehg/tortoisehg-6.2.1.ebuild index d1fbe12fabfd..c4e1efd98699 100644 --- a/dev-vcs/tortoisehg/tortoisehg-6.2.1.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-6.2.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=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) DISTUTILS_USE_PEP517=setuptools inherit desktop distutils-r1 optfeature xdg-utils diff --git a/dev-vcs/tortoisehg/tortoisehg-6.2.3.ebuild b/dev-vcs/tortoisehg/tortoisehg-6.2.3.ebuild index 94e68d0a3fd9..fd321fef1e88 100644 --- a/dev-vcs/tortoisehg/tortoisehg-6.2.3.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-6.2.3.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} ) DISTUTILS_USE_PEP517=setuptools inherit desktop distutils-r1 optfeature xdg-utils diff --git a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild index d1fbe12fabfd..c4e1efd98699 100644 --- a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-9999.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} ) DISTUTILS_USE_PEP517=setuptools inherit desktop distutils-r1 optfeature xdg-utils |