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 3A4001581D3 for ; Mon, 27 May 2024 15:11:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF2B1E2A10; Mon, 27 May 2024 15:11:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4BE4FE2A10 for ; Mon, 27 May 2024 15:11:18 +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 7CEB533BEA5 for ; Mon, 27 May 2024 15:11:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B18D51161 for ; Mon, 27 May 2024 15:11:15 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1716822666.2d46ec55c35452f6adadba30f539eae947340181.mgorny@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.8.4-r1.ebuild dev-python/matplotlib/matplotlib-3.8.4.ebuild dev-python/matplotlib/matplotlib-3.9.0-r1.ebuild dev-python/matplotlib/matplotlib-3.9.0.ebuild X-VCS-Directories: dev-python/matplotlib/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2d46ec55c35452f6adadba30f539eae947340181 X-VCS-Branch: master Date: Mon, 27 May 2024 15:11:15 +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: 5e0a2b11-101c-42cf-83f0-c7eaea6dc0bb X-Archives-Hash: 04e88b3e2f10d0cfbd46e3a08bd2c97d commit: 2d46ec55c35452f6adadba30f539eae947340181 Author: Michał Górny gentoo org> AuthorDate: Mon May 27 15:01:40 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 27 15:11:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d46ec55 dev-python/matplotlib: Depend on dev-python/numpy:= Closes: https://bugs.gentoo.org/932847 Signed-off-by: Michał Górny gentoo.org> .../{matplotlib-3.8.4.ebuild => matplotlib-3.8.4-r1.ebuild} | 9 ++++++--- .../{matplotlib-3.9.0.ebuild => matplotlib-3.9.0-r1.ebuild} | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/dev-python/matplotlib/matplotlib-3.8.4.ebuild b/dev-python/matplotlib/matplotlib-3.8.4-r1.ebuild similarity index 99% rename from dev-python/matplotlib/matplotlib-3.8.4.ebuild rename to dev-python/matplotlib/matplotlib-3.8.4-r1.ebuild index 734778e897fe..013a4c6206a7 100644 --- a/dev-python/matplotlib/matplotlib-3.8.4.ebuild +++ b/dev-python/matplotlib/matplotlib-3.8.4-r1.ebuild @@ -32,14 +32,19 @@ SLOT="0" KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos" IUSE="cairo doc excel gtk3 latex qt5 tk webagg wxwidgets" +DEPEND=" + >=dev-python/numpy-1.25:=[${PYTHON_USEDEP}] + media-libs/freetype:2 + >=media-libs/qhull-2013:= +" # internal copy of pycxx highly patched # dev-python/pycxx RDEPEND=" + ${DEPEND} >=dev-python/contourpy-1.0.1[${PYTHON_USEDEP}] >=dev-python/cycler-0.10.0-r1[${PYTHON_USEDEP}] >=dev-python/fonttools-4.22.0[${PYTHON_USEDEP}] >=dev-python/kiwisolver-1.3.1[${PYTHON_USEDEP}] - >=dev-python/numpy-1.25[${PYTHON_USEDEP}] >=dev-python/packaging-20.0[${PYTHON_USEDEP}] >=dev-python/pillow-8[jpeg,webp,${PYTHON_USEDEP}] >=dev-python/pyparsing-2.3.1[${PYTHON_USEDEP}] @@ -47,9 +52,7 @@ RDEPEND=" >=dev-python/pytz-2019.3[${PYTHON_USEDEP}] media-fonts/dejavu media-fonts/stix-fonts - media-libs/freetype:2 media-libs/libpng:0 - >=media-libs/qhull-2013:= virtual/imagemagick-tools[jpeg,tiff] cairo? ( dev-python/cairocffi[${PYTHON_USEDEP}] diff --git a/dev-python/matplotlib/matplotlib-3.9.0.ebuild b/dev-python/matplotlib/matplotlib-3.9.0-r1.ebuild similarity index 99% rename from dev-python/matplotlib/matplotlib-3.9.0.ebuild rename to dev-python/matplotlib/matplotlib-3.9.0-r1.ebuild index 21fdd234f0a5..87cf9eab3fb6 100644 --- a/dev-python/matplotlib/matplotlib-3.9.0.ebuild +++ b/dev-python/matplotlib/matplotlib-3.9.0-r1.ebuild @@ -35,6 +35,7 @@ IUSE="cairo excel gtk3 latex qt5 tk webagg wxwidgets" DEPEND=" media-libs/freetype:2 >=media-libs/qhull-2013:= + >=dev-python/numpy-1.25:=[${PYTHON_USEDEP}] " # internal copy of pycxx highly patched # dev-python/pycxx @@ -44,7 +45,6 @@ RDEPEND=" >=dev-python/cycler-0.10.0-r1[${PYTHON_USEDEP}] >=dev-python/fonttools-4.22.0[${PYTHON_USEDEP}] >=dev-python/kiwisolver-1.3.1[${PYTHON_USEDEP}] - >=dev-python/numpy-1.25[${PYTHON_USEDEP}] >=dev-python/packaging-20.0[${PYTHON_USEDEP}] >=dev-python/pillow-8[jpeg,webp,${PYTHON_USEDEP}] >=dev-python/pyparsing-2.3.1[${PYTHON_USEDEP}]