From 3e91e743d70d42b5d2b733ea20a08956ac4c7a08 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 13 Aug 2024 18:19:48 -0400 Subject: [PATCH] python3-pywt: update to 1.7.0. --- .../python3-pywt/patches/relax-numpy-version.patch | 11 ----------- srcpkgs/python3-pywt/template | 6 +++--- 2 files changed, 3 insertions(+), 14 deletions(-) delete mode 100644 srcpkgs/python3-pywt/patches/relax-numpy-version.patch diff --git a/srcpkgs/python3-pywt/patches/relax-numpy-version.patch b/srcpkgs/python3-pywt/patches/relax-numpy-version.patch deleted file mode 100644 index 0e2b4d93bbe..00000000000 --- a/srcpkgs/python3-pywt/patches/relax-numpy-version.patch +++ /dev/null @@ -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] diff --git a/srcpkgs/python3-pywt/template b/srcpkgs/python3-pywt/template index 9930684cedc..ca38ea2524f 100644 --- a/srcpkgs/python3-pywt/template +++ b/srcpkgs/python3-pywt/template @@ -1,7 +1,7 @@ # Template file for 'python3-pywt' pkgname=python3-pywt -version=1.6.0 -revision=2 +version=1.7.0 +revision=1 build_style=python3-pep517 build_helper="meson numpy" make_check_target=".xbps-testdir/*/${py3_sitelib}/pywt/tests" @@ -14,7 +14,7 @@ maintainer="Andrew J. Hesford " license="MIT" homepage="https://github.com/PyWavelets/pywt" distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=8f2cbc64ee8142bf069447bf26bc3ff0f5e332a18062c6ca0ea033f20a4fb995 +checksum=cd1893547ee1cfa990da6b1dda322d17b8b318a2b801945c609d5a3d9eb53bef post_install() { vlicense LICENSE