freebsd-ports/math/py-algopy/Makefile
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

21 lines
401 B
Makefile

# $FreeBSD$
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>