diff options
Diffstat (limited to 'graphics/py-graphviz/Makefile')
-rw-r--r-- | graphics/py-graphviz/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/py-graphviz/Makefile b/graphics/py-graphviz/Makefile index 7b0f28ae6490..1afb5a760e30 100644 --- a/graphics/py-graphviz/Makefile +++ b/graphics/py-graphviz/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= graphviz -PORTVERSION= 0.8.4 +PORTVERSION= 0.10.1 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,10 +17,11 @@ RUN_DEPENDS= dot:graphics/graphviz TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-mock>=0:devel/py-pytest-mock@${PY_FLAVOR} -NO_ARCH= yes USES= python zip USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes + do-test: @cd ${WRKSRC} && ${PYTHON_CMD} run-tests.py |