From 8990cbbec7faf4bc95167c7046292c3e25d1952f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Wed, 6 May 2026 10:33:30 +0200 Subject: [PATCH] dev-util/tbump: bump PYTHON_COMPAT to py3.14 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/973953 Signed-off-by: Maciej Barć --- .../tbump/{tbump-6.11.0.ebuild => tbump-6.11.0-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename dev-util/tbump/{tbump-6.11.0.ebuild => tbump-6.11.0-r1.ebuild} (87%) diff --git a/dev-util/tbump/tbump-6.11.0.ebuild b/dev-util/tbump/tbump-6.11.0-r1.ebuild similarity index 87% rename from dev-util/tbump/tbump-6.11.0.ebuild rename to dev-util/tbump/tbump-6.11.0-r1.ebuild index b0ca5dc36fb9a..b6c1c5ed7b811 100644 --- a/dev-util/tbump/tbump-6.11.0.ebuild +++ b/dev-util/tbump/tbump-6.11.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517="poetry" -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{12..14} ) inherit distutils-r1 @@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/your-tools/tbump/" if [[ "${PV}" == *9999* ]]; then inherit git-r3 - EGIT_REPO_URI="https://github.com/your-tools/tbump.git" + EGIT_REPO_URI="https://github.com/your-tools/${PN}" else inherit pypi