summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 1cd7b67e9f9e57b5e59531ad7c762780215c293b (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
42
Source: ptpython
Section: python
Priority: optional
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
XSBC-Original-Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Bugs: mailto:maintainers@lists.progress-linux.org
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3,
 python3-prompt-toolkit (>= 3.0.43),
 python3-pygments,
 python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://github.com/prompt-toolkit/ptpython
Vcs-Browser: https://git.progress-linux.org/packages/graograman-backports/ptpython
Vcs-Git: https://git.progress-linux.org/packages/graograman-backports/ptpython
XSBC-Original-Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/ptpython
XSBC-Original-Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/ptpython

Package: ptpython
Section: python
Architecture: all
Depends:
 python3-prompt-toolkit (>= 3.0.16),
 ${misc:Depends},
 ${python3:Depends},
Description: Alternative Python Prompt with auto-completion and syntax highlighting
 Ptpython is an advanced Python REPL:
 .
   * Syntax highlighting.
   * Multiline editing (the up arrow works).
   * Autocompletion.
   * Mouse support.
   * Support for color schemes.
   * Support for bracketed paste.
   * Both Vi and Emacs key bindings.
   * Support for double width (Chinese) characters.
   * ...and many other things.