summaryrefslogtreecommitdiff
path: root/dev-python/matplotlib
AgeCommit message (Collapse)Author
2026-01-09dev-python/matplotlib: Stabilize 3.10.7-r1 x86, #966973Eli Schwartz
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
2026-01-09dev-python/matplotlib: backport x86 deselects to older releasesEli Schwartz
It was initially reported for the sake of the old version anyway, to unblock a stablereq. Bug: https://bugs.gentoo.org/968122 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
2026-01-06dev-python/matplotlib: Skip failing tests on x86Michał Górny
Closes: https://bugs.gentoo.org/968122 Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-12-31dev-python/matplotlib: drop oldEli Schwartz
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
2025-12-31dev-python/matplotlib: Stabilize 3.10.3 arm, #956951Eli Schwartz
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
2025-12-28dev-python/matplotlib: Stabilize 3.10.7-r1 arm64, #966973Eli Schwartz
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
2025-12-28dev-python/matplotlib: Stabilize 3.10.7-r1 ppc64, #966973Eli Schwartz
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
2025-12-17dev-python/matplotlib: Stabilize 3.10.7-r1 arm, #966973Eli Schwartz
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
2025-12-17dev-python/matplotlib: require poppler's cairo/png supportEli Schwartz
It is used for pdftops and pdftocairo. For the latter: """ Matplotlib's pgf support requires a recent LaTeX_ installation that includes the TikZ/PGF packages (such as TeXLive_), preferably with XeLaTeX or LuaLaTeX installed. If either pdftocairo or ghostscript is present on your system, figures can optionally be saved to PNG images as well. The executables for all applications must be located on your :envvar:`PATH`. """ This naturally fails if PNG support in poppler is disabled. The failure is non-obvious -- subprocess.run fails, and stdout (not stderr) simply contains the pdftocairo --help text. Careful inspection shows it does not support the `-png` option in its argparse routine, not even to immediately raise an "error: png support not available". :/ The cairo support should be enabled too; that has a more obvious failure mode (pdftocairo won't exist). Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
2025-12-17dev-python/matplotlib: force latex dependencies as test deps tooEli Schwartz
This USE="latex" is essentially IUSE_RUNTIME, installing the packages at any time suffices to make latex work. The tests also test this support, and cannot effectively skip them when texlive-core is installed but the specific used packages aren't. Result: nasty inexplicable test failures. Simplify testing dramatically by forcing latex tests to run and do so correctly. Closes: https://bugs.gentoo.org/786600 Acked-by: Sam James <sam@gentoo.org> Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
2025-12-11dev-python/matplotlib: Bump to 3.10.8Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-12-07dev-python/matplotlib: Stabilize 3.10.7 amd64, #966973Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-12-02dev-python/matplotlib: Stabilize 3.10.7 ppc, #966973Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-10-18dev-python/matplotlib: Enable provenance checkMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-10-18dev-python/matplotlib: Enable py3.14Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-10-09dev-python/matplotlib: Bump to 3.10.7Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-09-02*/*: destable sparcArthur Zamarin
Result of running the command: grep --include="*.ebuild" -r . -e 'KEYWORDS=.*[" ]sparc' -l | xargs ekeyword ~sparc Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-08-30dev-python/matplotlib: Bump to 3.10.6Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-08-01dev-python/matplotlib: Bump to 3.10.5Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-07-13dev-python/matplotlib: Stabilize 3.10.3 sparc, #956951Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-07-09dev-python/matplotlib: Stabilize 3.10.3 ppc, #956951Viorel Munteanu
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
2025-06-05dev-python/matplotlib: Stabilize 3.10.3 amd64, #956951Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-05dev-python/matplotlib: Stabilize 3.10.3 x86, #956951Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-05-31dev-python/matplotlib: Stabilize 3.10.3 arm64, #956951Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-05-31dev-python/matplotlib: Stabilize 3.10.3 ppc64, #956951Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-05-10dev-python/matplotlib: Bump to 3.10.3Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-05-10dev-python/matplotlib: Remove oldMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-05-10dev-python/matplotlib: Stabilize 3.10.1 ppc, #947427Michał Górny
The tests are completely broken at this point anyway. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-05-10dev-python/matplotlib: Fix install hack for pyvenv.cfg moveMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-05-03dev-python/matplotlib: remove unused patchMichael Mair-Keimberger
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Part-of: https://github.com/gentoo/gentoo/pull/41906 Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-03-19dev-python/matplotlib: Remove oldMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-03-19dev-python/matplotlib: Stabilize 3.10.1 sparc, #947427Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-03-19dev-python/matplotlib: Stabilize 3.10.1 arm, #947427Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-03-19dev-python/matplotlib: Stabilize 3.10.1 amd64, #947427Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-03-19dev-python/matplotlib: Stabilize 3.10.1 arm64, #947427Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-03-19dev-python/matplotlib: Stabilize 3.10.1 x86, #947427Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-03-19dev-python/matplotlib: Add deselects for more platformsMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-03-15dev-python/matplotlib: Stabilize 3.10.1 ppc64, #947427Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-02-28dev-python/matplotlib: Bump to 3.10.1Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-02-23dev-python/matplotlib: Enable pypy3.11Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-02-03dev-python/pyside6: rename to dev-python/pysideNowa Ammerlaan
Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
2025-01-22dev-python/matplotlib: drop 3.9.1, 3.9.3Andreas Sturmlechner
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2025-01-04dev-python/matplotlib: Stabilize 3.10.0 ppc64, #947427Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-12-28dev-python/matplotlib: Stabilize 3.9.4 amd64, #947074Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-12-28dev-python/matplotlib: Stabilize 3.9.4 x86, #947074Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-12-14dev-python/matplotlib: drop 3.10.0_rc1Nowa Ammerlaan
Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
2024-12-14dev-python/matplotlib: add 3.10.0Nowa Ammerlaan
Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
2024-12-14dev-python/matplotlib: Bump to 3.9.4Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-12-01dev-python/matplotlib: Bump to 3.9.3Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-11-23Rename dev-python/{PyQt6 → pyqt6}Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>