mbox series

[bug#50505,v3,00/13] Add python-manim and its missing dependencies

Message ID 20220101235155.5754-1-daniel.meissner-i4k@ruhr-uni-bochum.de
Headers show
Series Add python-manim and its missing dependencies | expand

Message

Daniel Meißner Jan. 1, 2022, 11:51 p.m. UTC
Hi Liliana, hi Xinglu,

I have adapted the patch set to the new input field style and I would be very
happy if you could, once more, review the patches and push them to master if
they look fine to you.

Thanks,
Daniel

Daniel Meißner (13):
  gnu: Add python-cloup.
  gnu: Add python-cloup-0.7.
  gnu: Add python-glcontext.
  gnu: Add python-moderngl.
  gnu: Add python-pyglet.
  gnu: Add python-multipledispatch.
  gnu: Add python-pyrr.
  gnu: Add python-screeninfo.
  gnu: Add python-moderngl-window.
  gnu: Add python-manimpango.
  gnu: Add python-mapbox-earcut.
  gnu: Add python-screeninfo-0.6.
  gnu: Add python-manim 0.9.0.

 gnu/local.mk                                  |   3 +
 .../python-manimpango-remove-manim-dep.patch  | 172 ++++++++++
 .../python-moderngl-window-skip-tests.patch   | 146 +++++++++
 gnu/packages/python-science.scm               |  88 +++++
 gnu/packages/python-xyz.scm                   | 303 ++++++++++++++++++
 5 files changed, 712 insertions(+)
 create mode 100644 gnu/packages/patches/python-manimpango-remove-manim-dep.patch
 create mode 100644 gnu/packages/patches/python-moderngl-window-skip-tests.patch