diff options
Diffstat (limited to 'math/py-cma/Makefile')
-rw-r--r-- | math/py-cma/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/math/py-cma/Makefile b/math/py-cma/Makefile index 6364c46db49f..23c0a932d479 100644 --- a/math/py-cma/Makefile +++ b/math/py-cma/Makefile @@ -1,6 +1,5 @@ PORTNAME= cma -PORTVERSION= 3.3.0 -PORTREVISION= 1 +PORTVERSION= 4.0.0 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +11,12 @@ WWW= https://github.com/CMA-ES/pycma LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/cma/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>=0,1:math/py-numpy@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes |