File: control

package info (click to toggle)
qasync 0.27.1-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 240 kB
  • sloc: python: 1,576; makefile: 10
file content (39 lines) | stat: -rw-r--r-- 1,235 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
35
36
37
38
39
Source: qasync
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Debian PaN Maintainers <debian-pan-maintainers@alioth-lists.debian.net>,
 Roland Mas <lolando@debian.org>,
 Michael Fladischer <fladi@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-poetry-core,
 python3-pyqt5,
 python3-pyqt6,
 python3-pyside6.qtgui,
 python3-pyside6.qtwidgets,
 python3-pytest,
 python3-pytest-xvfb,
Standards-Version: 4.7.0
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/CabbageDevelopment/qasync
Vcs-Browser: https://salsa.debian.org/python-team/packages/qasync
Vcs-Git: https://salsa.debian.org/python-team/packages/qasync.git
Rules-Requires-Root: no

Package: python3-qasync
Architecture: all
Depends:
 python3-pyqt6 | python3-pyqt5 | python3-pyside2.qtcore,
 ${misc:Depends},
 ${python3:Depends},
Description: Implementation of the PEP 3156 Event-Loop with Qt
 qasync allows coroutines to be used in PyQt/PySide applications by
 providing an implementation of the `PEP 3156` event-loop.
 .
 qasync is a fork of asyncqt, which is a fork of quamash. May it live
 longer than its predecessors.