GNU bug report logs - #56571
[PATCH] Update `rust-clap-3` to v3.2.12

Previous Next

Package: guix-patches;

Reported by: Kiran Shila <me <at> kiranshila.com>

Date: Fri, 15 Jul 2022 07:22:02 UTC

Severity: normal

Tags: patch

Done: Steve George <steve <at> futurile.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Maxime Devos <maximedevos <at> telenet.be>
To: Kiran Shila <me <at> kiranshila.com>, 56571 <at> debbugs.gnu.org
Subject: [bug#56571] [PATCH v2 4/7] Update rust-textwrap
Date: Tue, 19 Jul 2022 16:47:53 +0200
Kiran Shila schreef op za 16-07-2022 om 12:34 [-0700]:
> +    (synopsis
> +     "Powerful library for word wrapping, indenting, and dedenting
> strings")
> +    (description
> +     "Powerful library for word wrapping, indenting, and dedenting
> strings")
> +    (license license:expat)))

Why this synopsis and description instead of ...


>  (define-public rust-textwrap-0.12
>    (package
> +    (inherit rust-textwrap-0.15)
>      (name "rust-textwrap")
>      (version "0.12.1")
>      (source
> @@ -62556,16 +62587,7 @@ (define-public rust-textwrap-0.12
>         #:cargo-inputs
>         (("rust-hyphenation" ,rust-hyphenation-0.8)
>          ("rust-terminal-size" ,rust-terminal-size-0.1)
> -        ("rust-unicode-width" ,rust-unicode-width-0.1))))
> -    (home-page
> -     "https://github.com/mgeisler/textwrap")
> -    (synopsis "Library for word wrapping, indenting, and dedenting
> strings")
> -    (description
> -     "Textwrap is a small library for word wrapping, indenting, and
> dedenting
> -strings.  You can use it to format strings (such as help and error
> messages)
> -for display in commandline applications.  It is designed to be
> efficient and
> -handle Unicode characters correctly.")
> -    (license license:expat)))

... this one?  The latter looks strictly better to me.

Greetings,
Maxime.





This bug report was last modified 1 year and 129 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.