commit:     2d46ec55c35452f6adadba30f539eae947340181
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 27 15:01:40 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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}]

Reply via email to