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 40E1C158091 for ; Thu, 5 May 2022 02:56:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A141E07DB; Thu, 5 May 2022 02:56:05 +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 3A6F1E07DB for ; Thu, 5 May 2022 02:56:05 +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 575D6341AFD for ; Thu, 5 May 2022 02:56:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3557A44B for ; Thu, 5 May 2022 02:56:02 +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: <1651719352.9a144e5eeae0ffc9599dc7a19743a20c9f7ebc91.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/matplotlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/matplotlib/matplotlib-3.4.3-r1.ebuild dev-python/matplotlib/matplotlib-3.5.1.ebuild X-VCS-Directories: dev-python/matplotlib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9a144e5eeae0ffc9599dc7a19743a20c9f7ebc91 X-VCS-Branch: master Date: Thu, 5 May 2022 02:56:02 +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: 2729cad7-d677-4b32-ac8e-daba5ae21ed9 X-Archives-Hash: 69a0828156fdf6c10ba5b0112f6781df commit: 9a144e5eeae0ffc9599dc7a19743a20c9f7ebc91 Author: Sam James gentoo org> AuthorDate: Thu May 5 02:55:46 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 5 02:55:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a144e5e dev-python/matplotlib: clean up more python deps Bug: https://bugs.gentoo.org/829011 Signed-off-by: Sam James gentoo.org> dev-python/matplotlib/matplotlib-3.4.3-r1.ebuild | 6 ++---- dev-python/matplotlib/matplotlib-3.5.1.ebuild | 4 +--- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/dev-python/matplotlib/matplotlib-3.4.3-r1.ebuild b/dev-python/matplotlib/matplotlib-3.4.3-r1.ebuild index 16b0f9e24cc5..c408acbf67fb 100644 --- a/dev-python/matplotlib/matplotlib-3.4.3-r1.ebuild +++ b/dev-python/matplotlib/matplotlib-3.4.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -71,9 +71,7 @@ RDEPEND=" >=www-servers/tornado-6.0.4[${PYTHON_USEDEP}] ) wxwidgets? ( - $(python_gen_cond_dep ' - dev-python/wxpython:*[${PYTHON_USEDEP}] - ') + dev-python/wxpython:*[${PYTHON_USEDEP}] ) " diff --git a/dev-python/matplotlib/matplotlib-3.5.1.ebuild b/dev-python/matplotlib/matplotlib-3.5.1.ebuild index a53f428ba641..457d1fb406bb 100644 --- a/dev-python/matplotlib/matplotlib-3.5.1.ebuild +++ b/dev-python/matplotlib/matplotlib-3.5.1.ebuild @@ -73,9 +73,7 @@ RDEPEND=" >=www-servers/tornado-6.0.4[${PYTHON_USEDEP}] ) wxwidgets? ( - $(python_gen_cond_dep ' - dev-python/wxpython:*[${PYTHON_USEDEP}] - ') + dev-python/wxpython:*[${PYTHON_USEDEP}] ) "