media-video/manimgl: drop 1.7.1, add 1.7.2, update 9999

Signed-off-by: Henri Gasc <gasc@eurecom.fr>
This commit is contained in:
Henri Gasc
2024-12-14 20:48:17 +01:00
parent b40354ecb7
commit 2fe759a1a5
4 changed files with 19 additions and 39 deletions

View File

@@ -1 +1 @@
DIST manimgl-1.7.1.gh.tar.gz 1044396 BLAKE2B 7021b20445ef9fdd2ffc718cd0bcc27cd5f0c9d8be7d03fc4fdbd854ff6a53fe4c6a1bb3e04b14a3eae8f169b2a2f18f3a091c32ff175ffd045b7033c0a96aa6 SHA512 ed55ef466fc92a893948159fc84c0ca50b4f5ec54c2482ba81eda04df2d83660598c4e3b438d58ca9e73842baba5b7ff009811c4f85212b4e56a020e8613adf5
DIST manimgl-1.7.2.gh.tar.gz 1045244 BLAKE2B 680a4f8d09e1d97519a8c072f201468508a32c7f43a5f80bc33b0659dfd50a19c30984fc6bc781b139930df6673e2719d603af7e87665447efd522464611238c SHA512 f803e12bcb352239d6de51b37c15e9e8ca6e3b401dc7f01b51b6392a519bd4a0682ff1af0cfc527e2568cb197bc27b57c364db248452e867e4179c257ce6f9bd

View File

@@ -1,26 +0,0 @@
Remove the dependency on pyrr
https://github.com/3b1b/manim/pull/2256
diff --git a/manimlib/camera/camera_frame.py b/manimlib/camera/camera_frame.py
index 648d55cdba..62ca4935c2 100644
--- a/manimlib/camera/camera_frame.py
+++ b/manimlib/camera/camera_frame.py
@@ -5,7 +5,6 @@
import numpy as np
from scipy.spatial.transform import Rotation
-from pyrr import Matrix44
from manimlib.constants import DEGREES, RADIANS
from manimlib.constants import FRAME_SHAPE
diff --git a/requirements.txt b/requirements.txt
index 0737d3fc5d..161fbd9816 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -13,7 +13,6 @@ pydub
pygments
PyOpenGL
pyperclip
-pyrr
pyyaml
rich
scipy

View File

@@ -30,10 +30,11 @@ fi
LICENSE="MIT"
SLOT="0"
PATCHES=( "${FILESDIR}/drop-pyrr.patch" )
RDEPEND="
dev-python/addict[${PYTHON_USEDEP}]
dev-python/appdirs[${PYTHON_USEDEP}]
dev-python/colour[${PYTHON_USEDEP}]
dev-python/diskcache[${PYTHON_USEDEP}]
>=dev-python/ipython-8.18.0[${PYTHON_USEDEP}]
dev-python/isosurfaces[${PYTHON_USEDEP}]
dev-python/fonttools[${PYTHON_USEDEP}]
@@ -72,8 +73,10 @@ DEPEND="${RDEPEND}"
python_install_all() {
default
docinto examples
dodoc example_scenes.py
dodoc docs/example.py
docompress -x /usr/share/doc/${PF}/examples
if use doc; then
docinto examples
dodoc example_scenes.py
dodoc docs/example.py
docompress -x /usr/share/doc/${PF}/examples
fi
}

View File

@@ -30,10 +30,11 @@ fi
LICENSE="MIT"
SLOT="0"
PATCHES=( "${FILESDIR}/drop-pyrr.patch" )
RDEPEND="
dev-python/addict[${PYTHON_USEDEP}]
dev-python/appdirs[${PYTHON_USEDEP}]
dev-python/colour[${PYTHON_USEDEP}]
dev-python/diskcache[${PYTHON_USEDEP}]
>=dev-python/ipython-8.18.0[${PYTHON_USEDEP}]
dev-python/isosurfaces[${PYTHON_USEDEP}]
dev-python/fonttools[${PYTHON_USEDEP}]
@@ -72,8 +73,10 @@ DEPEND="${RDEPEND}"
python_install_all() {
default
docinto examples
dodoc example_scenes.py
dodoc docs/example.py
docompress -x /usr/share/doc/${PF}/examples
if use doc; then
docinto examples
dodoc example_scenes.py
dodoc docs/example.py
docompress -x /usr/share/doc/${PF}/examples
fi
}