1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 11:30:44 +02:00

gnu: python-natsort: Reflow description.

* gnu/packages/python-xyz.scm (python-natsort)[description]: Rewrap
description to normal columns.
This commit is contained in:
Efraim Flashner 2022-08-24 21:36:38 +03:00
parent 4275727ac5
commit fd305cd960
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -18207,13 +18207,13 @@ JSON) codec.")
(synopsis "Natural sorting for python and shell") (synopsis "Natural sorting for python and shell")
(description (description
"Natsort lets you apply natural sorting on lists instead of "Natsort lets you apply natural sorting on lists instead of
lexicographical. If you use the built-in @code{sorted} method in python lexicographical. If you use the built-in @code{sorted} method in python on a
on a list such as @code{[@code{a20}, @code{a9}, @code{a1}, @code{a4}, list such as @code{[@code{a20}, @code{a9}, @code{a1}, @code{a4}, @code{a10}]},
@code{a10}]}, it would be returned as @code{[@code{a1}, @code{a10}, @code{a20}, it would be returned as @code{[@code{a1}, @code{a10}, @code{a20}, @code{a4},
@code{a4}, @code{a9}]}. Natsort provides a function @code{natsorted} that @code{a9}]}. Natsort provides a function @code{natsorted} that identifies
identifies numbers and sorts them separately from strings. It can also sort numbers and sorts them separately from strings. It can also sort version
version numbers, real numbers, mixed types and more, and comes with a shell numbers, real numbers, mixed types and more, and comes with a shell command
command @command{natsort} that exposes this functionality in the command line.") @command{natsort} that exposes this functionality in the command line.")
(license license:expat))) (license license:expat)))
(define-public glances (define-public glances