22 lines
644 B
Bash
22 lines
644 B
Bash
# Template file for 'python3-pywt'
|
|
pkgname=python3-pywt
|
|
version=1.5.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
build_helper="meson numpy"
|
|
make_check_target="pywt/tests"
|
|
hostmakedepends="python3-meson-python python3-Cython"
|
|
makedepends="python3-devel"
|
|
depends="python3-numpy"
|
|
checkdepends="python3-pytest $depends"
|
|
short_desc="PyWavelets wavelet transform module for Python"
|
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/PyWavelets/pywt"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=5aedfa9bd629f104a04fda88b92582bda38ab22282ce5048b5760b5d18e83fc9
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|