File: control

package info (click to toggle)
pymdown-extensions 9.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,172 kB
  • sloc: python: 47,638; javascript: 775; sh: 8; makefile: 3
file content (33 lines) | stat: -rw-r--r-- 1,371 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
Source: pymdown-extensions
Section: python
Priority: optional
Maintainer: Sandro Tosi <morph@debian.org>
Uploaders: Debian Python Team <team+python@tracker.debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-python,
               pybuild-plugin-pyproject,
               python3-all,
               python3-hatchling,
               python3-markdown <!nocheck>,
               python3-pygments (>= 2.12) <!nocheck>,
               python3-pytest <!nocheck>,
               python3-setuptools,
               python3-yaml <!nocheck>,
Standards-Version: 4.6.1
Testsuite: autopkgtest-pkg-python
Homepage: https://github.com/facelessuser/pymdown-extensions
Vcs-Git: https://salsa.debian.org/python-team/packages/pymdown-extensions.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pymdown-extensions
Rules-Requires-Root: no

Package: python3-pymdownx
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Recommends: ${python3:Recommends},
Suggests: ${python3:Suggests},
Description: Extension pack for Python Markdown
 PyMdown Extensions is a collection of extensions for Python Markdown. They were
 originally written to make writing documentation more enjoyable. They cover a
 wide range of solutions, and while not every extension is needed by all people,
 there is usually at least one useful extension for everybody.