blob: 30b311f5524ce97aa3654f4a0ecabb8d183564dc (
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-wfdb
pkgdesc = Library of tools for reading, writing, and processing WFDB signals and annotations
pkgver = 4.3.1
pkgrel = 1
url = https://github.com/MIT-LCP/wfdb-python
arch = any
license = MIT
checkdepends = python-pytest
checkdepends = python-pytest-xdist
checkdepends = python-pylint
checkdepends = python-black
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-poetry
makedepends = python-sphinx
makedepends = python-hatchling
depends = python
depends = python-numpy
depends = python-scipy
depends = python-matplotlib
depends = python-pandas
depends = python-requests
depends = python-soundfile
source = https://github.com/MIT-LCP/wfdb-python/archive/v4.3.1.tar.gz
sha256sums = 774abe185113c9f0f2b24fd3f54b57b822239c4be299c4cb8d5dcaead1f3f68a
pkgname = python-wfdb
|