From 2c230d55d061f3d31f5e20e4c23f8027e8b23e63 Mon Sep 17 00:00:00 2001 From: Guillaume Seren Date: Mon, 22 Apr 2024 15:53:29 +0200 Subject: [PATCH] dev-python/urwidtrees: add python-3.12 support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/929519 Signed-off-by: Guillaume Seren Closes: https://github.com/gentoo/gentoo/pull/36357 Signed-off-by: Michał Górny --- ...{urwidtrees-1.0.3-r1.ebuild => urwidtrees-1.0.3-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename dev-python/urwidtrees/{urwidtrees-1.0.3-r1.ebuild => urwidtrees-1.0.3-r2.ebuild} (90%) diff --git a/dev-python/urwidtrees/urwidtrees-1.0.3-r1.ebuild b/dev-python/urwidtrees/urwidtrees-1.0.3-r2.ebuild similarity index 90% rename from dev-python/urwidtrees/urwidtrees-1.0.3-r1.ebuild rename to dev-python/urwidtrees/urwidtrees-1.0.3-r2.ebuild index 1c468fa97d68e..7d46fa388d5a6 100644 --- a/dev-python/urwidtrees/urwidtrees-1.0.3-r1.ebuild +++ b/dev-python/urwidtrees/urwidtrees-1.0.3-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1