File: control

package info (click to toggle)
cmd2 0.8.5-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 744 kB
  • sloc: python: 5,744; makefile: 6
file content (55 lines) | stat: -rw-r--r-- 1,753 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
Source: cmd2
Section: python
Priority: optional
Maintainer: Federico Ceratto <federico@debian.org>
Build-Depends: debhelper (>= 11~),
Build-Depends-Indep:
 dh-python,
 python-all (>= 2.6.6-3~),
 python-contextlib2,
 python-enum34,
 python-pyperclip (>= 1.6.0),
 python-setuptools,
 python-wcwidth,
 python3-all,
 python3-pyperclip,
 python3-setuptools,
 python3-wcwidth,
Standards-Version: 4.1.5
X-Python3-Version: >= 3.5
Homepage: https://github.com/python-cmd2/cmd2
Vcs-Git: https://salsa.debian.org/debian/python-cmd2.git
Vcs-Browser: https://salsa.debian.org/debian/python-cmd2
Testsuite: autopkgtest-pkg-python

Package: python-cmd2
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${misc:Depends}, ${python:Depends},
 python-contextlib2,
 python-enum34,
 python-wcwidth,
Recommends: ${python:Recommends}
Provides: ${python:Provides}
Breaks: python-pyperclip (<< 1.6.0-1)
Description: enhanced Python cmd module - Python 2.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 2.x module.

Package: python3-cmd2
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${misc:Depends}, ${python3:Depends},
 python3-wcwidth,
Recommends: ${python3:Recommends}
Provides: ${python3:Provides}
Breaks: python3-pyperclip (<< 1.6.0-1)
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.