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 E14D01581F0 for ; Thu, 12 Dec 2024 12:28:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 335BAE099E; Thu, 12 Dec 2024 12:28:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 16161E0992 for ; Thu, 12 Dec 2024 12:28:15 +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 4338033EDD8 for ; Thu, 12 Dec 2024 12:28:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF254E96 for ; Thu, 12 Dec 2024 12:28:12 +0000 (UTC) From: "Paul Zander" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Paul Zander" Message-ID: <1734005339.b7f563cc5c0d072d368177775c0ae3f0f7d4b214.negril.nx+gentoo@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/bokeh/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/bokeh/bokeh-2.4.2.ebuild X-VCS-Directories: dev-python/bokeh/ X-VCS-Committer: negril.nx+gentoo X-VCS-Committer-Name: Paul Zander X-VCS-Revision: b7f563cc5c0d072d368177775c0ae3f0f7d4b214 X-VCS-Branch: master Date: Thu, 12 Dec 2024 12:28:12 +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: e40bc7f4-9d07-42ff-86df-d989b8bca6cd X-Archives-Hash: 4f0c2aac239c4f7936378f217aed1234 commit: b7f563cc5c0d072d368177775c0ae3f0f7d4b214 Author: Paul Zander gmail com> AuthorDate: Thu Dec 12 12:08:59 2024 +0000 Commit: Paul Zander gmail com> CommitDate: Thu Dec 12 12:08:59 2024 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b7f563cc move dev-python/ipython{_,-}genutils Signed-off-by: Paul Zander gmail.com> dev-python/bokeh/bokeh-2.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/bokeh/bokeh-2.4.2.ebuild b/dev-python/bokeh/bokeh-2.4.2.ebuild index d8f9779fe..65c92e04e 100644 --- a/dev-python/bokeh/bokeh-2.4.2.ebuild +++ b/dev-python/bokeh/bokeh-2.4.2.ebuild @@ -30,7 +30,7 @@ BDEPEND=" test? ( dev-python/beautifulsoup4[${PYTHON_USEDEP}] dev-python/flaky[${PYTHON_USEDEP}] - dev-python/ipython_genutils[${PYTHON_USEDEP}] + dev-python/ipython-genutils[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] dev-python/networkx[${PYTHON_USEDEP}] dev-python/nbconvert[${PYTHON_USEDEP}]