mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
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:
parent
1a6173fe98
commit
125b2d8778
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue