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

24 lines
497 B
Makefile

# $FreeBSD$
PORTNAME= GridDataFormats
DISTVERSION= 0.5.0
PORTREVISION= 1
CATEGORIES= math python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Handle data on a grid: NumPy n-dimensional arrays
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
USES= python:3.6+
USE_GITHUB= yes
GH_ACCOUNT= MDAnalysis
USE_PYTHON= distutils autoplist concurrent
NO_ARCH= yes
.include <bsd.port.mk>