Date: Thu, 24 Jun 2021 17:32:33 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: ddfe02481092 - main - math/py-numpoly: Broken: requires numpy>=1.20, current numpy is 1.16.6 Message-ID: <202106241732.15OHWXn9072441@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=ddfe02481092d42214bf360b45ef41370b67964e commit ddfe02481092d42214bf360b45ef41370b67964e Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-06-24 17:30:28 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-06-24 17:32:31 +0000 math/py-numpoly: Broken: requires numpy>=1.20, current numpy is 1.16.6 pending bug#251626 --- math/py-numpoly/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/math/py-numpoly/Makefile b/math/py-numpoly/Makefile index 5d8550efbd99..b682275e0ffd 100644 --- a/math/py-numpoly/Makefile +++ b/math/py-numpoly/Makefile @@ -10,6 +10,8 @@ COMMENT= Create/manipulate/evaluate polynomial arrays based on numpy.ndarray LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= Requires numpy>=1.20, current numpy is 1.16.6, pending bug#251626 + RUN_DEPENDS= ${PYNUMPY} USES= python:3.6+
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106241732.15OHWXn9072441>