me
/
guix
Archived
1
0
Fork 0

gnu: Add python-apispec-webframeworks.

* gnu/packages/python-xyz.scm (python-apispec-webframeworks): New variable.
Ricardo Wurmus 2022-12-11 13:50:25 +01:00
parent a88fa1ced7
commit be9e8c3963
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 28 additions and 0 deletions

View File

@ -20975,6 +20975,34 @@ while only declaring the test-specific fields.")
as Swagger.")
(license license:expat)))
(define-public python-apispec-webframeworks
(package
(name "python-apispec-webframeworks")
(version "0.5.2")
(source (origin
(method url-fetch)
(uri (pypi-uri "apispec-webframeworks" version))
(sha256
(base32
"1wyw30402xq2a8icrsjmy9v43jyvawcjd85ccb2zicqlg4k5pcqd"))))
(build-system pyproject-build-system)
(propagated-inputs (list python-apispec))
(native-inputs
(list python-bottle
python-flake8
python-flake8-bugbear
python-flask
python-mock
python-pre-commit
python-pytest
python-tornado
python-tox))
(home-page "https://github.com/marshmallow-code/apispec-webframeworks")
(synopsis "Web framework plugins for apispec")
(description "This package provides plugins for using @code{apispec} with
web frameworks.")
(license license:expat)))
(define-public python-flasgger
(package
(name "python-flasgger")