summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-27 17:10:17 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-27 17:11:11 +0200
commita8ed39aa49d8ff44ccb4ee81beb8f55f171eb76e (patch)
tree5fdf06b69614a5494d4dc1b8a89986973125e078 /dev-python/matplotlib
parentdev-python/unearth: Bump to 0.15.3 (diff)
downloadgentoo-a8ed39aa49d8ff44ccb4ee81beb8f55f171eb76e.tar.gz
gentoo-a8ed39aa49d8ff44ccb4ee81beb8f55f171eb76e.tar.bz2
gentoo-a8ed39aa49d8ff44ccb4ee81beb8f55f171eb76e.zip
dev-python/matplotlib: Remove unused eclasses
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r--dev-python/matplotlib/matplotlib-3.9.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/matplotlib/matplotlib-3.9.0-r1.ebuild b/dev-python/matplotlib/matplotlib-3.9.0-r1.ebuild
index 87cf9eab3fb6..212f26811cac 100644
--- a/dev-python/matplotlib/matplotlib-3.9.0-r1.ebuild
+++ b/dev-python/matplotlib/matplotlib-3.9.0-r1.ebuild
@@ -8,7 +8,7 @@ DISTUTILS_USE_PEP517=meson-python
PYTHON_COMPAT=( pypy3 python3_{10..12} )
PYTHON_REQ_USE='tk?,threads(+)'
-inherit distutils-r1 flag-o-matic prefix pypi toolchain-funcs virtualx
+inherit distutils-r1 pypi virtualx
FT_PV=2.6.1
DESCRIPTION="Pure python plotting library with matlab like syntax"