mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 21:50:32 -04:00
23 lines
473 B
Makefile
23 lines
473 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= GridDataFormats
|
|
DISTVERSION= 0.4.0
|
|
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@${FLAVOR}
|
|
|
|
USES= python
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= MDAnalysis
|
|
USE_PYTHON= distutils autoplist concurrent
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|