1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Add py-webauthn 0.4.7

PyWebAuthn is a Python module which can be used to handle WebAuthn registration
and assertion. Currently, WebAuthn is supported in Firefox, Chrome, and Edge.

WWW: https://github.com/duo-labs/py_webauthn
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-11-15 17:55:59 +00:00
parent e4615bb32b
commit d84e805129
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555252
4 changed files with 38 additions and 0 deletions

View File

@ -1005,6 +1005,7 @@
SUBDIR += py-virustotal-api SUBDIR += py-virustotal-api
SUBDIR += py-volatility3 SUBDIR += py-volatility3
SUBDIR += py-vulndb SUBDIR += py-vulndb
SUBDIR += py-webauthn
SUBDIR += py-xkcdpass SUBDIR += py-xkcdpass
SUBDIR += py-xmlsec SUBDIR += py-xmlsec
SUBDIR += py-yara SUBDIR += py-yara

View File

@ -0,0 +1,30 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= webauthn
PORTVERSION= 0.4.7
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= WebAuthn Python module
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cbor2>=4.0.1:devel/py-cbor2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cryptography>=2.3.1:security/py-cryptography@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}future>=0.17.1:devel/py-future@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openssl>=16.0.0:security/py-openssl@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/py-six@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
do-test:
cd ${WRKSRC} && ${PYTHON_CMD} -m unittest
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1605426321
SHA256 (webauthn-0.4.7.tar.gz) = 8ad9072ff1d6169f3be30d4dc8733ea563dd266962397bc58b40f674a6af74ac
SIZE (webauthn-0.4.7.tar.gz) = 65784

View File

@ -0,0 +1,4 @@
PyWebAuthn is a Python module which can be used to handle WebAuthn registration
and assertion. Currently, WebAuthn is supported in Firefox, Chrome, and Edge.
WWW: https://github.com/duo-labs/py_webauthn