diff options
Diffstat (limited to 'math/py-numexpr/Makefile')
| -rw-r--r-- | math/py-numexpr/Makefile | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/math/py-numexpr/Makefile b/math/py-numexpr/Makefile index 7ccffe4acc43..dc76f2169068 100644 --- a/math/py-numexpr/Makefile +++ b/math/py-numexpr/Makefile @@ -1,5 +1,5 @@  PORTNAME=	numexpr -PORTVERSION=	2.13.1 +PORTVERSION=	2.14.1  CATEGORIES=	math python  MASTER_SITES=	PYPI \  		https://github.com/pydata/numexpr/releases/download/v${PORTVERSION}/ @@ -15,9 +15,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt  BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \  		${PYTHON_PKGNAMEPREFIX}setuptools>=61.0.0:devel/py-setuptools@${PY_FLAVOR} \  		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.23.0,1:math/py-numpy@${PY_FLAVOR} +RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.26.0,1:math/py-numpy@${PY_FLAVOR} -USES=		dos2unix python:3.10+ +USES=		dos2unix python  USE_PYTHON=	autoplist concurrent pep517  post-install:  | 
