summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-06-02 16:52:47 +0200
committerMichał Górny <mgorny@gentoo.org>2023-06-02 17:09:15 +0200
commitbbe35623f63690411dc6b1ec458d52a534edc254 (patch)
tree6abff4281127a1717fdbf482d33119fa778182c4 /dev-python
parentdev-python/click-didyoumean: Enable py3.12 (diff)
downloadgentoo-bbe35623f63690411dc6b1ec458d52a534edc254.tar.gz
gentoo-bbe35623f63690411dc6b1ec458d52a534edc254.tar.bz2
gentoo-bbe35623f63690411dc6b1ec458d52a534edc254.zip
dev-python/click-help-colors: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/click-help-colors/click-help-colors-0.9.1-r1.ebuild11
1 files changed, 8 insertions, 3 deletions
diff --git a/dev-python/click-help-colors/click-help-colors-0.9.1-r1.ebuild b/dev-python/click-help-colors/click-help-colors-0.9.1-r1.ebuild
index f348aa112921..a465035b5d80 100644
--- a/dev-python/click-help-colors/click-help-colors-0.9.1-r1.ebuild
+++ b/dev-python/click-help-colors/click-help-colors-0.9.1-r1.ebuild
@@ -4,12 +4,15 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
DESCRIPTION="Colorization of help messages in Click"
-HOMEPAGE="https://github.com/click-contrib/click-help-colors"
+HOMEPAGE="
+ https://github.com/click-contrib/click-help-colors/
+ https://pypi.org/project/click-help-colors/
+"
SRC_URI="
https://github.com/click-contrib/${PN}/archive/${PV}.tar.gz
-> ${P}.gh.tar.gz"
@@ -19,7 +22,9 @@ SLOT="0"
KEYWORDS="amd64 ~riscv"
IUSE="examples"
-RDEPEND="dev-python/click[${PYTHON_USEDEP}]"
+RDEPEND="
+ dev-python/click[${PYTHON_USEDEP}]
+"
distutils_enable_tests pytest