File: control

package info (click to toggle)
mkautodoc 0.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 152 kB
  • sloc: python: 253; sh: 51; makefile: 5
file content (25 lines) | stat: -rw-r--r-- 887 bytes parent folder | download | duplicates (2)
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
Source: mkautodoc
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,
               black,
               python3-all,
               python3-markdown,
               python3-pytest,
               python3-pytest-cov,
               python3-setuptools,
Standards-Version: 4.5.1
Homepage: https://github.com/tomchristie/mkautodoc
Vcs-Git: https://salsa.debian.org/python-team/packages/mkautodoc.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/mkautodoc

Package: python3-mkautodoc
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: AutoDoc for MarkDown
 This markdown extension adds autodoc style support, for use with MkDocs.