python3-pywt: update to 1.7.0.
This commit is contained in:
parent
bfc7a7002b
commit
3e91e743d7
|
@ -1,11 +0,0 @@
|
||||||
--- a/pyproject.toml
|
|
||||||
+++ b/pyproject.toml
|
|
||||||
@@ -19,7 +19,7 @@
|
|
||||||
# Note that building against numpy 1.x works fine too - users and
|
|
||||||
# redistributors can do this by installing the numpy version they like and
|
|
||||||
# disabling build isolation.
|
|
||||||
- "numpy>=2.0.0rc1,<2.3",
|
|
||||||
+ "numpy",
|
|
||||||
]
|
|
||||||
|
|
||||||
[project]
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-pywt'
|
# Template file for 'python3-pywt'
|
||||||
pkgname=python3-pywt
|
pkgname=python3-pywt
|
||||||
version=1.6.0
|
version=1.7.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
build_helper="meson numpy"
|
build_helper="meson numpy"
|
||||||
make_check_target=".xbps-testdir/*/${py3_sitelib}/pywt/tests"
|
make_check_target=".xbps-testdir/*/${py3_sitelib}/pywt/tests"
|
||||||
|
@ -14,7 +14,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/PyWavelets/pywt"
|
homepage="https://github.com/PyWavelets/pywt"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=8f2cbc64ee8142bf069447bf26bc3ff0f5e332a18062c6ca0ea033f20a4fb995
|
checksum=cd1893547ee1cfa990da6b1dda322d17b8b318a2b801945c609d5a3d9eb53bef
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue