commit:     dc28ee471895deded44a3e58b0885e79b53c4423
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Nov 26 14:08:10 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Nov 26 14:14:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dc28ee47

dev-util/pifpaf: add completions support

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

 dev-util/pifpaf/pifpaf-3.2.3.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-util/pifpaf/pifpaf-3.2.3.ebuild 
b/dev-util/pifpaf/pifpaf-3.2.3.ebuild
index f008b1b14..f3baf6b0b 100644
--- a/dev-util/pifpaf/pifpaf-3.2.3.ebuild
+++ b/dev-util/pifpaf/pifpaf-3.2.3.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 PYTHON_COMPAT=( python3_{10..13} )
 DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1 pypi
+inherit click-app distutils-r1 pypi
 
 DESCRIPTION="Suite of tools and fixtures to manage daemons for testing"
 HOMEPAGE="
@@ -61,4 +61,6 @@ EPYTEST_DESELECT=(
 
 distutils_enable_tests pytest
 
+click-app_enable_completions pifpaf
+
 export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}

Reply via email to