From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A3AD11581FB for ; Tue, 26 Nov 2024 14:15:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A30A3E0843; Tue, 26 Nov 2024 14:15:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 58AFEE0843 for ; Tue, 26 Nov 2024 14:15:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75C9B342FA2 for ; Tue, 26 Nov 2024 14:15:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10E511F0B for ; Tue, 26 Nov 2024 14:15:09 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1732630486.98c66053263537a9d48a6cf99a989c35af01009d.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/rich-click/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/rich-click/rich-click-1.8.4.ebuild X-VCS-Directories: dev-python/rich-click/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 98c66053263537a9d48a6cf99a989c35af01009d X-VCS-Branch: dev Date: Tue, 26 Nov 2024 14:15:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 788cceac-569e-447d-9534-78774f8f90be X-Archives-Hash: 53480c468264ebfa2eff5cedf387beb6 commit: 98c66053263537a9d48a6cf99a989c35af01009d Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue Nov 26 14:11:09 2024 +0000 Commit: Anna Vyalkova sysrq 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 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