diff options
| author | Charlie Li <vishwin@FreeBSD.org> | 2026-04-17 16:40:28 +0000 |
|---|---|---|
| committer | Charlie Li <vishwin@FreeBSD.org> | 2026-04-17 16:40:28 +0000 |
| commit | 5bfb09e8dc581a594fed5c89181ee89386ca0910 (patch) | |
| tree | ed3cecddd6a8d38538f0711a898d5a5d2fe5efbe | |
| parent | 07420970187ec2ba52c59df7f2034d454680e7d9 (diff) | |
devel/py-array-api-strict: migrate to numpy (2)
PR: 294328
| -rw-r--r-- | devel/py-array-api-strict/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-array-api-strict/Makefile b/devel/py-array-api-strict/Makefile index 734e25ed7938..064cdf11af88 100644 --- a/devel/py-array-api-strict/Makefile +++ b/devel/py-array-api-strict/Makefile @@ -1,6 +1,6 @@ PORTNAME= array-api-strict DISTVERSION= 2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/data-apis/array-api-strict/releases/download/${DISTVERSION}/ @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>8:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy1>0:math/py-numpy1@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR} USES= python |
