File: control

package info (click to toggle)
termqt 1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 368 kB
  • sloc: python: 2,129; makefile: 12
file content (34 lines) | stat: -rw-r--r-- 1,119 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
Source: termqt
Section: python
Priority: optional
Maintainer: Georges Khaznadar <georgesk@debian.org>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-setuptools,
 python3-all,
 python3-qtpy,
 pybuild-plugin-pyproject,
#Testsuite: autopkgtest-pkg-python
Standards-Version: 4.7.2
Homepage: https://github.com/TerryGeng/termqt
Vcs-Browser: https://salsa.debian.org/python-team/packages/termqt
Vcs-Git: https://salsa.debian.org/python-team/packages/termqt.git

Package: python3-termqt
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
Suggests:
 python-termqt-doc,
Description: terminal emulator, based on Qt
 termqt is the python implementation of a terminal emulator, based on
 Qt. It is designed to be embedded as a widget in other programs. It
 implements a subset of the functions described in VT100 User Guide
 and XTerm Control Sequence. While can't be considered as a fully
 functional terminal emulator like those most used by people, it can
 run IPython and perhaps more complicated applications.
 .
 This package installs the library for Python 3.