diff --git a/science/py-geometer/Makefile b/science/py-geometer/Makefile index d658a122f075..f9c11156742e 100644 --- a/science/py-geometer/Makefile +++ b/science/py-geometer/Makefile @@ -1,24 +1,24 @@ PORTNAME= geometer PORTVERSION= 0.4.2 -PORTREVISION= 2 +PORTREVISION= 3 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 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=2.0,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.6.1<5.0.0:devel/py-typing-extensions@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include diff --git a/science/py-geometer/files/patch-pyproject.toml b/science/py-geometer/files/patch-pyproject.toml deleted file mode 100644 index a09e31fd2ff8..000000000000 --- a/science/py-geometer/files/patch-pyproject.toml +++ /dev/null @@ -1,11 +0,0 @@ ---- pyproject.toml.orig 2020-02-02 00:00:00 UTC -+++ pyproject.toml -@@ -25,7 +25,7 @@ dependencies = [ - "Programming Language :: Python", - ] - dependencies = [ -- "numpy>=2.0", -+ "numpy", - "typing-extensions>=4.6.1,<5.0.0", - ] -