File: control

package info (click to toggle)
cmd2 2.5.11%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,244 kB
  • sloc: python: 19,643; makefile: 73; sh: 67; javascript: 30
file content (61 lines) | stat: -rw-r--r-- 2,400 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Source: cmd2
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Build-Depends: debhelper,
               debhelper-compat (= 13)
Build-Depends-Indep: dh-sequence-mkdocs,
                     dh-sequence-python3,
                     mkdocs <!nodoc>,
                     mkdocs-macros-plugin <!nodoc>,
                     mkdocs-material <!nodoc>,
                     mkdocstrings <!nodoc>,
                     mkdocstrings-python-handlers <!nodoc>,
                     pybuild-plugin-pyproject,
                     python3-all,
                     python3-attr,
                     python3-pyperclip,
                     python3-pytest,
                     python3-pytest-cov,
                     python3-pytest-mock,
                     python3-setuptools,
                     python3-setuptools-scm,
                     python3-sphinx,
                     python3-sphinx-rtd-theme,
                     python3-wcwidth
Standards-Version: 4.7.0
Homepage: https://github.com/python-cmd2/cmd2
Vcs-Git: https://salsa.debian.org/python-team/packages/python-cmd2.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-cmd2
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-cmd2
Architecture: all
Depends: python3-wcwidth,
         ${misc:Depends},
         ${python3:Depends}
Recommends: ${python3:Recommends}
Provides: ${python3:Provides}
Suggests: python-cmd2-doc
Description: Enhanced Python cmd module - Python 3.x
 Drop-in replacement adds several features for command-prompt tools, like
 searchable and persistent command history, multi-line commands, input and
 output redirections, integrated Python shell, testing helpers
 .
 This package provides the Python 3.x module.

Package: python-cmd2-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Description: Improved Python cmd2 module from (common documentation)
 Drop-in replacement adds several features for command-prompt tools, like
 searchable and persistent command history, multi-line commands, input and
 output redirections, integrated Python shell, testing helpers.
 .
 This package contains HTML documentation, incorporates instructions on how
 to install and configure and use this module Python cmd2.