guix-commits
[Top][All Lists]
Advanced

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

07/10: gnu: Add python-openid-cla.


From: Leo Famulari
Subject: 07/10: gnu: Add python-openid-cla.
Date: Thu, 29 Dec 2016 03:42:33 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 03702173f1b4d0dc5578e3554c2501f381a87696
Author: ng0 <address@hidden>
Date:   Wed Dec 21 11:47:15 2016 +0000

    gnu: Add python-openid-cla.
    
    * gnu/packages/python.scm (python-openid-cla, python2-openid-cla): New
    variables.
    
    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 36e3df8..d61dd6c 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5392,6 +5392,27 @@ another XPath engine to find the matching elements in an 
XML or HTML document.")
 (define-public python2-cssselect
   (package-with-python2 python-cssselect))
 
+(define-public python-openid-cla
+  (package
+    (name "python-openid-cla")
+    (version "1.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "python-openid-cla" version))
+       (sha256
+        (base32
+         "102hy2qisvjxp5s0v9lvwqi4f2dk0dhns40vjgn008yxc7k0h3cr"))))
+    (build-system python-build-system)
+    (home-page "https://github.com/puiterwijk/python-openid-cla/";)
+    (synopsis "Implementation of the OpenID CLA extension for python-openid")
+    (description "@code{openid-cla} is an implementation of the OpenID
+contributor license agreement extension for python-openid.")
+    (license license:bsd-3)))
+
+(define-public python2-openid-cla
+  (package-with-python2 python-openid-cla))
+
 (define-public python-netifaces
   (package
     (name "python-netifaces")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]