Skip to content

Commit

Permalink
www/py-onetimepass: New port: Module for generating and validating HO…
Browse files Browse the repository at this point in the history
…TP and TOTP tokens
  • Loading branch information
yurivict committed Dec 26, 2022
1 parent 6096ae6 commit dcdc949
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions www/Makefile
Expand Up @@ -1690,6 +1690,7 @@
SUBDIR += py-mwoauth
SUBDIR += py-nevow
SUBDIR += py-notebook
SUBDIR += py-onetimepass
SUBDIR += py-openbrokerapi
SUBDIR += py-pafy
SUBDIR += py-paste
Expand Down
21 changes: 21 additions & 0 deletions www/py-onetimepass/Makefile
@@ -0,0 +1,21 @@
PORTNAME= onetimepass
DISTVERSION= 1.0.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= yuri@FreeBSD.org
COMMENT= Module for generating and validating HOTP and TOTP tokens
WWW= https://github.com/tadeck/onetimepass/

LICENSE= MIT

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

USES= python
USE_PYTHON= distutils autoplist

NO_ARCH= yes

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions www/py-onetimepass/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1672081898
SHA256 (onetimepass-1.0.1.tar.gz) = a569dac076d6e3761cbc55e36952144a637ca1b075c6d509de1c1dbc5e7f6a27
SIZE (onetimepass-1.0.1.tar.gz) = 6046
1 change: 1 addition & 0 deletions www/py-onetimepass/pkg-descr
@@ -0,0 +1 @@
One-time password library for HMAC-based (HOTP) and time-based (TOTP) passwords.

0 comments on commit dcdc949

Please sign in to comment.