Date: Mon, 14 Sep 2020 09:36:53 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r548599 - head/security/py-pysha3 Message-ID: <202009140936.08E9arsM002090@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Sep 14 09:36:53 2020 New Revision: 548599 URL: https://svnweb.freebsd.org/changeset/ports/548599 Log: - Pass TEST_ENV to testing - Update WWW Approved by: portmgr blanket Modified: head/security/py-pysha3/Makefile head/security/py-pysha3/pkg-descr Modified: head/security/py-pysha3/Makefile ============================================================================== --- head/security/py-pysha3/Makefile Mon Sep 14 09:21:39 2020 (r548598) +++ head/security/py-pysha3/Makefile Mon Sep 14 09:36:53 2020 (r548599) @@ -23,6 +23,6 @@ post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_pysha3.so do-test: - @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test + @cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include <bsd.port.mk> Modified: head/security/py-pysha3/pkg-descr ============================================================================== --- head/security/py-pysha3/pkg-descr Mon Sep 14 09:21:39 2020 (r548598) +++ head/security/py-pysha3/pkg-descr Mon Sep 14 09:36:53 2020 (r548599) @@ -6,4 +6,4 @@ ARM assembly variants are ignored for now. The module is a standalone version of the SHA-3 implemention of Python 3.4 (currently under development). -WWW: http://bitbucket.org/tiran/pykeccak +WWW: https://bitbucket.org/tiran/pykeccak
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009140936.08E9arsM002090>