diff options
author | Marius Bakke <marius@gnu.org> | 2020-11-27 15:40:19 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-11-27 15:40:19 +0100 |
commit | 125b2d87783c487d947ba61692285ccd1400df2b (patch) | |
tree | c1a816633cd895a47084841419cccd1a5db3e716 | |
parent | 1a6173fe980378191ff7f0d5ac6bf53fa0522553 (diff) | |
download | guix-125b2d87783c487d947ba61692285ccd1400df2b.tar.gz guix-125b2d87783c487d947ba61692285ccd1400df2b.zip |
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.
-rw-r--r-- | gnu/packages/python-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a558d5cc0c..65aa2e4f0a 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |