blob: 13846b02a745a8a8f3caa48f4f51c1cff57faa4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = python-asyncqt
pkgdesc = Implementation of the PEP 3156 Event-Loop with Qt (with PySide2 support)
pkgver = 0.8.0
pkgrel = 2
url = https://github.com/gmarull/asyncqt
arch = any
license = BSD
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python
optdepends = python-pyqt5: PyQt5 support
optdepends = pyside2: PySide2 support
source = git+https://github.com/gmarull/asyncqt.git#tag=v0.8.0
sha512sums = c96ab9aee9020438ef95f7553ead5c8d659d30070d98d3ac3f291e88fd5e672e9b6d25130c76c9cf9490b39cfdaecafc9b122c38197fd15627346b484da1e9f0
pkgname = python-asyncqt
|