View | Details | Raw Unified | Return to bug 245755 | Differences between
and this patch

Collapse All | Expand All

(-)security/py-pyotp2289/Makefile (+26 lines)
Line 0 Link Here
1
# Created by: Simeon Simeonov <sgs@pichove.org>
2
# $FreeBSD$
3
4
PORTNAME=	pyotp2289
5
PORTVERSION=	1.0.0
6
CATEGORIES=	security python
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
10
MAINTAINER=	sgs@pichove.org
11
COMMENT=	Pure Python implementation of RFC-2289 - "A One-Time Password System"
12
13
LICENSE=	BSD2CLAUSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
15
16
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
17
18
USES=		python:3.6+
19
USE_PYTHON=	autoplist concurrent distutils
20
21
NO_ARCH=	yes
22
23
do-test:
24
	@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v -o addopts=
25
26
.include <bsd.port.mk>
(-)security/py-pyotp2289/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1587291556
2
SHA256 (pyotp2289-1.0.0.tar.gz) = c37b4a50726a1d57e1f3ef0f05169f4b0b6e7d9baed7335acfbcf4a2eb7432c4
3
SIZE (pyotp2289-1.0.0.tar.gz) = 30245
(-)security/py-pyotp2289/pkg-descr (+10 lines)
Line 0 Link Here
1
pyotp2289 is a pure Python 3 implementation of RFC-2289 -
2
"A One-Time Password System"
3
4
"The system provides authentication for system access (login) and other
5
applications requiring authentication that is secure against passive attacks
6
based on replaying captured reusable passwords. OTP evolved from the S/KEY
7
(S/KEY is a trademark of Bellcore) One-Time Password System that was released
8
by Bellcore."
9
10
WWW: https://github.com/blackm0re/pyotp2289

Return to bug 245755