blob: 327fbc3806680d62e73e641c277e2598b0102f4c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = python-qtpy-git
pkgdesc = Provides a uniform layer to support PyQt4, PyQt5 and PySide with a single codebase
pkgver = 1.9.0.r6.g84f0658
pkgrel = 1
url = https://github.com/spyder-ide/qtpy
arch = any
license = MIT
makedepends = git
makedepends = python-setuptools
depends = python-pyqt5
optdepends = python-pyqt4: Qt-Python bindings
optdepends = python-pyside: Qt-Python bindings
provides = python-qtpy
conflicts = python-qtpy
source = python-qtpy-git::git+https://github.com/spyder-ide/qtpy.git
md5sums = SKIP
pkgname = python-qtpy-git
|