commit: 01eff98ed166196fb83524d3511c3a5d27983c1c Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Oct 28 15:36:35 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Oct 28 15:39:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01eff98e
dev-python/cli-helpers: Enable py3.12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/cli-helpers/cli-helpers-2.3.0.ebuild | 2 +- dev-python/cli-helpers/cli-helpers-9999.ebuild | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/cli-helpers/cli-helpers-2.3.0.ebuild b/dev-python/cli-helpers/cli-helpers-2.3.0.ebuild index 9138c1963998..16476678a120 100644 --- a/dev-python/cli-helpers/cli-helpers-2.3.0.ebuild +++ b/dev-python/cli-helpers/cli-helpers-2.3.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 diff --git a/dev-python/cli-helpers/cli-helpers-9999.ebuild b/dev-python/cli-helpers/cli-helpers-9999.ebuild index fa2b087f7224..ca6c8d7902ca 100644 --- a/dev-python/cli-helpers/cli-helpers-9999.ebuild +++ b/dev-python/cli-helpers/cli-helpers-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 git-r3 @@ -18,7 +18,6 @@ EGIT_REPO_URI="https://github.com/dbcli/cli_helpers.git" LICENSE="BSD" SLOT="0" -KEYWORDS="" RDEPEND=" >=dev-python/configobj-5.0.5[${PYTHON_USEDEP}]