freebsd-ports/math/py-moarchiving/Makefile
Po-Chuan Hsieh e9421aa3f4
math/py-moarchiving: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2024-05-13 22:03:00 +08:00

27 lines
805 B
Makefile

PORTNAME= moarchiving
PORTVERSION= 0.6.0
PORTREVISION= 1
CATEGORIES= math python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Biobjective Archive class with hypervolume indicator and uncrowded hypervolume improvement computation
WWW= https://github.com/CMA-ES/moarchiving
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
OPTIONS_DEFINE= ARBITRARY_PRECISION
ARBITRARY_PRECISION_DESC= Arbitrary precision hypervolume computation support
ARBITRARY_PRECISION_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}fraction>=0:math/py-fraction@${PY_FLAVOR}
.include <bsd.port.mk>