summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 228fae4fa740aad3d795cdba58dbfa1bd4c40bf0 (plain)
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
Source: prompt-toolkit
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
XSBC-Original-Maintainer: Debian Python Team <team+python@tracker.debian.org>
XSBC-Original-Uploaders:
 Lennart Weller <lhw@ring0.de>,
 Gordon Ball <gordon@chronitis.net>,
 Daniel Baumann <daniel.baumann@progress-linux.org>,
Bugs: mailto:maintainers@lists.progress-linux.org
Section: python
Vcs-Browser: https://git.progress-linux.org/packages/graograman-backports/prompt-toolkit
Vcs-Git: https://git.progress-linux.org/packages/graograman-backports/prompt-toolkit
XSBC-Original-Vcs-Browser: https://salsa.debian.org/python-team/packages/prompt-toolkit
XSBC-Original-Vcs-Git: https://salsa.debian.org/python-team/packages/prompt-toolkit.git
Priority: optional
Homepage: https://github.com/prompt-toolkit/python-prompt-toolkit
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-asyncssh <!nocheck>,
 python3-pytest <!nocheck>,
 python3-setuptools,
 python3-wcwidth,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python

Package: python3-prompt-toolkit
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 python3-pygments,
Description: library for building interactive command lines (Python 3)
 prompt_toolkit is a GNU readline replacement written in pure Python supporting
 advanced features like syntax highlighting, multi line editing and code
 completion.
 .
 This package installs the library for Python 3.