mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 08:40:39 -04:00
19 lines
388 B
Makefile
19 lines
388 B
Makefile
PORTNAME= algopy
|
|
DISTVERSION= 0.5.7
|
|
PORTREVISION= 2
|
|
CATEGORIES= math python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Algorithmic Differentiation (AD) and Taylor polynomial approximations
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
RUN_DEPENDS= ${PYNUMPY}
|
|
|
|
USES= python:3.6+ zip
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|