diff options
Diffstat (limited to 'science/py-geometer')
-rw-r--r-- | science/py-geometer/Makefile | 9 | ||||
-rw-r--r-- | science/py-geometer/distinfo | 6 | ||||
-rw-r--r-- | science/py-geometer/files/patch-pyproject.toml | 11 |
3 files changed, 18 insertions, 8 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 diff --git a/science/py-geometer/distinfo b/science/py-geometer/distinfo index 382d1ff5ad23..911086479111 100644 --- a/science/py-geometer/distinfo +++ b/science/py-geometer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1679498804 -SHA256 (geometer-0.3.5.tar.gz) = 016aaf625650ea8841812c1a93d6dd65b2a71d188149f646ad84f4d2c2914451 -SIZE (geometer-0.3.5.tar.gz) = 52886 +TIMESTAMP = 1749813104 +SHA256 (geometer-0.4.1.tar.gz) = 1701124dea9f748f00b50adad91a1a471af96571ae8d5ff9b73858a1cbdb9822 +SIZE (geometer-0.4.1.tar.gz) = 114402 diff --git a/science/py-geometer/files/patch-pyproject.toml b/science/py-geometer/files/patch-pyproject.toml new file mode 100644 index 000000000000..a09e31fd2ff8 --- /dev/null +++ b/science/py-geometer/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- 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", + ] + |