mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: Add python-openid-cla.
* gnu/packages/python.scm (python-openid-cla, python2-openid-cla): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
3ef00f5609
commit
03702173f1
1 changed files with 21 additions and 0 deletions
|
@ -5392,6 +5392,27 @@ (define-public python-cssselect
|
||||||
(define-public python2-cssselect
|
(define-public python2-cssselect
|
||||||
(package-with-python2 python-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
|
(define-public python-netifaces
|
||||||
(package
|
(package
|
||||||
(name "python-netifaces")
|
(name "python-netifaces")
|
||||||
|
|
Loading…
Reference in a new issue