mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
This is a library for verifying YubiKey OTP tokens. It includes both the
low-level implementation for verifying tokens locally and clients for multiple versions of the Yubico validation web service. The primary audience is developers who wish to verify YubiKey tokens in their applications, presumably as part of a multi-factor authentication scheme. WWW: https://pypi.python.org/pypi/YubiOTP
This commit is contained in:
parent
11d2ea65b7
commit
fd1bf1a623
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416759
4 changed files with 32 additions and 0 deletions
|
@ -818,6 +818,7 @@
|
|||
SUBDIR += py-Products.PluggableAuthService
|
||||
SUBDIR += py-RestrictedPython
|
||||
SUBDIR += py-SecretStorage
|
||||
SUBDIR += py-YubiOTP
|
||||
SUBDIR += py-acme
|
||||
SUBDIR += py-acme-tiny
|
||||
SUBDIR += py-artifacts
|
||||
|
|
21
security/py-YubiOTP/Makefile
Normal file
21
security/py-YubiOTP/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Created by: Carlo Strub <cs@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= YubiOTP
|
||||
PORTVERSION= 0.2.1
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= cs@FreeBSD.org
|
||||
COMMENT= Library for verifying YubiKey OTP tokens
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six \
|
||||
${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/py-YubiOTP/distinfo
Normal file
3
security/py-YubiOTP/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1465681726
|
||||
SHA256 (YubiOTP-0.2.1.tar.gz) = 458b6db6e9988740766dc47ca5583ac4c4db8b7483ffa7e3bc82101e6b07075c
|
||||
SIZE (YubiOTP-0.2.1.tar.gz) = 17493
|
7
security/py-YubiOTP/pkg-descr
Normal file
7
security/py-YubiOTP/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
This is a library for verifying YubiKey OTP tokens. It includes both the
|
||||
low-level implementation for verifying tokens locally and clients for multiple
|
||||
versions of the Yubico validation web service. The primary audience is
|
||||
developers who wish to verify YubiKey tokens in their applications, presumably
|
||||
as part of a multi-factor authentication scheme.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/YubiOTP
|
Loading…
Add table
Reference in a new issue