summaryrefslogtreecommitdiff
path: root/debian/control
blob: 868c0b85aa5271cbba9f4ba940823489ff7cf088 (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
43
Source: pyte
Section: python
Priority: optional
Maintainer: Andrej Shadura <andrewsh@debian.org>
Build-Depends:
    dh-python,
    python3-setuptools (>= 0.6.24),
    python3-all,
    python3-pytest,
    python3-pytest-runner,
    python3-sphinx,
    debhelper-compat (= 12)
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/selectel/pyte
Vcs-Browser: https://salsa.debian.org/python-team/modules/pyte
Vcs-Git: https://salsa.debian.org/python-team/modules/pyte.git

Package: python3-pyte
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-pyte-doc
Description: simple VTXXX-compatible terminal emulator (Python 3)
 pyte is an in-memory VTXXX-compatible terminal emulator, where XXX stands
 for a series of video terminals, developed by DEC between 1970 and 1995.
 .
 pyte is as a fork of vt102, which was an incomplete pure Python
 implementation of VT100 terminal.
 .
 This is the Python 3 version of the package.

Package: python-pyte-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: simple VTXXX-compatible terminal emulator (documentation)
 pyte is an in-memory VTXXX-compatible terminal emulator, where XXX stands
 for a series of video terminals, developed by DEC between 1970 and 1995.
 .
 pyte is as a fork of vt102, which was an incomplete pure Python
 implementation of VT100 terminal.
 .
 This package only contains the documentation.