Source: mistune
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Julien Puydt <julien.puydt@laposte.net>,
           Tristan Seligmann <mithrandi@debian.org>
Section: python
Priority: optional
Standards-Version: 4.1.3
Homepage: https://github.com/lepture/mistune
Build-Depends: debhelper (>= 10), dh-python, python, python-setuptools, python-nose, python3, python3-setuptools, python3-nose
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.2
Vcs-Git: https://salsa.debian.org/python-team/modules/mistune.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/mistune

Package: python-mistune
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: Markdown parser for Python 2
 A fast markdown parser in pure Python, inspired by marked, also providing
 renderer features.
 .
 This package installs the library for Python 2.

Package: python3-mistune
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Markdown parser for Python 3
 A fast markdown parser in pure Python, inspired by marked, also providing
 renderer features.
 .
 This package installs the library for Python 3.
