Date: Fri, 28 Aug 2020 09:36:39 +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: r546713 - head/security/py-ed25519ll Message-ID: <202008280936.07S9addf098313@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008280936.07S9addf098313>