forked from Lainports/freebsd-ports
math/py-pynauty: Update 1.0.2 -> 1.1.1; Add test target
This commit is contained in:
parent
bcd774ab39
commit
7a2b1705fd
2 changed files with 8 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= pynauty
|
||||
DISTVERSION= 1.0.2
|
||||
DISTVERSION= 1.1.1
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
@ -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
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue