summaryrefslogtreecommitdiff
path: root/math/py-algopy/Makefile
blob: e90967b484199f4f5f4b2eed1f156846e655ad5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	algopy
DISTVERSION=	0.5.7
PORTREVISION=	2
CATEGORIES=	math python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Algorithmic Differentiation (AD) and Taylor polynomial approximations
WWW=		https://pythonhosted.org/algopy/

LICENSE=	BSD3CLAUSE

RUN_DEPENDS=	${PYNUMPY}

USES=		python:3.6+ zip
USE_PYTHON=	distutils autoplist
NO_ARCH=	yes

.include <bsd.port.mk>