me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 3 additions and 3 deletions

View File

@ -16577,10 +16577,10 @@ complex datatypes to and from native Python datatypes.")
`(("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