summaryrefslogtreecommitdiff
path: root/dev-python/matplotlib
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r--dev-python/matplotlib/matplotlib-3.10.7-r1.ebuild (renamed from dev-python/matplotlib/matplotlib-3.10.7.ebuild)23
-rw-r--r--dev-python/matplotlib/matplotlib-3.10.8-r1.ebuild (renamed from dev-python/matplotlib/matplotlib-3.10.8.ebuild)21
2 files changed, 27 insertions, 17 deletions
diff --git a/dev-python/matplotlib/matplotlib-3.10.7.ebuild b/dev-python/matplotlib/matplotlib-3.10.7-r1.ebuild
index de3f0e7ed39c..40055a5a915c 100644
--- a/dev-python/matplotlib/matplotlib-3.10.7.ebuild
+++ b/dev-python/matplotlib/matplotlib-3.10.7-r1.ebuild
@@ -30,9 +30,20 @@ SRC_URI+="
# Fonts: BitstreamVera, OFL-1.1
LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
IUSE="cairo excel gtk3 latex qt6 tk webagg wxwidgets"
+LATEX_DEPEND="
+ virtual/latex-base
+ app-text/dvipng
+ app-text/ghostscript-gpl
+ app-text/poppler[cairo,png,utils]
+ dev-texlive/texlive-fontsrecommended
+ dev-texlive/texlive-latexextra
+ dev-texlive/texlive-luatex
+ dev-texlive/texlive-xetex
+"
+
DEPEND="
media-libs/freetype:2
>=media-libs/qhull-2013:=
@@ -66,14 +77,7 @@ RDEPEND="
x11-libs/gtk+:3[introspection]
)
latex? (
- virtual/latex-base
- app-text/dvipng
- app-text/ghostscript-gpl
- app-text/poppler[utils]
- dev-texlive/texlive-fontsrecommended
- dev-texlive/texlive-latexextra
- dev-texlive/texlive-luatex
- dev-texlive/texlive-xetex
+ ${LATEX_DEPEND}
)
qt6? (
$(python_gen_cond_dep '
@@ -100,6 +104,7 @@ BDEPEND="
virtual/pkgconfig
test? (
$(python_gen_impl_dep 'tk')
+ ${LATEX_DEPEND}
dev-python/psutil[${PYTHON_USEDEP}]
dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
>=dev-python/tornado-6.0.4[${PYTHON_USEDEP}]
diff --git a/dev-python/matplotlib/matplotlib-3.10.8.ebuild b/dev-python/matplotlib/matplotlib-3.10.8-r1.ebuild
index aa410025025e..2160f6ce33b0 100644
--- a/dev-python/matplotlib/matplotlib-3.10.8.ebuild
+++ b/dev-python/matplotlib/matplotlib-3.10.8-r1.ebuild
@@ -33,6 +33,17 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
IUSE="cairo excel gtk3 latex qt6 tk webagg wxwidgets"
+LATEX_DEPEND="
+ virtual/latex-base
+ app-text/dvipng
+ app-text/ghostscript-gpl
+ app-text/poppler[cairo,png,utils]
+ dev-texlive/texlive-fontsrecommended
+ dev-texlive/texlive-latexextra
+ dev-texlive/texlive-luatex
+ dev-texlive/texlive-xetex
+"
+
DEPEND="
media-libs/freetype:2
>=media-libs/qhull-2013:=
@@ -66,14 +77,7 @@ RDEPEND="
x11-libs/gtk+:3[introspection]
)
latex? (
- virtual/latex-base
- app-text/dvipng
- app-text/ghostscript-gpl
- app-text/poppler[utils]
- dev-texlive/texlive-fontsrecommended
- dev-texlive/texlive-latexextra
- dev-texlive/texlive-luatex
- dev-texlive/texlive-xetex
+ ${LATEX_DEPEND}
)
qt6? (
$(python_gen_cond_dep '
@@ -100,6 +104,7 @@ BDEPEND="
virtual/pkgconfig
test? (
$(python_gen_impl_dep 'tk')
+ ${LATEX_DEPEND}
dev-python/psutil[${PYTHON_USEDEP}]
dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
>=dev-python/tornado-6.0.4[${PYTHON_USEDEP}]