opnsense-ports/math/py-cmaes/Makefile
Franco Fichtner a68f264ff1 */*: sync with upstream
Taken from: FreeBSD
2023-08-17 14:05:37 +02:00

21 lines
473 B
Makefile

PORTNAME= cmaes
PORTVERSION= 0.10.0
CATEGORIES= math
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Lightweight CMA Evolution Strategy implementation for Python
WWW= https://github.com/CyberAgent/cmaes
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>