diff --git a/science/py-geometer/Makefile b/science/py-geometer/Makefile index 52ccc3398f0a..cac16b710836 100644 --- a/science/py-geometer/Makefile +++ b/science/py-geometer/Makefile @@ -1,22 +1,22 @@ PORTNAME= geometer PORTVERSION= 0.3.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python geometry package based on projective geometry and numpy WWW= https://github.com/jan-mue/geometer LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYNUMPY} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.15,1:math/py-numpy@${PY_FLAVOR} USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include diff --git a/science/py-geometer/files/patch-setup.py b/science/py-geometer/files/patch-setup.py index 1f084c317f18..103ff70c23f5 100644 --- a/science/py-geometer/files/patch-setup.py +++ b/science/py-geometer/files/patch-setup.py @@ -1,11 +1,11 @@ --- setup.py.orig 2022-04-17 11:59:04 UTC +++ setup.py @@ -18,7 +18,7 @@ REQUIRES_PYTHON = ">=3.5.0" VERSION = None # What packages are required for this module to be executed? -REQUIRED = ["numpy>=1.15,<1.23"] -+REQUIRED = ["numpy>=1.15,<1.24"] ++REQUIRED = ["numpy>=1.15"] # What packages are optional? EXTRAS = {