From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1392707-garchives=archives.gentoo.org@lists.gentoo.org> 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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6B2D1158090 for <garchives@archives.gentoo.org>; Thu, 5 May 2022 02:56:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E3D4E07C7; Thu, 5 May 2022 02:56:04 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 68EC4E07C7 for <gentoo-commits@lists.gentoo.org>; Thu, 5 May 2022 02:56:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 43FF3341587 for <gentoo-commits@lists.gentoo.org>; Thu, 5 May 2022 02:56:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 558F0177 for <gentoo-commits@lists.gentoo.org>; Thu, 5 May 2022 02:56:01 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1651719350.a17012ef0e5103f79df3d9880fda392267833574.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipython/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ipython/ipython-8.3.0-r1.ebuild dev-python/ipython/ipython-8.3.0.ebuild X-VCS-Directories: dev-python/ipython/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a17012ef0e5103f79df3d9880fda392267833574 X-VCS-Branch: master Date: Thu, 5 May 2022 02:56:01 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d2d207cd-fa70-406d-a51f-31fde4535353 X-Archives-Hash: 1977854b9072f0f0d0cea7b1686728f6 commit: a17012ef0e5103f79df3d9880fda392267833574 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu May 5 02:54:29 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu May 5 02:55:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a17012ef dev-python/ipython: drop useless USE=matplotlib matplotlib-inline always depends on matplotlib Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/ipython/{ipython-8.3.0.ebuild => ipython-8.3.0-r1.ebuild} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/ipython/ipython-8.3.0.ebuild b/dev-python/ipython/ipython-8.3.0-r1.ebuild similarity index 98% rename from dev-python/ipython/ipython-8.3.0.ebuild rename to dev-python/ipython/ipython-8.3.0-r1.ebuild index f4c7b535daeb..af5d6d7723d6 100644 --- a/dev-python/ipython/ipython-8.3.0.ebuild +++ b/dev-python/ipython/ipython-8.3.0-r1.ebuild @@ -23,6 +23,7 @@ RDEPEND=" dev-python/backcall[${PYTHON_USEDEP}] dev-python/decorator[${PYTHON_USEDEP}] >=dev-python/jedi-0.16[${PYTHON_USEDEP}] + dev-python/matplotlib[${PYTHON_USEDEP}] dev-python/matplotlib-inline[${PYTHON_USEDEP}] >=dev-python/pexpect-4.3[${PYTHON_USEDEP}] dev-python/pickleshare[${PYTHON_USEDEP}] @@ -32,9 +33,6 @@ RDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] dev-python/stack_data[${PYTHON_USEDEP}] >=dev-python/traitlets-5.0[${PYTHON_USEDEP}] - matplotlib? ( - dev-python/matplotlib[${PYTHON_USEDEP}] - ) " BDEPEND="