File: control

package info (click to toggle)
python-griffe 0.25.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,032 kB
  • sloc: python: 9,286; makefile: 57; sh: 46
file content (31 lines) | stat: -rw-r--r-- 951 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
Source: python-griffe
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:
 pybuild-plugin-pyproject,
 python3-colorama <!nocheck>,
 python3-pdm-pep517,
 python3-pytest <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-griffe
Vcs-Git: https://salsa.debian.org/python-team/packages/python-griffe.git
Homepage: https://github.com/mkdocstrings/griffe

Package: python3-griffe
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Signatures for entire Python programs
 Extract the structure, the frame, the skeleton of your project,
 to generate API documentation or find breaking changes in your API.
 .
 This is the Python 3 version of the package.