git: be720bccd9d3 - main - math/py-PyWavelets: move to math/py-pywavelets
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 28 Aug 2024 14:49:54 UTC
The branch main has been updated by makc: URL: https://cgit.FreeBSD.org/ports/commit/?id=be720bccd9d30ca0f0b9f001ac24ec5e1c6cba9c commit be720bccd9d30ca0f0b9f001ac24ec5e1c6cba9c Author: Max Brazhnikov <makc@FreeBSD.org> AuthorDate: 2024-08-28 14:48:23 +0000 Commit: Max Brazhnikov <makc@FreeBSD.org> CommitDate: 2024-08-28 14:48:23 +0000 math/py-PyWavelets: move to math/py-pywavelets --- graphics/py-scikit-image/Makefile | 4 ++-- math/Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/py-scikit-image/Makefile b/graphics/py-scikit-image/Makefile index d0881923f907..5fc93825aa9b 100644 --- a/graphics/py-scikit-image/Makefile +++ b/graphics/py-scikit-image/Makefile @@ -1,6 +1,6 @@ PORTNAME= scikit-image PORTVERSION= 0.19.3 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONPREFIX= v CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scipy>=1.4.1:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}networkx>=2.2:math/py-networkx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.1:math/py-matplotlib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}PyWavelets>=1.1.1:math/py-PyWavelets@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pywavelets>=1.5.0:math/py-pywavelets@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cloudpickle>=0.2.1:devel/py-cloudpickle@${PY_FLAVOR} USES= compiler:c++11-lang python shebangfix diff --git a/math/Makefile b/math/Makefile index 98c57d19b935..0721f61fefaa 100644 --- a/math/Makefile +++ b/math/Makefile @@ -893,7 +893,6 @@ SUBDIR += py-Py-BOBYQA SUBDIR += py-PyMetis SUBDIR += py-PySCIPOpt - SUBDIR += py-PyWavelets SUBDIR += py-Pyomo SUBDIR += py-SQNomad SUBDIR += py-affine @@ -1058,6 +1057,7 @@ SUBDIR += py-python-picard SUBDIR += py-pytorchvideo SUBDIR += py-pyvtk + SUBDIR += py-pywavelets SUBDIR += py-qats SUBDIR += py-qdldl SUBDIR += py-quadprog