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-hatchling,
 python3-pyqt5,
 python3-pyqt6,
 python3-pyside6.qtgui,
 python3-pyside6.qtwidgets,
 python3-pytest,
 python3-pytest-xvfb,
Standards-Version: 4.7.2
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

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.
