mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add python-openid-teams.
* gnu/packages/python.scm (python-openid-teams, python2-openid-teams): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
03702173f1
commit
a0e41de4ab
1 changed files with 22 additions and 0 deletions
|
@ -5413,6 +5413,28 @@ (define-public python-openid-cla
|
|||
(define-public python2-openid-cla
|
||||
(package-with-python2 python-openid-cla))
|
||||
|
||||
(define-public python-openid-teams
|
||||
(package
|
||||
(name "python-openid-teams")
|
||||
(version "1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "python-openid-teams" version))
|
||||
(sha256
|
||||
(base32
|
||||
"05zrh78alav24rxkbqlpbad6d3x2nljk6z6j7kflxf3vdqa7w969"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "https://github.com/puiterwijk/python-openid-teams/")
|
||||
(synopsis "Implementation of the OpenID teams extension for python-openid")
|
||||
(description
|
||||
"@code{openid-teams} is an implementation of the OpenID
|
||||
teams extension for python-openid.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python2-openid-teams
|
||||
(package-with-python2 python-openid-teams))
|
||||
|
||||
(define-public python-netifaces
|
||||
(package
|
||||
(name "python-netifaces")
|
||||
|
|
Loading…
Reference in a new issue