File: control

package info (click to toggle)
mistune 0.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 660 kB
  • ctags: 250
  • sloc: python: 1,246; makefile: 34
file content (29 lines) | stat: -rw-r--r-- 1,138 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
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: 3.9.8
Homepage: https://github.com/lepture/mistune
Build-Depends: debhelper (>= 9), 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://anonscm.debian.org/git/python-modules/packages/mistune.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/mistune.git

Package: python-mistune
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: Markdown parser for Python 2
 The fastest markdown parser in pure Python, inspired by marked.
 .
 This package installs the library for Python 2.

Package: python3-mistune
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Markdown parser for Python 3
 The fastest markdown parser in pure Python, inspired by marked.
 .
 This package installs the library for Python 3.