File: control

package info (click to toggle)
mkdocstrings-python-legacy 0.2.7-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 536 kB
  • sloc: python: 907; makefile: 29; sh: 17; javascript: 13
file content (41 lines) | stat: -rw-r--r-- 1,393 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
41
Source: mkdocstrings-python-legacy
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Carsten Schoenert <c.schoenert@t-online.de>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
Build-Depends-Indep:
 mkdocs <!nocheck> <!nodoc>,
 mkdocs-autorefs <!nocheck> <!nodoc>,
 mkdocs-material <!nocheck> <!nodoc>,
 mkdocstrings (>= 0.28.3) <!nocheck> <!nodoc>,
 python3-pdm-backend,
 python3-pygments (>= 2.12) <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytkdocs,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/mkdocstrings-python-legacy
Vcs-Git: https://salsa.debian.org/python-team/packages/mkdocstrings-python-legacy.git
Homepage: https://github.com/mkdocstrings/python-legacy

Package: mkdocstrings-python-legacy
Architecture: all
Conflicts:
 mkdocstrings-python-handlers,
Depends:
 mkdocstrings (>> 0.19.0-1),
 ${misc:Depends},
 ${python3:Depends},
Description: Legacy Python handler for mkdocstrings
 MkDocs is a fast, simple and downright gorgeous static site generator
 that's geared towards building project documentation. Documentation
 source files are written in Markdown, and configured with a single YAML
 configuration file.
 .
 This package contains an legacy Python handler usable within mkdocstrings.