svn commit: r546713 - head/security/py-ed25519ll
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Aug 28 09:36:40 UTC 2020
Author: amdmi3
Date: Fri Aug 28 09:36:39 2020
New Revision: 546713
URL: https://svnweb.freebsd.org/changeset/ports/546713
Log:
- Update WWW
- Fix testing and flavor usage in TEST_DEPENDS
Approved by: portmgr blanket
Modified:
head/security/py-ed25519ll/Makefile
head/security/py-ed25519ll/pkg-descr
Modified: head/security/py-ed25519ll/Makefile
==============================================================================
--- head/security/py-ed25519ll/Makefile Fri Aug 28 09:19:15 2020 (r546712)
+++ head/security/py-ed25519ll/Makefile Fri Aug 28 09:36:39 2020 (r546713)
@@ -16,7 +16,7 @@ COMMENT= Low-level ctypes wrapper for Ed25519 digital
LICENSE= MIT
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${FLAVOR}
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils flavors
@@ -24,6 +24,6 @@ USE_PYTHON= autoplist distutils flavors
WRKSRC= ${WRKDIR}/dholth-${PORTNAME}-${DISTNAME}
do-test:
- cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
+ cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} ${PYSETUP} test
.include <bsd.port.mk>
Modified: head/security/py-ed25519ll/pkg-descr
==============================================================================
--- head/security/py-ed25519ll/pkg-descr Fri Aug 28 09:19:15 2020 (r546712)
+++ head/security/py-ed25519ll/pkg-descr Fri Aug 28 09:36:39 2020 (r546713)
@@ -8,4 +8,4 @@ This wrapper also contains a reasonably performat pure
fallback. Unlike the reference implementation, the Python implementation
does not contain protection against timing attacks.
-WWW: http://bitbucket.org/dholth/ed25519ll/
+WWW: https://bitbucket.org/dholth/ed25519ll
More information about the svn-ports-all
mailing list