1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

math/py-pywavelets: Update to 1.9.0

This commit is contained in:
Max Brazhnikov
2026-01-16 22:25:39 +03:00
parent f52388fe1e
commit 31494fc82a
3 changed files with 8 additions and 9 deletions
+2 -4
View File
@@ -1,5 +1,5 @@
PORTNAME= pywavelets
PORTVERSION= 1.8.0
PORTVERSION= 1.9.0
CATEGORIES= math python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,11 +15,9 @@ 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
+3 -3
View File
@@ -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
@@ -1,11 +1,12 @@
--- 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",
]