commit:     98c66053263537a9d48a6cf99a989c35af01009d
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Nov 26 14:11:09 2024 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Nov 26 14:14:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=98c66053

dev-python/rich-click: add completions support

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/rich-click/rich-click-1.8.4.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/rich-click/rich-click-1.8.4.ebuild 
b/dev-python/rich-click/rich-click-1.8.4.ebuild
index 04d5e47fe..923a7332d 100644
--- a/dev-python/rich-click/rich-click-1.8.4.ebuild
+++ b/dev-python/rich-click/rich-click-1.8.4.ebuild
@@ -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
 

Reply via email to