From 67a986d899bc11b875f5336d8990abeba2db131e Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Fri, 2 May 2025 21:59:46 +0300 Subject: [PATCH] dev-util/gertty: EAPI=8 Closes: https://bugs.gentoo.org/952449 Signed-off-by: Arthur Zamarin --- .../{gertty-1.6.0-r2.ebuild => gertty-1.6.0-r3.ebuild} | 9 ++++----- dev-util/gertty/gertty-9999.ebuild | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) rename dev-util/gertty/{gertty-1.6.0-r2.ebuild => gertty-1.6.0-r3.ebuild} (92%) diff --git a/dev-util/gertty/gertty-1.6.0-r2.ebuild b/dev-util/gertty/gertty-1.6.0-r3.ebuild similarity index 92% rename from dev-util/gertty/gertty-1.6.0-r2.ebuild rename to dev-util/gertty/gertty-1.6.0-r3.ebuild index 44edab692a02b..380ba9819c423 100644 --- a/dev-util/gertty/gertty-1.6.0-r2.ebuild +++ b/dev-util/gertty/gertty-1.6.0-r3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 -PYTHON_COMPAT=( python3_{10..12} ) -DISTUTILS_USE_PEP517=setuptools +EAPI=8 +PYTHON_COMPAT=( python3_{11..13} ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="Gertty is a console-based interface to the Gerrit Code Review system" @@ -20,7 +20,6 @@ fi LICENSE="Apache-2.0" SLOT="0" -IUSE="" DEPEND=">=dev-python/pbr-0.11[${PYTHON_USEDEP}]" RDEPEND=" diff --git a/dev-util/gertty/gertty-9999.ebuild b/dev-util/gertty/gertty-9999.ebuild index 6a4229ef46347..380ba9819c423 100644 --- a/dev-util/gertty/gertty-9999.ebuild +++ b/dev-util/gertty/gertty-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) -DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{11..13} ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="Gertty is a console-based interface to the Gerrit Code Review system" @@ -15,12 +15,11 @@ if [[ ${PV} == *9999 ]];then EGIT_BRANCH="master" else inherit pypi - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" fi LICENSE="Apache-2.0" SLOT="0" -IUSE="" DEPEND=">=dev-python/pbr-0.11[${PYTHON_USEDEP}]" RDEPEND="