gnu: python-apispec: Update description.

* gnu/packages/python-xyz.scm (python-apispec)[synopsis,description]: Expand
f.k.a. acronym, clarify the relationship between OpenAPI and Swagger.
This commit is contained in:
Marius Bakke 2020-11-27 15:40:19 +01:00
parent 1a6173fe98
commit 125b2d8778
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -16577,10 +16577,10 @@ (define-public python-apispec
`(("python-pytest" ,python-pytest)
("python-marshmallow" ,python-marshmallow)))
(home-page "https://github.com/marshmallow-code/apispec")
(synopsis "Swagger 2.0 API specification generator")
(synopsis "Swagger/OpenAPI specification generator")
(description "@code{python-apispec} is a pluggable API specification
generator. Currently supports the OpenAPI specification (f.k.a.
Swagger 2.0).")
generator. It currently supports the OpenAPI specification, formerly known
as Swagger.")
(license license:expat)))
(define-public python-flasgger