commit: 47f16ed50467ce15a5f321f55f97e2b56bfbf450
Author: Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Sat Nov 2 12:19:49 2024 +0000
Commit: Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Sat Nov 2 12:21:54 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=47f16ed5
media-video/manimgl: Update dependencies
Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>
media-video/manimgl/manimgl-9999.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/media-video/manimgl/manimgl-9999.ebuild
b/media-video/manimgl/manimgl-9999.ebuild
index 20aa34a5d..62b1af845 100644
--- a/media-video/manimgl/manimgl-9999.ebuild
+++ b/media-video/manimgl/manimgl-9999.ebuild
@@ -14,7 +14,7 @@ DOCS_DEPEND="
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
-inherit distutils-r1 git-r3 docs
+inherit distutils-r1 docs git-r3
DESCRIPTION="Animation engine for explanatory math videos"
HOMEPAGE="https://github.com/3b1b/manim https://pypi.org/project/manimgl/"
@@ -32,10 +32,10 @@ SLOT="0"
RDEPEND="
dev-python/colour[${PYTHON_USEDEP}]
- dev-python/ipython[${PYTHON_USEDEP}]
+ >=dev-python/ipython-8.18.0[${PYTHON_USEDEP}]
dev-python/isosurfaces[${PYTHON_USEDEP}]
- =dev-python/ManimPango-0.4*[${PYTHON_USEDEP}]
- dev-python/mapbox-earcut[${PYTHON_USEDEP}]
+ dev-python/fonttools[${PYTHON_USEDEP}]
+ >=dev-python/ManimPango-0.6.0[${PYTHON_USEDEP}]
dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/moderngl[${PYTHON_USEDEP}]
dev-python/moderngl-window[${PYTHON_USEDEP}]