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
|
Source: qt-reactor
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Bastian Germann <bage@debian.org>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-setuptools,
python3-all,
Testsuite: autopkgtest-pkg-python
Standards-Version: 4.7.2
Homepage: https://github.com/frmdstryr/qt-reactor
Vcs-Browser: https://salsa.debian.org/python-team/packages/qt-reactor
Vcs-Git: https://salsa.debian.org/python-team/packages/qt-reactor.git
Package: python3-qt-reactor
Architecture: all
Depends:
${python3:Depends},
${misc:Depends},
Description: Twisted Qt eventloop integration (Python 3)
Wires up the twisted and Qt eventloop systems.
.
This package installs the library for Python 3.
|