Index: head/security/py-pysha3/Makefile =================================================================== --- head/security/py-pysha3/Makefile (revision 548598) +++ head/security/py-pysha3/Makefile (revision 548599) @@ -1,28 +1,28 @@ # Created by: Kubilay Kocak # $FreeBSD$ PORTNAME= pysha3 DISTVERSION= 1.0.2 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= SHA-3 (Keccak) for Python LICENSE= PSFL LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_mips64= fails to compile: KeccakP-1600-opt64.c: error: Not yet implemented # Actually Python 2.7,3.4+ USES= python USE_PYTHON= autoplist distutils 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 Index: head/security/py-pysha3/pkg-descr =================================================================== --- head/security/py-pysha3/pkg-descr (revision 548598) +++ head/security/py-pysha3/pkg-descr (revision 548599) @@ -1,9 +1,9 @@ sha3 wrapper (keccak) for Python. The package is a wrapper around the optimized reference implementation from http://keccak.noekeon.org/ . Only the optimizations for 32 and 64bit platforms are used. The optimized SSE and 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