dev-python/rich-click: add completions support

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2024-11-26 19:11:09 +05:00
parent dc28ee4718
commit 98c6605326

View File

@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1
inherit click-app distutils-r1
DESCRIPTION="Format click help output nicely with rich"
HOMEPAGE="
@@ -27,6 +27,8 @@ RDEPEND="
distutils_enable_tests pytest
click-app_enable_completions rich-click
src_prepare() {
distutils-r1_src_prepare