opnsense-ports/math/py-autograd/Makefile
Franco Fichtner e960356a85 */*: sync with upstream
Taken from: FreeBSD
2023-07-18 09:10:09 +02:00

23 lines
530 B
Makefile

PORTNAME= autograd
DISTVERSION= 1.6.1
CATEGORIES= math python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm@FreeBSD.org
COMMENT= Efficiently computes derivatives of numpy code
WWW= https://github.com/HIPS/autograd
LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \
${PY_SETUPTOOLS}
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}future>=0.15.2:devel/py-future@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist pep517
NO_ARCH= yes
.include <bsd.port.mk>