mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-id.
* gnu/packages/python-xyz.scm (python-id): New variable. Change-Id: I6163752c272cfd1e4dc4ef9be63fc9dbf0d157e9
This commit is contained in:
parent
78a05196b5
commit
e538fd6493
1 changed files with 24 additions and 0 deletions
|
@ -925,6 +925,30 @@ supports:
|
||||||
@end itemize")
|
@end itemize")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public python-id
|
||||||
|
(package
|
||||||
|
(name "python-id")
|
||||||
|
(version "1.5.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "id" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "07acfgq7vmbz94p5axn9d40m8qjcgfllfkr4jz7dpfxcksjbhb19"))))
|
||||||
|
(build-system pyproject-build-system)
|
||||||
|
(native-inputs
|
||||||
|
(list python-flit-core
|
||||||
|
python-pretend
|
||||||
|
python-pytest))
|
||||||
|
(propagated-inputs
|
||||||
|
(list python-requests))
|
||||||
|
(home-page "https://github.com/di/id")
|
||||||
|
(synopsis "Tool for generating OIDC identities")
|
||||||
|
(description
|
||||||
|
"This package provides a tool for generating @code{OIDC, OpenID Connect}
|
||||||
|
identities.")
|
||||||
|
(license #f)))
|
||||||
|
|
||||||
(define-public python-jsonpath-ng
|
(define-public python-jsonpath-ng
|
||||||
(package
|
(package
|
||||||
(name "python-jsonpath-ng")
|
(name "python-jsonpath-ng")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue