Files
ports/math/py-GridDataFormats/Makefile
T
Charlie Li d04d23ae37 python.mk: retire ${PYNUMPY}
With both math/py-numpy (2) and math/py-numpy1, the variable stopped
making sense. Also remove the upper version bound.
2026-04-03 16:52:43 -04:00

27 lines
668 B
Makefile

PORTNAME= GridDataFormats
DISTVERSION= 1.0.2
PORTREVISION= 2
CATEGORIES= math python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Handle data on a grid: NumPy n-dimensional arrays
WWW= https://github.com/MDAnalysis/GridDataFormats
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy1>=1.16:math/py-numpy1@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mrcfile>0:biology/py-mrcfile@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist concurrent pytest
USE_GITHUB= yes
GH_ACCOUNT= MDAnalysis
NO_ARCH= yes
.include <bsd.port.mk>