summaryrefslogtreecommitdiff
path: root/dev-python/matplotlib
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-01-09 20:01:22 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-01-09 20:01:22 +0000
commit2e53daf1e0021c6061113be936ef57fcdd3c2048 (patch)
tree47b5664b6b0fdac1aa05431f2f3d3bb5b3d7f1c6 /dev-python/matplotlib
parenta37a4d621a482875d32fb10b2b640d82223df815 (diff)
downloadbaldeagleos-repo-2e53daf1e0021c6061113be936ef57fcdd3c2048.tar.gz
baldeagleos-repo-2e53daf1e0021c6061113be936ef57fcdd3c2048.tar.xz
baldeagleos-repo-2e53daf1e0021c6061113be936ef57fcdd3c2048.zip
Adding metadata
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r--dev-python/matplotlib/matplotlib-3.10.7-r1.ebuild15
1 files changed, 13 insertions, 2 deletions
diff --git a/dev-python/matplotlib/matplotlib-3.10.7-r1.ebuild b/dev-python/matplotlib/matplotlib-3.10.7-r1.ebuild
index ae0aafcce16b..65d13af69860 100644
--- a/dev-python/matplotlib/matplotlib-3.10.7-r1.ebuild
+++ b/dev-python/matplotlib/matplotlib-3.10.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -30,7 +30,7 @@ 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="
@@ -286,6 +286,17 @@ python_test() {
tests/test_backend_pgf.py::test_minus_signs_with_tex
)
;;
+ x86)
+ EPYTEST_DESELECT+=(
+ 'tests/test_tightlayout.py::test_tight_layout2[png]'
+ 'tests/test_patches.py::test_wedge_range[pdf]'
+ 'tests/test_tightlayout.py::test_tight_layout3[png]'
+ 'tests/test_quiver.py::test_barbs[png]'
+ 'tests/test_axes.py::test_fill_between_interpolate_decreasing[png]'
+ # too large for 32-bit platforms
+ 'tests/test_axes.py::test_psd_csd[png]'
+ )
+ ;;
alpha|arm|m68k|o32|ppc|s390|sh|sparc|x86)
EPYTEST_DESELECT+=(
# too large for 32-bit platforms