python3-pywt: update to 1.3.0.
This commit is contained in:
parent
add659e854
commit
392a6ed0da
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-pywt'
|
||||
pkgname=python3-pywt
|
||||
version=1.2.0
|
||||
version=1.3.0
|
||||
revision=1
|
||||
wrksrc="${pkgname#python3-}-${version}"
|
||||
build_style=python3-module
|
||||
|
@ -14,7 +14,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/PyWavelets/pywt"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=ad88e5745eeaccaf759287f11b63539353df31324fe7498d9f8121e01e4106ed
|
||||
checksum=6dc7e55a2d7c415262eb212a2fbbb0e3aa19572fecd5cebcef72b810ac11d4ae
|
||||
|
||||
do_check() {
|
||||
(cd build/lib* && python3 -m pytest pywt/tests)
|
||||
|
|
Loading…
Reference in New Issue