aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-06-24 17:30:28 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-06-24 17:32:31 +0000
commitddfe02481092d42214bf360b45ef41370b67964e (patch)
tree7282791931af6e3133b0049ed3070176f684828b
parentcf14bbb325bb8696c275ebbabff3da95a75815eb (diff)
downloadports-ddfe02481092d42214bf360b45ef41370b67964e.tar.gz
ports-ddfe02481092d42214bf360b45ef41370b67964e.zip
math/py-numpoly: Broken: requires numpy>=1.20, current numpy is 1.16.6
pending bug#251626
-rw-r--r--math/py-numpoly/Makefile2
1 files changed, 2 insertions, 0 deletions
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+