diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-10-18 19:14:06 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-10-18 19:14:06 +0000 |
| commit | e6fc564c40d23f49a149fdae8513f6d0309ec47a (patch) | |
| tree | 3fe00b469936a030ce8caec8af8ba21f23e4c225 /dev-python/matplotlib/matplotlib-3.10.7.ebuild | |
| parent | ba4c1875f8c9ddf19f301d06ec0b76f59ea23a2a (diff) | |
| download | baldeagleos-repo-e6fc564c40d23f49a149fdae8513f6d0309ec47a.tar.gz baldeagleos-repo-e6fc564c40d23f49a149fdae8513f6d0309ec47a.tar.xz baldeagleos-repo-e6fc564c40d23f49a149fdae8513f6d0309ec47a.zip | |
Adding metadata
Diffstat (limited to 'dev-python/matplotlib/matplotlib-3.10.7.ebuild')
| -rw-r--r-- | dev-python/matplotlib/matplotlib-3.10.7.ebuild | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dev-python/matplotlib/matplotlib-3.10.7.ebuild b/dev-python/matplotlib/matplotlib-3.10.7.ebuild index a3a1c42683a1..324774c23199 100644 --- a/dev-python/matplotlib/matplotlib-3.10.7.ebuild +++ b/dev-python/matplotlib/matplotlib-3.10.7.ebuild @@ -5,6 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=meson-python +PYPI_VERIFY_REPO=https://github.com/matplotlib/matplotlib PYTHON_COMPAT=( python3_{10..14} ) PYTHON_REQ_USE='tk?,threads(+)' @@ -223,6 +224,12 @@ python_test() { tests/test_constrainedlayout.py::test_compressed1 ) ;; + python3.14) + EPYTEST_DESELECT+=( + # some minor asyncio trouble + tests/test_backends_interactive.py::test_webagg + ) + ;; esac case ${ABI} in |
