blob: bdae9d062d9812a66fb374725ed5f2b08d7a189a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = python-pythonqwt
pkgdesc = Qt plotting widgets (pure Python reimplementation of Qwt C++ library)
pkgver = 0.16.0
pkgrel = 1
url = https://github.com/PlotPyStack/PythonQwt
arch = any
license = LicenseRef-custom
makedepends = python-setuptools
depends = python
depends = python-pyqt5
depends = qt5-svg
depends = python-qtpy
depends = shiboken6
depends = python-numpy
optdepends = python-pytest: tests
source = PythonQwt-0.16.0.tar.gz::https://github.com/PlotPyStack/PythonQwt/archive/refs/tags/v0.16.0.tar.gz
sha256sums = 750133345717a0bc376f071e91d59764f3850328c3db3099fa69f9aaac49dd4d
pkgname = python-pythonqwt
|