Source: python-latexcodec
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Daniel Stender <stender@debian.org>
Build-Depends: debhelper (>= 9),
               dh-python,
               python3-all,
               python3-six,
               python3-setuptools,
               python3-nose,
               python-sphinx
# needs fix: build breaks with python3-sphinx
Standards-Version: 3.9.8
Homepage: https://github.com/mcmtroffaes/latexcodec
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-latexcodec.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-latexcodec.git
X-Python-Version: >= 3.3

Package: python3-latexcodec
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         ${sphinxdoc:Depends}
Description: LaTeX lexer and codec library for Python
 latexcodec is a Python library for converting from and into
 LaTeX encoding. It includes a codec module which contains classes
 and functions for LaTeX code translation, and a module for lexing
 LaTeX code, which includes general purpose base classes for
 incremental LaTeX decoders and encoders.
