Skip to content

Commit

Permalink
security/py-fido2: Update to 1.1.1
Browse files Browse the repository at this point in the history
- Convert to USE_PYTHON=pep517

Changes:	https://github.com/Yubico/python-fido2/releases
  • Loading branch information
sunpoet committed Apr 9, 2023
1 parent d033ec3 commit de5cbaa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions security/py-fido2/Makefile
@@ -1,5 +1,5 @@
PORTNAME= fido2
PORTVERSION= 1.1.0
PORTVERSION= 1.1.1
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,12 +11,13 @@ WWW= https://github.com/Yubico/python-fido2
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=2.6<40,1:security/py-cryptography@${PY_FLAVOR} \
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}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR}

USES= python:3.7+
USE_PYTHON= autoplist distutils unittest
USE_PYTHON= autoplist pep517 unittest

NO_ARCH= yes

Expand Down
6 changes: 3 additions & 3 deletions security/py-fido2/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1669058343
SHA256 (fido2-1.1.0.tar.gz) = 2b4b4e620c2100442c20678e0e951ad6d1efb3ba5ca8ebb720c4c8d543293674
SIZE (fido2-1.1.0.tar.gz) = 243526
TIMESTAMP = 1681053036
SHA256 (fido2-1.1.1.tar.gz) = 5dc495ca8c59c1c337383b4b8c314d46b92d5c6fc650e71984c6d7f954079fc3
SIZE (fido2-1.1.1.tar.gz) = 247150

0 comments on commit de5cbaa

Please sign in to comment.