summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-27 17:01:40 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-27 17:11:06 +0200
commit2d46ec55c35452f6adadba30f539eae947340181 (patch)
tree38858c4e88d2c9d89e55bdc71ce3a513c9c9440b /dev-python/matplotlib
parentnet-dns/djbdns: 1.05-r40 (diff)
downloadgentoo-2d46ec55c35452f6adadba30f539eae947340181.tar.gz
gentoo-2d46ec55c35452f6adadba30f539eae947340181.tar.bz2
gentoo-2d46ec55c35452f6adadba30f539eae947340181.zip
dev-python/matplotlib: Depend on dev-python/numpy:=
Closes: https://bugs.gentoo.org/932847 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r--dev-python/matplotlib/matplotlib-3.8.4-r1.ebuild (renamed from dev-python/matplotlib/matplotlib-3.8.4.ebuild)9
-rw-r--r--dev-python/matplotlib/matplotlib-3.9.0-r1.ebuild (renamed from dev-python/matplotlib/matplotlib-3.9.0.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
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
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}]