File: control

package info (click to toggle)
mkdocstrings-python-handlers 1.16.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,228 kB
  • sloc: python: 3,496; javascript: 84; makefile: 37; sh: 17
file content (44 lines) | stat: -rw-r--r-- 1,470 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
42
43
44
Source: mkdocstrings-python-handlers
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Carsten Schoenert <c.schoenert@t-online.de>,
 Kathara Sasikumar <katharasasikumar007@gmail.com>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
Build-Depends-Indep:
 mkdocs-get-deps <!nocheck>,
 mkdocs-material <!nocheck>,
 mkdocstrings (>= 0.29) <!nocheck>,
 pybuild-plugin-pyproject,
 python3-bs4 <!nocheck>,
 python3-griffe (>> 1.6.2) <!nocheck>,
 python3-inline-snapshot <!nocheck>,
 python3-pdm-backend,
 python3-pytest <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/mkdocstrings-python-handlers
Vcs-Git: https://salsa.debian.org/python-team/packages/mkdocstrings-python-handlers.git
Homepage: https://github.com/mkdocstrings/python

Package: mkdocstrings-python-handlers
Architecture: all
Conflicts:
 mkdocstrings-python-legacy,
Depends:
 mkdocs-autorefs (>= 1.4.0),
 mkdocstrings (>= 0.29),
 ${misc:Depends},
 ${python3:Depends},
Description: 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 a Python handler required by various helping libraries
 around mkdocstrings.