mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-jschema-to-python.
* gnu/packages/python-web.scm (python-jschema-to-python): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
2070ce84ec
commit
dec74d4563
1 changed files with 19 additions and 0 deletions
|
@ -758,6 +758,25 @@ the CloudFormation spec and additional checks. Includes checking valid values
|
||||||
for resource properties and best practices.")
|
for resource properties and best practices.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public python-jschema-to-python
|
||||||
|
(package
|
||||||
|
(name "python-jschema-to-python")
|
||||||
|
(version "1.2.3")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "jschema_to_python" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"14cvaiwm56g0v6p7zviikaa5i9ln3yqy910jmp60hirhbpz19zvn"))))
|
||||||
|
(build-system python-build-system)
|
||||||
|
(propagated-inputs (list python-attrs python-jsonpickle python-pbr))
|
||||||
|
(native-inputs (list python-pytest))
|
||||||
|
(home-page "https://github.com/microsoft/jschema-to-python")
|
||||||
|
(synopsis "Generate Python classes from a JSON schema.")
|
||||||
|
(description "This package generates source code for Python classes from a
|
||||||
|
@url{http://jschema.org,JSchema} JSON schema.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-falcon
|
(define-public python-falcon
|
||||||
(package
|
(package
|
||||||
(name "python-falcon")
|
(name "python-falcon")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue