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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F2BCA158021 for ; Sun, 23 Oct 2022 21:04:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC8EEE0877; Sun, 23 Oct 2022 21:04:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A760FE0878 for ; Sun, 23 Oct 2022 21:04:28 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C589A3410B8 for ; Sun, 23 Oct 2022 21:04:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFB0E629 for ; Sun, 23 Oct 2022 21:04:25 +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: <1666551513.ed0cfe4ceda08f4ac564198a56374fff8502ba2e.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/click-repl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/click-repl/click-repl-0.2.0-r1.ebuild X-VCS-Directories: dev-python/click-repl/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: ed0cfe4ceda08f4ac564198a56374fff8502ba2e X-VCS-Branch: dev Date: Sun, 23 Oct 2022 21:04:25 +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: dc7d4b52-9381-467f-a386-944369be77ee X-Archives-Hash: 4c97e9031491ad3aa4f054a309fd9c10 commit: ed0cfe4ceda08f4ac564198a56374fff8502ba2e Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Fri Oct 21 16:01:30 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sun Oct 23 18:58:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ed0cfe4c dev-python/click-repl: PEP517 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/click-repl/click-repl-0.2.0-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/click-repl/click-repl-0.2.0-r1.ebuild b/dev-python/click-repl/click-repl-0.2.0-r1.ebuild index 286f62d63..2f3277146 100644 --- a/dev-python/click-repl/click-repl-0.2.0-r1.ebuild +++ b/dev-python/click-repl/click-repl-0.2.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..11} ) - +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="Subcommand REPL for click apps" @@ -18,11 +18,10 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND=" +RDEPEND=" dev-python/click[${PYTHON_USEDEP}] dev-python/prompt_toolkit[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] " -RDEPEND="${DEPEND}" distutils_enable_tests pytest