File: control

package info (click to toggle)
commonmark-bkrs 0.5.4%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,192 kB
  • sloc: python: 3,661; makefile: 29; sh: 8
file content (72 lines) | stat: -rw-r--r-- 3,348 bytes parent folder | download | duplicates (2)
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
60
61
62
63
64
65
66
67
68
69
70
71
72
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 (>= 10),
                     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.