summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-10 19:58:36 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-10 19:58:36 +0000
commita4dc7b601335b970e9644b1fe8a2dec441d6c2a7 (patch)
treec05b84f1aae8fbdb07ad4dcaf2a9817953e42b6b
parenteditors/focuswriter: Update to 1.6.9 (diff)
Add py-python3-openid 3.1.0
This is a set of Python packages to support use of the OpenID decentralized identity system in your application, update to Python 3. Want to enable single sign-on for your web site? Use the openid.consumer package. Want to run your own OpenID server? Check out openid.server. Includes example code and support for a variety of storage back-ends. WWW: https://pypi.python.org/pypi/python3-openid WWW: https://github.com/necaris/python3-openid
-rw-r--r--security/Makefile1
-rw-r--r--security/py-python3-openid/Makefile22
-rw-r--r--security/py-python3-openid/distinfo3
-rw-r--r--security/py-python3-openid/pkg-descr8
4 files changed, 34 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 7e058a153ee7..32fb9a7d3e46 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -969,6 +969,7 @@
SUBDIR += py-python-openid
SUBDIR += py-python-registry
SUBDIR += py-python-social-auth
+ SUBDIR += py-python3-openid
SUBDIR += py-rekall
SUBDIR += py-rekall-core
SUBDIR += py-requests-kerberos
diff --git a/security/py-python3-openid/Makefile b/security/py-python3-openid/Makefile
new file mode 100644
index 000000000000..435c19ed8a10
--- /dev/null
+++ b/security/py-python3-openid/Makefile
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= python3-openid
+PORTVERSION= 3.1.0
+CATEGORIES= security python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Python 3 port of the python-openid library
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>=0:devel/py-defusedxml@${FLAVOR}
+
+NO_ARCH= yes
+USE_PYTHON= autoplist distutils
+USES= python:3.4+
+
+.include <bsd.port.mk>
diff --git a/security/py-python3-openid/distinfo b/security/py-python3-openid/distinfo
new file mode 100644
index 000000000000..bce99f60fd1e
--- /dev/null
+++ b/security/py-python3-openid/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1518291242
+SHA256 (python3-openid-3.1.0.tar.gz) = 628d365d687e12da12d02c6691170f4451db28d6d68d050007e4a40065868502
+SIZE (python3-openid-3.1.0.tar.gz) = 299326
diff --git a/security/py-python3-openid/pkg-descr b/security/py-python3-openid/pkg-descr
new file mode 100644
index 000000000000..172a4394fc04
--- /dev/null
+++ b/security/py-python3-openid/pkg-descr
@@ -0,0 +1,8 @@
+This is a set of Python packages to support use of the OpenID decentralized
+identity system in your application, update to Python 3. Want to enable single
+sign-on for your web site? Use the openid.consumer package. Want to run your own
+OpenID server? Check out openid.server. Includes example code and support for a
+variety of storage back-ends.
+
+WWW: https://pypi.python.org/pypi/python3-openid
+WWW: https://github.com/necaris/python3-openid