diff --git a/math/py-pywavelets/Makefile b/math/py-pywavelets/Makefile index 2a2a961568ff..179488e79e53 100644 --- a/math/py-pywavelets/Makefile +++ b/math/py-pywavelets/Makefile @@ -1,26 +1,24 @@ PORTNAME= pywavelets -PORTVERSION= 1.8.0 +PORTVERSION= 1.9.0 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= makc@FreeBSD.org COMMENT= Discrete Wavelet Transforms in Python WWW= https://github.com/PyWavelets/pywt LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}meson-python>=0.16:devel/meson-python@${PY_FLAVOR} RUN_DEPENDS= ${PYNUMPY} -USES= python shebangfix +USES= python USE_PYTHON= autoplist cython pep517 -SHEBANG_FILES= pywt/data/create_dat.py - post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pywt/_extensions/*.so .include diff --git a/math/py-pywavelets/distinfo b/math/py-pywavelets/distinfo index 12b016d826db..84fca4043560 100644 --- a/math/py-pywavelets/distinfo +++ b/math/py-pywavelets/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1733750500 -SHA256 (pywavelets-1.8.0.tar.gz) = f3800245754840adc143cbc29534a1b8fc4b8cff6e9d403326bd52b7bb5c35aa -SIZE (pywavelets-1.8.0.tar.gz) = 3935274 +TIMESTAMP = 1768574051 +SHA256 (pywavelets-1.9.0.tar.gz) = 148d12203377772bea452a59211d98649c8ee4a05eff019a9021853a36babdc8 +SIZE (pywavelets-1.9.0.tar.gz) = 3938340 diff --git a/math/py-pywavelets/files/patch-pyproject.toml b/math/py-pywavelets/files/patch-pyproject.toml index 2becaec0461f..509c2d8f3179 100644 --- a/math/py-pywavelets/files/patch-pyproject.toml +++ b/math/py-pywavelets/files/patch-pyproject.toml @@ -1,12 +1,13 @@ ---- pyproject.toml.orig 2024-12-09 13:26:23 UTC +--- pyproject.toml.orig 2025-08-03 20:19:11 UTC +++ pyproject.toml -@@ -16,8 +16,7 @@ requires = [ +@@ -16,9 +16,7 @@ requires = [ # 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.0; python_version<'3.13'", - "numpy>=2.1.0; python_version>='3.13'", +- "numpy>=2.3.2; python_version>='3.14'", + "numpy", ] [project]