svn commit: r548599 - head/security/py-pysha3

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Sep 14 09:36:54 UTC 2020


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


More information about the svn-ports-all mailing list