File: control

package info (click to toggle)
pytkdocs 0.16.1-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 704 kB
  • sloc: python: 4,259; sh: 54; makefile: 51
file content (46 lines) | stat: -rw-r--r-- 1,565 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
45
46
Source: pytkdocs
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,
 python3-all,
Build-Depends-Indep:
# Can be commented out once all packages for building the documentation are packaged.
# mkdocs <!nodoc>,
## mkdocs-gen-files not packaged yet.
# mkdocs-gen-files <!nodoc>,
# mkdocs-literate-nav <!nodoc>,
# mkdocs-material <!nodoc>,
 python3-pdm-pep517,
 pybuild-plugin-pyproject,
# Can be commented out once all packages for running the test suite are packaged.
# python3-marshmallow <!nocheck>,
# python3-pydantic <!nocheck>,
# python3-pytest <!nocheck>,
# python3-pytest-cov <!nocheck>,
## randomly not packaged yet.
# python3-pytest-randomly <!nocheck>,
# python3-pytest-sugar <!nocheck>,
# python3-pytest-xdist <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/python-team/packages/pytkdocs
Vcs-Git: https://salsa.debian.org/python-team/packages/pytkdocs.git
Homepage: https://github.com/mkdocstrings/pytkdocs

Package: python3-pytkdocs
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Load Python objects documentation
 This Python library is used to load Python objects documentation. It accepts
 JSON on standard input and writes JSON on standard output.
 .
 It is typically used to read data from standard input while writing
 processed data line by line. Especially mkdocstrings is wanting this
 behavior.