aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2020-11-27 15:40:19 +0100
committerMarius Bakke <marius@gnu.org>2020-11-27 15:40:19 +0100
commit125b2d87783c487d947ba61692285ccd1400df2b (patch)
treec1a816633cd895a47084841419cccd1a5db3e716
parent1a6173fe980378191ff7f0d5ac6bf53fa0522553 (diff)
downloadguix-125b2d87783c487d947ba61692285ccd1400df2b.tar
guix-125b2d87783c487d947ba61692285ccd1400df2b.tar.gz
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.scm6
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