Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Nov 2021 17:53:14 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e7118c767e51 - main - math/py-numpoly: unbreak
Message-ID:  <202111021753.1A2HrEeO011584@gitrepo.freebsd.org>

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

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

commit e7118c767e51c4b6c82dfadae8b00feb861d366a
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-11-02 17:51:23 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-11-02 17:51:23 +0000

    math/py-numpoly: unbreak
    
    New numpy is in ports.
---
 math/py-numpoly/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/math/py-numpoly/Makefile b/math/py-numpoly/Makefile
index b682275e0ffd..5d8550efbd99 100644
--- a/math/py-numpoly/Makefile
+++ b/math/py-numpoly/Makefile
@@ -10,8 +10,6 @@ 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?202111021753.1A2HrEeO011584>