Source: python-pylatex
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Pulak Bhushan <pulakbhushan@gmail.com>,
           Yogeswaran Umasankar <kd8mbd@gmail.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               python3-setuptools,
               dh-sequence-python3,
               python3-all,
               python3-ordered-set,
               twine,
               python3-numpy,
               python3-matplotlib,
               python3-quantities,
               python3-pytest <!nocheck>,
               latexmk <!nocheck>,
               texlive-latex-extra <!nocheck>,
               lmodern <!nocheck>
Build-Depends-Indep: python3-sphinx <!nodoc>,
                     python3-sphinx-rtd-theme <!nodoc>,
                     python3-doc <!nodoc>
Standards-Version: 4.6.2
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: ${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.
