File: control

package info (click to toggle)
pymarkups 4.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 276 kB
  • sloc: python: 1,156; sh: 7; makefile: 3
file content (40 lines) | stat: -rw-r--r-- 1,426 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
32
33
34
35
36
37
38
39
40
Source: pymarkups
Section: python
Priority: optional
Maintainer: Dmitry Shachnev <mitya57@debian.org>
Uploaders: Debian Python Team <team+python@tracker.debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               pybuild-plugin-pyproject,
               python3-all,
               python3-docutils (>= 0.17),
               python3-markdown,
               python3-mdx-math,
               python3-pygments,
               python3-setuptools (>= 77.0),
               python3-textile,
               python3-yaml
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/retext-project/pymarkups
Vcs-Git: https://salsa.debian.org/python-team/packages/pymarkups.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pymarkups

Package: python3-markups
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: python3-docutils,
            python3-markdown,
            python3-mdx-math,
            python3-pygments,
            python3-textile,
            python3-yaml
Suggests: node-mathjax-full
Description: Wrapper around various text markups, implemented in Python 3
 This module provides a wrapper around various text markup languages.
 .
 Available by default are Markdown, reStructuredText and Textile, but you
 can easily add your own markups.
 .
 It is also possible to implement custom markups (inherited from AbstractMarkup
 class).