FreeBSD Bugzilla – Attachment 213592 Details for
Bug 245755
[NEW PORT] devel/py-pyotp2289 Pure Python implementation of RFC-2289 - "A One-Time Password System"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Adding the port diff
py-pyotp2289.diff (text/plain), 2.85 KB, created by
Simeon Simeonov
on 2020-04-20 05:08:06 UTC
(
hide
)
Description:
Adding the port diff
Filename:
MIME Type:
Creator:
Simeon Simeonov
Created:
2020-04-20 05:08:06 UTC
Size:
2.85 KB
patch
obsolete
>Index: devel/py-pyotp2289/Makefile >=================================================================== >--- devel/py-pyotp2289/Makefile (nonexistent) >+++ devel/py-pyotp2289/Makefile (working copy) >@@ -0,0 +1,26 @@ >+# Created by: Simeon Simeonov <sgs@pichove.org> >+# $FreeBSD$ >+ >+PORTNAME= pyotp2289 >+PORTVERSION= 1.0.0 >+CATEGORIES= devel python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= sgs@pichove.org >+COMMENT= Pure Python implementation of RFC-2289 - "A One-Time Password System" >+ >+LICENSE= BSD2CLAUSE >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} >+ >+USES= python:3.6+ >+USE_PYTHON= autoplist concurrent distutils >+ >+NO_ARCH= yes >+ >+do-test: >+ @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v >+ >+.include <bsd.port.mk> > >Property changes on: devel/py-pyotp2289/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/py-pyotp2289/distinfo >=================================================================== >--- devel/py-pyotp2289/distinfo (nonexistent) >+++ devel/py-pyotp2289/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1587291556 >+SHA256 (pyotp2289-1.0.0.tar.gz) = c37b4a50726a1d57e1f3ef0f05169f4b0b6e7d9baed7335acfbcf4a2eb7432c4 >+SIZE (pyotp2289-1.0.0.tar.gz) = 30245 > >Property changes on: devel/py-pyotp2289/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/py-pyotp2289/pkg-descr >=================================================================== >--- devel/py-pyotp2289/pkg-descr (nonexistent) >+++ devel/py-pyotp2289/pkg-descr (working copy) >@@ -0,0 +1,10 @@ >+pyotp2289 is a pure Python 3 implementation of RFC-2289 - >+"A One-Time Password System" >+ >+"The system provides authentication for system access (login) and other >+applications requiring authentication that is secure against passive attacks >+based on replaying captured reusable passwords. OTP evolved from the S/KEY >+(S/KEY is a trademark of Bellcore) One-Time Password System that was released >+by Bellcore." >+ >+WWW: https://github.com/blackm0re/pyotp2289 > >Property changes on: devel/py-pyotp2289/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 245755
:
213592
|
213595
|
213714