[PATCH 07/11] gnu: Add python-openid-cla.

2016-12-21 Thread ng0
* gnu/packages/python.scm (python-openid-cla): New variable.
---
 gnu/packages/python.scm | 22 ++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index a8ede93fd..445df2cbc 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5301,6 +5301,28 @@ 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 cla
+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")
-- 
2.11.0




[PATCH 07/11] gnu: Add python-openid-cla.

2016-12-19 Thread ng0
* gnu/packages/python.scm (python-openid-cla): New variable.
---
 gnu/packages/python.scm | 22 ++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 2b328becb..63fc777d3 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5301,6 +5301,28 @@ 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 cla
+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")
-- 
2.11.0




[PATCH 07/11] gnu: Add python-openid-cla.

2016-12-14 Thread ng0
* gnu/packages/python.scm (python-openid-cla): New variable.
---
 gnu/packages/python.scm | 25 +
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index ca5201f33..8246a33d5 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5309,6 +5309,31 @@ 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 (string-append "https://github.com/puiterwijk/";
+   "python-openid-cla/archive/v"
+   version ".tar.gz"))
+   (file-name (string-append name "-" version ".tar.gz"))
+   (sha256
+(base32
+ "18iri5zls94fa4wk1r7hyk4mr9z669km4g1858yrnq64dkr13a0w"
+(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 cla
+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")
-- 
2.11.0




[PATCH 07/11] gnu: Add python-openid-cla.

2016-12-11 Thread ng0
* gnu/packages/python.scm (python-openid-cla): New variable.
---
 gnu/packages/python.scm | 25 +
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 6f3e75001..24e17522a 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5265,6 +5265,31 @@ 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 (string-append "https://github.com/puiterwijk/";
+   "python-openid-cla/archive/v"
+   version ".tar.gz"))
+   (file-name (string-append name "-" version ".tar.gz"))
+   (sha256
+(base32
+ "18iri5zls94fa4wk1r7hyk4mr9z669km4g1858yrnq64dkr13a0w"
+(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 cla
+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")
-- 
2.11.0