File: control

package info (click to toggle)
python-textile 1%3A4.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 460 kB
  • sloc: python: 2,791; makefile: 17; sh: 7
file content (31 lines) | stat: -rw-r--r-- 1,140 bytes parent folder | download
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
Source: python-textile
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Dmitry Shachnev <mitya57@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               pybuild-plugin-pyproject,
               python3-all,
               python3-nh3,
               python3-pytest,
               python3-pytest-cov,
               python3-setuptools,
               python3-setuptools-scm
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/textile/python-textile
Vcs-Git: https://salsa.debian.org/python-team/packages/python-textile.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-textile

Package: python3-textile
Architecture: all
Depends: python3-nh3, ${misc:Depends}, ${python3:Depends}
Recommends: python3-regex
Suggests: python3-pil
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.