git: ddfe02481092 - main - math/py-numpoly: Broken: requires numpy>=1.20, current numpy is 1.16.6
Yuri Victorovich
yuri at FreeBSD.org
Thu Jun 24 17:32:33 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ddfe02481092d42214bf360b45ef41370b67964e
commit ddfe02481092d42214bf360b45ef41370b67964e
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-06-24 17:30:28 +0000
Commit: Yuri Victorovich <yuri at 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+
More information about the dev-commits-ports-all
mailing list