aboutsummaryrefslogtreecommitdiff
path: root/security/py-ed25519ll
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2020-08-28 09:36:39 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2020-08-28 09:36:39 +0000
commitccb27bc9a4d40bf871e7fd2412828018da0b6989 (patch)
tree5c109332743a1f488088fc73539e253ba4515a1b /security/py-ed25519ll
parent343057825cfa43cb27c62abfca6b8919b981445e (diff)
downloadports-ccb27bc9a4d40bf871e7fd2412828018da0b6989.tar.gz
ports-ccb27bc9a4d40bf871e7fd2412828018da0b6989.zip
- Update WWW
- Fix testing and flavor usage in TEST_DEPENDS Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=546713
Diffstat (limited to 'security/py-ed25519ll')
-rw-r--r--security/py-ed25519ll/Makefile4
-rw-r--r--security/py-ed25519ll/pkg-descr2
2 files changed, 3 insertions, 3 deletions
diff --git a/security/py-ed25519ll/Makefile b/security/py-ed25519ll/Makefile
index 11b99cdc9a01..198c12762091 100644
--- a/security/py-ed25519ll/Makefile
+++ b/security/py-ed25519ll/Makefile
@@ -16,7 +16,7 @@ COMMENT= Low-level ctypes wrapper for Ed25519 digital signatures
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>
diff --git a/security/py-ed25519ll/pkg-descr b/security/py-ed25519ll/pkg-descr
index dc9293f6c276..5b5c67ca14d4 100644
--- a/security/py-ed25519ll/pkg-descr
+++ b/security/py-ed25519ll/pkg-descr
@@ -8,4 +8,4 @@ This wrapper also contains a reasonably performat pure-Python
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