diff options
Diffstat (limited to 'math/py-opt-einsum/Makefile')
-rw-r--r-- | math/py-opt-einsum/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/math/py-opt-einsum/Makefile b/math/py-opt-einsum/Makefile index 05780886838d..ed72f6ec8e98 100644 --- a/math/py-opt-einsum/Makefile +++ b/math/py-opt-einsum/Makefile @@ -1,6 +1,5 @@ PORTNAME= opt-einsum -PORTVERSION= 3.3.0 -PORTREVISION= 1 +PORTVERSION= 3.4.0 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,10 +12,12 @@ WWW= https://github.com/dgasmith/opt_einsum LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.7,1:math/py-numpy@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-fancy-pypi-readme>=22.5.0:devel/py-hatch-fancy-pypi-readme@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes |