diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-28 22:07:10 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-28 22:07:10 +0000 |
commit | c36d8b68cd45c23b626d3a57fc25465ca363f1f0 (patch) | |
tree | 9e9efd2ef7b88a5e8beb5ae55f2ab13ab36e66d6 /security/py-pyotp | |
parent | fcd33c14145ec35662707680198381879dd3ddf1 (diff) |
Notes
Diffstat (limited to 'security/py-pyotp')
-rw-r--r-- | security/py-pyotp/Makefile | 7 | ||||
-rw-r--r-- | security/py-pyotp/distinfo | 5 | ||||
-rw-r--r-- | security/py-pyotp/pkg-descr | 2 |
3 files changed, 8 insertions, 6 deletions
diff --git a/security/py-pyotp/Makefile b/security/py-pyotp/Makefile index 961bcf7462e3..38eb9aeef23c 100644 --- a/security/py-pyotp/Makefile +++ b/security/py-pyotp/Makefile @@ -1,7 +1,8 @@ # $FreeBSD$ PORTNAME= pyotp -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.1 +DISTVERSIONPREFIX= v CATEGORIES= security PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -9,11 +10,9 @@ MAINTAINER= vlad-fbsd@acheronmedia.com COMMENT= Python One Time Password Library LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes -GH_ACCOUNT= pyotp -GH_PROJECT= pyotp -GH_TAGNAME= 02ab049b2b473365bc7b57dc8dba14af71265895 USES= python USE_PYTHON= distutils autoplist diff --git a/security/py-pyotp/distinfo b/security/py-pyotp/distinfo index abd3f7ac8d8b..a6af06ca1c77 100644 --- a/security/py-pyotp/distinfo +++ b/security/py-pyotp/distinfo @@ -1,2 +1,3 @@ -SHA256 (pyotp-pyotp-2.1.0-02ab049b2b473365bc7b57dc8dba14af71265895_GH0.tar.gz) = b16bebd7d7f2618e0416d2ac94ec9872321839cc253bb02d23575ce33d0c6a3d -SIZE (pyotp-pyotp-2.1.0-02ab049b2b473365bc7b57dc8dba14af71265895_GH0.tar.gz) = 12958 +TIMESTAMP = 1464469746 +SHA256 (pyotp-pyotp-v2.1.1_GH0.tar.gz) = 470037f1fa10bd2af30ecf680e543a06d3fa7e2f8fc33758d3d789c0448cb0c0 +SIZE (pyotp-pyotp-v2.1.1_GH0.tar.gz) = 12946 diff --git a/security/py-pyotp/pkg-descr b/security/py-pyotp/pkg-descr index e9848a10b9d2..d5bcb1e9931e 100644 --- a/security/py-pyotp/pkg-descr +++ b/security/py-pyotp/pkg-descr @@ -1,3 +1,5 @@ PyOTP is a Python library for generating and verifying one-time passwords. It can be used to implement two-factor (2FA) or multi-factor (MFA) authentication methods in web applications and in other systems that require users to log in. + +WWW: https://github.com/pyotp/pyotp |