File: control

package info (click to toggle)
click-man 0.4.2-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 724 kB
  • sloc: python: 358; makefile: 18; sh: 4
file content (40 lines) | stat: -rw-r--r-- 1,370 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
Source: click-man
Maintainer: Ryan Pavlik <ryan@ryanpavlik.com>
Section: devel
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-click,
               python3-setuptools,
               python3-pytest <!nocheck>,
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/rpavlik/click-man
Vcs-Git: https://salsa.debian.org/rpavlik/click-man.git
Homepage: https://github.com/click-contrib/click-man
Rules-Requires-Root: no

Package: python3-click-man
Architecture: all
Section: python
Depends: ${misc:Depends},
         ${python3:Depends}
Recommends: python3-setuptools,
            ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: Generate man pages for click based CLI applications (Python 3)
 Create man pages for click-based applications based on their help strings.
 .
 This package contains the module for Python 3.

Package: click-man
Architecture: all
Depends: python3-click-man (= ${source:Version}),
         ${misc:Depends},
         ${python3:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: Generate man pages for click based CLI applications - command (Python 3)
 Create man pages for click-based applications based on their help strings.
 .
 This package contains the click-man command line interface.