Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Dec 2021 17:09:52 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0dbd0c165829 - main - math/py-pyFFTW: Update 0.12.0 -> 0.13.0
Message-ID:  <202112281709.1BSH9q7v087513@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0dbd0c165829308be7b2121dc8d65d82c79de014

commit 0dbd0c165829308be7b2121dc8d65d82c79de014
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-12-28 16:44:08 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-12-28 17:09:39 +0000

    math/py-pyFFTW: Update 0.12.0 -> 0.13.0
    
    Reported by:    portscout
---
 math/py-pyFFTW/Makefile | 9 ++++++---
 math/py-pyFFTW/distinfo | 6 +++---
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/math/py-pyFFTW/Makefile b/math/py-pyFFTW/Makefile
index e00ce6aca338..3231591978db 100644
--- a/math/py-pyFFTW/Makefile
+++ b/math/py-pyFFTW/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pyFFTW
-DISTVERSION=	0.12.0
+DISTVERSION=	0.13.0
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,10 +10,13 @@ COMMENT=	Pythonic wrapper around FFTW, the FFT library
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-BUILD_DEPENDS=	${PYNUMPY}
+PY_DEPENDS=	${PYNUMPY} \
+		${PYTHON_PKGNAMEPREFIX}dask>=1.0.0:devel/py-dask@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}scipy>=1.2.0:science/py-scipy@${PY_FLAVOR}
+BUILD_DEPENDS=	${PY_DEPENDS}
 LIB_DEPENDS=	libfftw3.so:math/fftw3 \
 		libfftw3f.so:math/fftw3-float
-RUN_DEPENDS=	${PYNUMPY}
+RUN_DEPENDS=	${PY_DEPENDS}
 
 USES=		python:3.6+ localbase:ldflags
 USE_PYTHON=	distutils cython autoplist
diff --git a/math/py-pyFFTW/distinfo b/math/py-pyFFTW/distinfo
index 1982c380d62c..187e94a76ed5 100644
--- a/math/py-pyFFTW/distinfo
+++ b/math/py-pyFFTW/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1580868043
-SHA256 (pyFFTW-0.12.0.tar.gz) = 60988e823ca75808a26fd79d88dbae1de3699e72a293f812aa4534f8a0a58cb0
-SIZE (pyFFTW-0.12.0.tar.gz) = 137679
+TIMESTAMP = 1640709510
+SHA256 (pyFFTW-0.13.0.tar.gz) = da85102405c0bd95d57eb19e99b01a0729d8406cb204c3900894b873784253da
+SIZE (pyFFTW-0.13.0.tar.gz) = 113252



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112281709.1BSH9q7v087513>