mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/click-plugins: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user