git: 0fb06b2143eb - main - security/py-fido2: Fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Sep 2023 19:11:51 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0fb06b2143eb62d53698c50ae3016ebfad3f85e1 commit 0fb06b2143eb62d53698c50ae3016ebfad3f85e1 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-11 19:11:33 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-11 19:11:33 +0000 security/py-fido2: Fix typo - Convert to USES=pycryptography:run - Bump PORTREVISION for dependency change --- security/py-fido2/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/security/py-fido2/Makefile b/security/py-fido2/Makefile index c717c0cd7a1b..14a4f157f52c 100644 --- a/security/py-fido2/Makefile +++ b/security/py-fido2/Makefile @@ -1,5 +1,6 @@ PORTNAME= fido2 PORTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,12 +13,10 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} -xRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=2.6<40,1:security/py-cryptography@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} -# assuming xRUN_DEPENDS is a typo, add: pycryptography:run -USES= python +USES= pycryptography:run python USE_PYTHON= autoplist pep517 unittest NO_ARCH= yes