1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
Source: manimpango
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Timo Röhling <roehling@debian.org>
Build-Depends:
debhelper-compat (= 13),
cython3,
dh-python,
dh-sequence-python3,
dh-sequence-sphinxdoc <!nodoc>,
furo <!nodoc>,
libpango1.0-dev,
pkgconf,
pybuild-plugin-pyproject,
python3-all-dev,
python3-pytest <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-setuptools,
python3-sphinx <!nodoc>,
python3-sphinxext-opengraph <!nodoc>,
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/python-team/packages/manimpango.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/manimpango
Homepage: https://manimpango.manim.community/
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild
Description: Pango bindings for the Manim animation engine
Manim is used to create precise animations programmatically, as demonstrated
in the videos of 3Blue1Brown. All animations are written as Python code and
rendered with the manim CLI tool.
Package: python3-manimpango
Architecture: any
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Description: ${source:Synopsis}
${source:Extended-Description}
.
This package provides the Pango bindings for Manim.
Package: python-manimpango-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: ${source:Synopsis} (documentation)
${source:Extended-Description}
.
This package provides the documentation of the Pango bindings for Manim.
|