commit: 2c230d55d061f3d31f5e20e4c23f8027e8b23e63 Author: Guillaume Seren <guillaumeseren <AT> gmail <DOT> com> AuthorDate: Mon Apr 22 13:53:29 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Apr 22 14:05:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c230d55
dev-python/urwidtrees: add python-3.12 support Closes: https://bugs.gentoo.org/929519 Signed-off-by: Guillaume Seren <guillaumeseren <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/36357 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../{urwidtrees-1.0.3-r1.ebuild => urwidtrees-1.0.3-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 1c468fa97d68..7d46fa388d5a 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