Date: Fri, 29 Jul 2022 08:08:55 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3291df25f9d6 - main - math/py-pynauty: Update 1.1.1 -> 1.1.2 Message-ID: <202207290808.26T88t8G056239@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=3291df25f9d6f9dde8f6c788c6711800633b5191 commit 3291df25f9d6f9dde8f6c788c6711800633b5191 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-07-29 07:46:55 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-07-29 08:08:50 +0000 math/py-pynauty: Update 1.1.1 -> 1.1.2 --- math/py-pynauty/Makefile | 8 +++++--- math/py-pynauty/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/math/py-pynauty/Makefile b/math/py-pynauty/Makefile index 1e511b2f9989..6c8b054e83e1 100644 --- a/math/py-pynauty/Makefile +++ b/math/py-pynauty/Makefile @@ -1,5 +1,5 @@ PORTNAME= pynauty -DISTVERSION= 1.1.1 +DISTVERSION= 1.1.2 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,10 +19,12 @@ SHEBANG_FILES= src/pynauty/tests/test_minimal.py BINARY_ALIAS= make=${GMAKE} python3=${PYTHON_CMD} +TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} + post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pynauty/nautywrap*.so -do-test: install - @cd ${WRKSRC} && pytest +do-test: + @cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest .include <bsd.port.mk> diff --git a/math/py-pynauty/distinfo b/math/py-pynauty/distinfo index 4589046e0fe3..a6328e3444ce 100644 --- a/math/py-pynauty/distinfo +++ b/math/py-pynauty/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1651966586 -SHA256 (pynauty-1.1.1.tar.gz) = 960e013c00dd035eb3cf5bec56e1d6ec76a849f86e961b1fc8b6a6745ce2199e -SIZE (pynauty-1.1.1.tar.gz) = 1893705 +TIMESTAMP = 1659080404 +SHA256 (pynauty-1.1.2.tar.gz) = fca00e50874b0cb34800f41b91b31f4b61a6ec22f2d3bd0b2290209b8d552307 +SIZE (pynauty-1.1.2.tar.gz) = 1894529
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207290808.26T88t8G056239>