diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-06-02 16:56:12 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-02 17:09:17 +0200 |
commit | b1bd2f9c59bd3cf362f4b11c662569e88570d6b4 (patch) | |
tree | d73b5b87ab3eac68ee480d54c1934244b2a26586 /dev-python/click-plugins | |
parent | dev-python/click-log: Enable py3.12 (diff) | |
download | gentoo-b1bd2f9c59bd3cf362f4b11c662569e88570d6b4.tar.gz gentoo-b1bd2f9c59bd3cf362f4b11c662569e88570d6b4.tar.bz2 gentoo-b1bd2f9c59bd3cf362f4b11c662569e88570d6b4.zip |
dev-python/click-plugins: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/click-plugins')
-rw-r--r-- | dev-python/click-plugins/click-plugins-1.1.1-r1.ebuild | 14 |
1 files 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 |