From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 19 10:47:58 2022 Received: (at 56571) by debbugs.gnu.org; 19 Jul 2022 14:47:58 +0000 Received: from localhost ([127.0.0.1]:54877 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oDoVx-0000oc-Ri for submit@debbugs.gnu.org; Tue, 19 Jul 2022 10:47:58 -0400 Received: from michel.telenet-ops.be ([195.130.137.88]:54804) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oDoVv-0000oG-MU for 56571@debbugs.gnu.org; Tue, 19 Jul 2022 10:47:56 -0400 Received: from ptr-bvsjgyig5nh0salm0pi.18120a2.ip6.access.telenet.be ([IPv6:2a02:1811:8c09:9d00:5dba:d409:33f7:a16]) by michel.telenet-ops.be with bizsmtp id x2nt2700B20ykKC062nuQw; Tue, 19 Jul 2022 16:47:54 +0200 Message-ID: Subject: Re: [bug#56571] [PATCH v2 4/7] Update rust-textwrap From: Maxime Devos To: Kiran Shila , 56571@debbugs.gnu.org Date: Tue, 19 Jul 2022 16:47:53 +0200 In-Reply-To: <20220716193413.1092916-4-me@kiranshila.com> References: <875yjyhijv.fsf@cbaines.net> <20220716193413.1092916-1-me@kiranshila.com> <20220716193413.1092916-4-me@kiranshila.com> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.42.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1658242074; bh=J5GFNt5+3F8OAlVf76bWx1NWsyhYMNCP63jO5loJdnY=; h=Subject:From:To:Date:In-Reply-To:References; b=VbbC4tRaQPPSnf+olFYtz3Xtjg026gSMUIXdluL6PRR1br+YkrQJsLQa1P46gXCl7 SOHWqT5PyMC56ORJu8iu9dnBRCBl4QnWq6ZTAbAjobpnNl1KzLIht/JD5rJDiRJTfS SS79UYtxcj8SL2x0491rg1X75PVhwG3cuersFQprfMBQdgnwvK26ypaUln2NWkpLpE ORwcOT5aqM25hCrVHzZ0UNI7NuCe+yWmLIGa1AE+Eyn/EEWXebb32sq5eoKLX7qz9J kU0HJfBHd8gA4cDrISuOgDBH2bYxULJyFoZP/DW/YA/f+IkStXkvAkLPDpny2QJhaL ORishUVgprKOQ== X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 56571 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) 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.