Source: commonmark-bkrs
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Jerome Benoit <calculus@rezozer.net>
Build-Depends:
Build-Depends-Indep: debhelper (>= 9),
                     dh-python,
                     help2man,
                     python-all,
                     python-docutils,
                     python-setuptools,
                     python3-all,
                     python3-docutils,
                     python3-setuptools
Standards-Version: 3.9.8
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.2
Homepage: https://github.com/rolandshoemaker/CommonMark-py
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/commonmark-bkrs.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/commonmark-bkrs.git

Package: python-commonmark-bkrs
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Suggests: python-commonmark-bkrs-doc (= ${source:Version})
Description: Python parser for the CommonMark Markdown spec -- Python
 Pure Python port of `jgm''s CommonMark, a Markdown parser and renderer for the
 CommonMark (http://commonmark.org) specification, using only native modules.
 .
 This provides the CommonMark-py Python package as developed by Bibek Kafle and
 Roland Shoemaker (BKRS). After release 0.5.4, their project moved to `Read the
 Docs' (http://readthedocs.org) and major changes broke compatibility. However
 some Python packages may still depend on their last implementation, hence this
 Debian package which is meant to smooth the transition.
 .
 This package installs the library for Python 2.

Package: python3-commonmark-bkrs
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-commonmark-bkrs-doc (= ${source:Version})
Description: Python parser for the CommonMark Markdown spec -- Python 3
 Pure Python port of `jgm''s CommonMark, a Markdown parser and renderer for the
 CommonMark (http://commonmark.org) specification, using only native modules.
 .
 This provides the CommonMark-py Python package as developed by Bibek Kafle and
 Roland Shoemaker (BKRS). After release 0.5.4, their project moved to `Read the
 Docs' (http://readthedocs.org) and major changes broke compatibility. However
 some Python packages may still depend on their last implementation, hence this
 Debian package which is meant to smooth the transition.
 .
 This package installs the library for Python 3.

Package: python-commonmark-bkrs-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: www-browser
Enhances: python-commonmark-bkrs (= ${source:Version}),
          python3-commonmark-bkrs (= ${source:Version})
Description: Python parser for the CommonMark Markdown spec -- doc
 Pure Python port of `jgm''s CommonMark, a Markdown parser and renderer for the
 CommonMark (http://commonmark.org) specification, using only native modules.
 .
 This provides the CommonMark-py Python package as developed by Bibek Kafle and
 Roland Shoemaker (BKRS). After release 0.5.4, their project moved to `Read the
 Docs' (http://readthedocs.org) and major changes broke compatibility. However
 some Python packages may still depend on their last implementation, hence this
 Debian package which is meant to smooth the transition.
 .
 This is the common documentation package.
