commit: b1bd2f9c59bd3cf362f4b11c662569e88570d6b4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 2 14:56:12 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 2 15:09:17 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1bd2f9c
dev-python/click-plugins: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/click-plugins/click-plugins-1.1.1-r1.ebuild | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/dev-python/click-plugins/click-plugins-1.1.1-r1.ebuild
b/dev-python/click-plugins/click-plugins-1.1.1-r1.ebuild
index 974d050db8f7..b125e2eed0d4 100644
--- a/dev-python/click-plugins/click-plugins-1.1.1-r1.ebuild
+++ b/dev-python/click-plugins/click-plugins-1.1.1-r1.ebuild
@@ -4,19 +4,23 @@
EAPI=8
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
-DESCRIPTION="Module for click to enable registering CLI commands via
setuptools entry-points"
-HOMEPAGE="https://github.com/click-contrib/click-plugins"
+DESCRIPTION="Module for click to enable registering CLI commands via entry
points"
+HOMEPAGE="
+ https://github.com/click-contrib/click-plugins/
+ https://pypi.org/project/click-plugins/
+"
LICENSE="BSD"
KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
SLOT="0"
-RDEPEND="dev-python/click[${PYTHON_USEDEP}]"
-BDEPEND="test? ( ${RDEPEND} )"
+RDEPEND="
+ dev-python/click[${PYTHON_USEDEP}]
+"
distutils_enable_tests pytest