This series adds a ‘wrap-lines’ procedure which wraps the line in a string, similar to ‘fill-paragraph’ in Emacs. This is used to chop the description of imported packages into multiple lines, instead of just having one really long line. Before: --8<---------------cut here---------------start------------->8--- (description "Hakyll is a static website compiler library. It provides you with the tools to create a simple or advanced static website using a Haskell DSL and formats such as markdown or RST. You can find more information, including a tutorial, on the website: . * . If you seek assistance, there's: . * A google group: . * An IRC channel, @#hakyll@ on irc.libera.chat (we *do not* have a channel on Freenode anymore) . Additionally, there's the Haddock documentation in the different modules, meant as a reference.") --8<---------------cut here---------------end--------------->8--- After: --8<---------------cut here---------------start------------->8--- (description "Hakyll is a static website compiler library. It provides you with the tools to create a simple or advanced static website using a Haskell DSL and formats such as markdown or RST. You can find more information, including a tutorial, on the website: . * . If you seek assistance, there's: . * A google group: . * An IRC channel, @#hakyll@ on irc.libera.chat (we *do not* have a channel on Freenode anymore) . Additionally, there's the Haddock documentation in the different modules, meant as a reference.") --8<---------------cut here---------------end--------------->8--- Xinglu Chen (2): import: utils: Add ‘wrap-lines’ procedure. import: Beautify descriptions when appropriate. guix/import/elpa.scm | 2 +- guix/import/gnu.scm | 3 ++- guix/import/hackage.scm | 4 ++-- guix/import/minetest.scm | 2 +- guix/import/opam.scm | 3 ++- guix/import/pypi.scm | 2 +- guix/import/utils.scm | 36 +++++++++++++++++++++++++++++++----- tests/import-utils.scm | 5 +++++ 8 files changed, 45 insertions(+), 12 deletions(-) base-commit: 0e19713c1fbfd3a01347e0d490434a53a596ed3c -- 2.33.0