diff options
Diffstat (limited to 'science/py-geometer/Makefile')
-rw-r--r-- | science/py-geometer/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/science/py-geometer/Makefile b/science/py-geometer/Makefile index 22d1404b8f58..e4d0aaf184a2 100644 --- a/science/py-geometer/Makefile +++ b/science/py-geometer/Makefile @@ -1,6 +1,5 @@ PORTNAME= geometer -PORTVERSION= 0.3.5 -PORTREVISION= 2 +PORTVERSION= 0.4.1 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,9 +11,9 @@ WWW= https://github.com/jan-mue/geometer LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.15,1:math/py-numpy@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=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 |