diff --git a/math/py-pynauty/Makefile b/math/py-pynauty/Makefile index d67dff7e6e9b..1e511b2f9989 100644 --- a/math/py-pynauty/Makefile +++ b/math/py-pynauty/Makefile @@ -1,24 +1,28 @@ PORTNAME= pynauty -DISTVERSION= 1.0.2 +DISTVERSION= 1.1.1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Isomorphism testing and automorphisms of graphs LICENSE= GPLv3 BUILD_DEPENDS= gmake:devel/gmake +TEST_DEPENDS= pytest:devel/py-pytest@${PY_FLAVOR} USES= python:3.6+ shebangfix USE_PYTHON= distutils autoplist SHEBANG_FILES= src/pynauty/tests/test_minimal.py BINARY_ALIAS= make=${GMAKE} python3=${PYTHON_CMD} post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pynauty/nautywrap*.so +do-test: install + @cd ${WRKSRC} && pytest + .include diff --git a/math/py-pynauty/distinfo b/math/py-pynauty/distinfo index fd7f06b8dc6d..4589046e0fe3 100644 --- a/math/py-pynauty/distinfo +++ b/math/py-pynauty/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629593014 -SHA256 (pynauty-1.0.2.tar.gz) = 771c6254fd89760ed5ad057676fbe59d9abb898352652e9774a0d43dd6c50096 -SIZE (pynauty-1.0.2.tar.gz) = 1862748 +TIMESTAMP = 1651966586 +SHA256 (pynauty-1.1.1.tar.gz) = 960e013c00dd035eb3cf5bec56e1d6ec76a849f86e961b1fc8b6a6745ce2199e +SIZE (pynauty-1.1.1.tar.gz) = 1893705