diff options
Diffstat (limited to 'math/py-moarchiving/Makefile')
-rw-r--r-- | math/py-moarchiving/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/math/py-moarchiving/Makefile b/math/py-moarchiving/Makefile index be07e62582ec..ee922b84f135 100644 --- a/math/py-moarchiving/Makefile +++ b/math/py-moarchiving/Makefile @@ -1,5 +1,5 @@ PORTNAME= moarchiving -PORTVERSION= 0.6.0 +PORTVERSION= 1.0.0 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -9,9 +9,14 @@ COMMENT= Biobjective Archive class with hypervolume indicator and uncrowded hype WWW= https://github.com/CMA-ES/moarchiving LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sortedcontainers>=2.4.0:devel/py-sortedcontainers@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes |