[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/10: gnu: Add python2-openid.
From: |
Leo Famulari |
Subject: |
06/10: gnu: Add python2-openid. |
Date: |
Thu, 29 Dec 2016 03:42:33 +0000 (UTC) |
lfam pushed a commit to branch master
in repository guix.
commit 3ef00f56090ad20e55eeab09ae82803211b07024
Author: ng0 <address@hidden>
Date: Wed Dec 21 11:47:14 2016 +0000
gnu: Add python2-openid.
* gnu/packages/python.scm (python2-openid): New variable.
Signed-off-by: Leo Famulari <address@hidden>
---
gnu/packages/python.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index c69a49f..36e3df8 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5138,6 +5138,27 @@ features useful for text console applications.")
(define-public python2-urwid
(package-with-python2 python-urwid))
+(define-public python2-openid
+ (package
+ (name "python2-openid")
+ (version "2.2.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "python-openid" version))
+ (sha256
+ (base32
+ "1vvhxlghjan01snfdc4k7ykd80vkyjgizwgg9bncnin8rqz1ricj"))))
+ (build-system python-build-system)
+ (arguments
+ ;; Python 3 support is in `python3-openid`, a separate package.
+ `(#:python ,python-2))
+ (home-page "https://github.com/openid/python-openid")
+ (synopsis "OpenID support for servers and consumers")
+ (description "This library provides OpenID authentication for Python, both
+for clients and servers.")
+ (license license:asl2.0)))
+
(define-public python-urwidtrees
(package
(name "python-urwidtrees")
- branch master updated (50f7da2 -> d5bbf80), Leo Famulari, 2016/12/28
- 03/10: gnu: Add python-kitchen., Leo Famulari, 2016/12/28
- 07/10: gnu: Add python-openid-cla., Leo Famulari, 2016/12/28
- 08/10: gnu: Add python-openid-teams., Leo Famulari, 2016/12/28
- 06/10: gnu: Add python2-openid.,
Leo Famulari <=
- 04/10: gnu: Add python-munch., Leo Famulari, 2016/12/28
- 01/10: gnu: Add python-flask-wtf., Leo Famulari, 2016/12/28
- 05/10: gnu: Add python-pygit2., Leo Famulari, 2016/12/28
- 09/10: gnu: Add python-straight-plugin., Leo Famulari, 2016/12/28
- 02/10: gnu: Add python-flask-multistatic., Leo Famulari, 2016/12/28
- 10/10: gnu: Add python-trollius-redis., Leo Famulari, 2016/12/28