diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-03-20 08:56:18 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-03-20 08:56:18 +0000 |
| commit | a4ba7e428342eb91e7e06afd240c5618c96e03d0 (patch) | |
| tree | aeede425a280537996a45a3538e80b4f067ac166 /dev-python/matplotlib/matplotlib-3.10.1.ebuild | |
| parent | 31d4271c74f4334c8c37de8b6c5fd2634084bb76 (diff) | |
| download | baldeagleos-repo-a4ba7e428342eb91e7e06afd240c5618c96e03d0.tar.gz baldeagleos-repo-a4ba7e428342eb91e7e06afd240c5618c96e03d0.tar.xz baldeagleos-repo-a4ba7e428342eb91e7e06afd240c5618c96e03d0.zip | |
Adding metadata
Diffstat (limited to 'dev-python/matplotlib/matplotlib-3.10.1.ebuild')
| -rw-r--r-- | dev-python/matplotlib/matplotlib-3.10.1.ebuild | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/dev-python/matplotlib/matplotlib-3.10.1.ebuild b/dev-python/matplotlib/matplotlib-3.10.1.ebuild index 610a46559736..66acfc29071f 100644 --- a/dev-python/matplotlib/matplotlib-3.10.1.ebuild +++ b/dev-python/matplotlib/matplotlib-3.10.1.ebuild @@ -29,7 +29,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" DEPEND=" @@ -261,7 +261,20 @@ python_test() { 'tests/test_text.py::test_parse_math' 'tests/test_text.py::test_parse_math_rcparams' ) - ;& + ;; + arm) + EPYTEST_DESELECT+=( + tests/test_backend_ps.py::test_savefig_to_stringio + # too large for 32-bit platforms + 'tests/test_axes.py::test_psd_csd[png]' + ) + ;; + sparc64) + EPYTEST_DESELECT+=( + tests/test_backend_pgf.py::test_pdf_pages_metadata_check + tests/test_backend_pgf.py::test_minus_signs_with_tex + ) + ;; alpha|arm|m68k|o32|ppc|s390|sh|sparc|x86) EPYTEST_DESELECT+=( # too large for 32-bit platforms |
