summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/python-matplotlib-fix-legend-loc-best-test.patch
AgeCommit message (Collapse)Author
2026-01-25gnu: python-matplotlib: Update to 3.10.8.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-matplotlib): Update to 3.10.8. [source]: Fetch from git and delete patches. [#:configure-flags]: New argument. [#:test-flags]: Consolidate all test arguments here, adding "-n" and "--pyargs". Update skipped tests regexps. [#:phases] {fix-and-disable-failing-tests}: Rename to... {patch-commands}: ... this, and streamline phase. {patch-dlopen}: Update patched file name. {configure-environment}: Streamline. {chdir}: New phase. [native-inputs]: Add meson-python. * gnu/packages/patches/python-matplotlib-fix-legend-loc-best-test.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it. Change-Id: Ib002aae96559efa625d2059c783536f77f4170a5 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2024-08-31gnu: python-matplotlib: Fix flaky Legend loc test.Josselin Poiret
* gnu/packages/patches/python-matplotlib-fix-legend-loc-best-test.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/python-xyz.scm (python-matplotlib): Use it. Change-Id: I0b488844d7b34a718b7294134b8c954492c9b697