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 56 57 58 59
|
Source: python-pylatex
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Yogeswaran Umasankar <yogu@debian.org>,
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
latexmk <!nocheck>,
lmodern <!nocheck>,
python3-all,
python3-matplotlib,
python3-numpy,
python3-ordered-set,
python3-pytest <!nocheck>,
python3-quantities,
python3-setuptools,
python3-versioneer,
texlive-latex-extra <!nocheck>,
twine,
Build-Depends-Indep:
python3-doc <!nodoc>,
python3-sphinx <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pylatex
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pylatex.git
Homepage: https://github.com/JelteF/PyLaTeX
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild
Package: python3-pylatex
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Pre-Depends:
${misc:Pre-Depends},
Description: Python library for creating LaTeX files and snippets
PyLaTeX is a Python library for creating and compiling LaTeX files or
snippets. The goal of this library is being an easy, but extensible
interface between Python and LaTeX.
Package: python-pylatex-doc
Architecture: all
Section: doc
Depends:
python-matplotlib-doc,
python-numpy-doc,
${misc:Depends},
${sphinxdoc:Depends},
Multi-Arch: foreign
Description: Documentation for python-pylatex
PyLaTeX is a Python library for creating and compiling LaTeX files or
snippets. The goal of this library is being an easy, but extensible
interface between Python and LaTeX.
.
This package contains documentation for PyLaTeX.
|