Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Feb 2023 01:29:46 GMT
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f92330acaec1 - main - science/py-geometer: Fix build with numpy-1.24
Message-ID:  <202302080129.3181TkxF082485@gitrepo.freebsd.org>

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

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

commit f92330acaec14f33e17c3161b7f843c8010d72b2
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2023-02-08 01:26:43 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2023-02-08 01:26:43 +0000

    science/py-geometer: Fix build with numpy-1.24
    
    Approved by:    portmgr(blanket)
---
 science/py-geometer/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/science/py-geometer/Makefile b/science/py-geometer/Makefile
index 428e286cdd46..52ccc3398f0a 100644
--- a/science/py-geometer/Makefile
+++ b/science/py-geometer/Makefile
@@ -12,7 +12,7 @@ WWW=		https://github.com/jan-mue/geometer
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.15,1<1.24,1:math/py-numpy@${PY_FLAVOR}
+RUN_DEPENDS=	${PYNUMPY}
 
 USES=		python:3.7+
 USE_PYTHON=	autoplist concurrent distutils



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