diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-10-18 09:48:23 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-10-18 09:54:29 -0700 |
commit | 1ad5af57e37ff9dfe557d5606cae12c2728e9ddf (patch) | |
tree | 06b2932e0b700b8d68d994dd73c14a342e3b7713 /math/py-GridDataFormats/Makefile | |
parent | audio/carla: Update 2.4.0 -> 2.4.1 (diff) |
math/py-GridDataFormats: Update 0.5.0 -> 0.6.0
Reported by: portscout
Diffstat (limited to 'math/py-GridDataFormats/Makefile')
-rw-r--r-- | math/py-GridDataFormats/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/math/py-GridDataFormats/Makefile b/math/py-GridDataFormats/Makefile index ad870371e874..6c1347d75c23 100644 --- a/math/py-GridDataFormats/Makefile +++ b/math/py-GridDataFormats/Makefile @@ -1,6 +1,5 @@ PORTNAME= GridDataFormats -DISTVERSION= 0.5.0 -PORTREVISION= 1 +DISTVERSION= 0.6.0 CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,12 +10,19 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} USES= python:3.6+ +USE_PYTHON= distutils autoplist concurrent + USE_GITHUB= yes GH_ACCOUNT= MDAnalysis -USE_PYTHON= distutils autoplist concurrent + NO_ARCH= yes +do-test: + @cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest + .include <bsd.port.mk> |