blob: e4f285a7ceb2576d15eb90210b6255a9930fa7e6 (
plain)
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
|
pkgbase = python-guidata
pkgdesc = guidata: Automatic GUI generation for easy dataset editing and display with Python
pkgver = 3.14.2
pkgrel = 1
url = https://github.com/PlotPyStack/guidata
arch = any
license = BSD-3-Clause
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-pydantic
depends = python
depends = python-h5py
depends = python-numpy
depends = python-qtpy
depends = python-requests
depends = python-tomli
depends = python-pandas
depends = python-beautifulsoup4
depends = python-pillow
depends = python-matplotlib
optdepends = spyder: GUI-based test launcher, dict/array editor
optdepends = python-sphinx: for building documentation
optdepends = python-pytest: for running tests
source = guidata-3.14.2.tar.gz::https://github.com/PlotPyStack/guidata/archive/refs/tags/v3.14.2.tar.gz
sha256sums = e69388c9831c164f71e918cde0193a7e37cbbfa9b896a72b7b5d75020381c51d
pkgname = python-guidata
|