Skip to content

Commit

Permalink
math/py-pynauty: Update 1.0.2 -> 1.1.1; Add test target
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed May 7, 2022
1 parent bcd774a commit 7a2b170
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion math/py-pynauty/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pynauty
DISTVERSION= 1.0.2
DISTVERSION= 1.1.1
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -10,6 +10,7 @@ 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
Expand All @@ -21,4 +22,7 @@ BINARY_ALIAS= make=${GMAKE} python3=${PYTHON_CMD}
post-install:
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pynauty/nautywrap*.so

do-test: install
@cd ${WRKSRC} && pytest

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions 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

0 comments on commit 7a2b170

Please sign in to comment.