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
|
Source: python-textile
Section: python
Priority: optional
Maintainer: Janos Guljas <janos@resenje.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
python (>= 2.6.6-3~),
python-html5lib,
python-pytest,
python-pytest-cov,
python-pytest-runner,
python-setuptools,
python3-all,
python3-html5lib,
python3-pytest,
python3-pytest-cov,
python3-pytest-runner,
python3-setuptools
Standards-Version: 3.9.8
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Homepage: https://github.com/textile/python-textile
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-textile.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-textile.git
Package: python-textile
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Suggests: python-html5lib, python-pil (>= 3.0), python-regex
Description: Python 2 parser for the Textile markup
Textile is an XHTML generator that uses a simple markup, similar
to the one you can find on most wikis.
.
This is a Python 2 module that implements a parser and generator
that supports the Textile markup syntax.
Package: python3-textile
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python3-html5lib, python3-pil (>= 3.0), python3-regex
Description: Python 3 parser for the Textile markup
Textile is an XHTML generator that uses a simple markup, similar
to the one you can find on most wikis.
.
This is a Python 3 module that implements a parser and generator
that supports the Textile markup syntax.
|