aboutsummaryrefslogtreecommitdiff
path: root/math/py-GridDataFormats/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-06-19 06:15:17 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-06-19 06:20:20 +0000
commit321637c98e572edaea88296d3009721ed6383af9 (patch)
treeb9afed2cc858778706395b3310f8de1fd268d033 /math/py-GridDataFormats/Makefile
parent4d6ae74abc306ed7570ab3e330d4b9fce81b0531 (diff)
downloadports-321637c98e572edaea88296d3009721ed6383af9.tar.gz
ports-321637c98e572edaea88296d3009721ed6383af9.zip
math/py-GridDataFormats: Update 1.0.0 -> 1.0.1
Reported by: portscout
Diffstat (limited to 'math/py-GridDataFormats/Makefile')
-rw-r--r--math/py-GridDataFormats/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/math/py-GridDataFormats/Makefile b/math/py-GridDataFormats/Makefile
index 20e4446c6eab..08501ec77d59 100644
--- a/math/py-GridDataFormats/Makefile
+++ b/math/py-GridDataFormats/Makefile
@@ -1,5 +1,5 @@
PORTNAME= GridDataFormats
-DISTVERSION= 1.0.0
+DISTVERSION= 1.0.1
CATEGORIES= math python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,19 +11,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}mrcfile>0:biology/py-mrcfile@${PY_FLAVOR} \
- ${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}
+ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
USES= python:3.6+
-USE_PYTHON= distutils autoplist concurrent
+USE_PYTHON= distutils autoplist concurrent pytest
USE_GITHUB= yes
GH_ACCOUNT= MDAnalysis
NO_ARCH= yes
-do-test:
- @cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest
-
.include <bsd.port.mk>