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 B4BB7158013 for ; Fri, 8 Dec 2023 17:12:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01CCF2BC01D; Fri, 8 Dec 2023 17:12:59 +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 CDFD72BC01D for ; Fri, 8 Dec 2023 17:12:58 +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 DAC7A340200 for ; Fri, 8 Dec 2023 17:12:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AD10DF4 for ; Fri, 8 Dec 2023 17:12:56 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1702055531.538d39769811e7826f2471f0a529a823853a15d2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bpython/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/bpython/bpython-0.24.ebuild X-VCS-Directories: dev-python/bpython/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 538d39769811e7826f2471f0a529a823853a15d2 X-VCS-Branch: master Date: Fri, 8 Dec 2023 17:12:56 +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: 80fb4c02-dbf9-4380-867d-b06c33bc7e52 X-Archives-Hash: 38bf545886fda92074b385ac40ca99da commit: 538d39769811e7826f2471f0a529a823853a15d2 Author: Sam James gentoo org> AuthorDate: Fri Dec 8 17:12:11 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 8 17:12:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=538d3976 dev-python/bpython: add greenlet note ...given we're likely to keep checking if the dep is still there, as very few things need it still. Bug: https://github.com/bpython/bpython/issues/641 Signed-off-by: Sam James gentoo.org> dev-python/bpython/bpython-0.24.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/bpython/bpython-0.24.ebuild b/dev-python/bpython/bpython-0.24.ebuild index 6a0618d8646b..87a04c062d51 100644 --- a/dev-python/bpython/bpython-0.24.ebuild +++ b/dev-python/bpython/bpython-0.24.ebuild @@ -20,6 +20,7 @@ SLOT="0" IUSE="clipboard +jedi watch" KEYWORDS="amd64 arm64 ~riscv x86" +# see https://github.com/bpython/bpython/issues/641 wrt greenlet RDEPEND=" >=dev-python/curtsies-0.4.0[${PYTHON_USEDEP}] dev-python/cwcwidth[${PYTHON_USEDEP}]