pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Add py-u2flib-server



Module Name:	pkgsrc-wip
Committed By:	Kethzer Docteur <kethzer.dr%gmail.com@localhost>
Pushed By:	kethzer.dr
Date:		Fri May 4 13:14:58 2018 -0400
Changeset:	9880d31870fedf10684e1e784238273a8417f4c1

Modified Files:
	Makefile
Added Files:
	py-u2flib-server/DESCR
	py-u2flib-server/Makefile
	py-u2flib-server/PLIST
	py-u2flib-server/distinfo

Log Message:
Add py-u2flib-server

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9880d31870fedf10684e1e784238273a8417f4c1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                  |  3 ++-
 py-u2flib-server/DESCR    |  1 +
 py-u2flib-server/Makefile | 27 +++++++++++++++++++++++++++
 py-u2flib-server/PLIST    | 36 ++++++++++++++++++++++++++++++++++++
 py-u2flib-server/distinfo |  6 ++++++
 5 files changed, 72 insertions(+), 1 deletion(-)

diffs:
diff --git a/Makefile b/Makefile
index 869472f3d9..e2ecfcf2e5 100644
--- a/Makefile
+++ b/Makefile
@@ -3827,8 +3827,9 @@ SUBDIR+=	py-txWS
 SUBDIR+=	py-txZMQ
 SUBDIR+=	py-txdbus
 SUBDIR+=	py-typedecorator
-SUBDIR+=	py-ufl
+SUBDIR+=	py-u2flib-server
 SUBDIR+=	py-ua-parser
+SUBDIR+=	py-ufl
 SUBDIR+=	py-umalqurra
 SUBDIR+=	py-uncertainties
 SUBDIR+=	py-unidiff
diff --git a/py-u2flib-server/DESCR b/py-u2flib-server/DESCR
new file mode 100644
index 0000000000..f1be072e90
--- /dev/null
+++ b/py-u2flib-server/DESCR
@@ -0,0 +1 @@
+Python based U2F server library
diff --git a/py-u2flib-server/Makefile b/py-u2flib-server/Makefile
new file mode 100644
index 0000000000..4b91d6e3b7
--- /dev/null
+++ b/py-u2flib-server/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD$
+
+DISTNAME=	python-u2flib-server-5.0.0
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME:S/python-//}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/python-u2flib-server/}
+
+MAINTAINER=	kethzer.dr%gmail.com@localhost
+HOMEPAGE=	https://github.com/Yubico/python-u2flib-server/
+COMMENT=	Python based U2F server library
+#LICENSE=	# TODO: (see mk/license.mk)
+
+
+DEPENDS+=       ${PYPKGPREFIX}-cryptography>=1.2.0:../../security/py-cryptography
+DEPENDS+=       ${PYPKGPREFIX}-six>=1.11.0:../../lang/py-six
+
+.include "../../lang/python/distutils.mk"
+
+.if ${PYVERSSUFFIX} == "3.4"
+DEPENDS+=       ${PYPKGPREFIX}-enum34-[0-9]*:../../devel/py-enum34
+.endif
+
+.include "../../mk/bsd.prefs.mk"
+
+#.include "../../lang/python/egg.mk"
+#.include "../../lang/python/versioned_dependencies.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-u2flib-server/PLIST b/py-u2flib-server/PLIST
new file mode 100644
index 0000000000..e9427a12b5
--- /dev/null
+++ b/py-u2flib-server/PLIST
@@ -0,0 +1,36 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/u2flib_server/__init__.py
+${PYSITELIB}/u2flib_server/__init__.pyc
+${PYSITELIB}/u2flib_server/__init__.pyo
+${PYSITELIB}/u2flib_server/attestation/__init__.py
+${PYSITELIB}/u2flib_server/attestation/__init__.pyc
+${PYSITELIB}/u2flib_server/attestation/__init__.pyo
+${PYSITELIB}/u2flib_server/attestation/data.py
+${PYSITELIB}/u2flib_server/attestation/data.pyc
+${PYSITELIB}/u2flib_server/attestation/data.pyo
+${PYSITELIB}/u2flib_server/attestation/matchers.py
+${PYSITELIB}/u2flib_server/attestation/matchers.pyc
+${PYSITELIB}/u2flib_server/attestation/matchers.pyo
+${PYSITELIB}/u2flib_server/attestation/metadata.py
+${PYSITELIB}/u2flib_server/attestation/metadata.pyc
+${PYSITELIB}/u2flib_server/attestation/metadata.pyo
+${PYSITELIB}/u2flib_server/attestation/model.py
+${PYSITELIB}/u2flib_server/attestation/model.pyc
+${PYSITELIB}/u2flib_server/attestation/model.pyo
+${PYSITELIB}/u2flib_server/attestation/resolvers.py
+${PYSITELIB}/u2flib_server/attestation/resolvers.pyc
+${PYSITELIB}/u2flib_server/attestation/resolvers.pyo
+${PYSITELIB}/u2flib_server/model.py
+${PYSITELIB}/u2flib_server/model.pyc
+${PYSITELIB}/u2flib_server/model.pyo
+${PYSITELIB}/u2flib_server/u2f.py
+${PYSITELIB}/u2flib_server/u2f.pyc
+${PYSITELIB}/u2flib_server/u2f.pyo
+${PYSITELIB}/u2flib_server/utils.py
+${PYSITELIB}/u2flib_server/utils.pyc
+${PYSITELIB}/u2flib_server/utils.pyo
diff --git a/py-u2flib-server/distinfo b/py-u2flib-server/distinfo
new file mode 100644
index 0000000000..50d8416948
--- /dev/null
+++ b/py-u2flib-server/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (python-u2flib-server-5.0.0.tar.gz) = b1e82a8276b32d644c2b0c1e6f32ccc08015d74a
+RMD160 (python-u2flib-server-5.0.0.tar.gz) = 81d712b535eb0a75db1b37a07f87ab735f9b5f77
+SHA512 (python-u2flib-server-5.0.0.tar.gz) = 60b7e03b032d2b8f4b8fc37f83bd54f7203cf6cbb6789ba4de47107ccf28af745d602878e1dd53c4daac086daaba9fdc2eacbf42b38f6c0d7a25926900bb77d6
+Size (python-u2flib-server-5.0.0.tar.gz) = 31999 bytes


Home | Main Index | Thread Index | Old Index