From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id TUNWFftkgGOUTQEAbAwnHQ (envelope-from ) for ; Fri, 25 Nov 2022 07:47:23 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id 0NpKFPtkgGP+IAEAauVa8A (envelope-from ) for ; Fri, 25 Nov 2022 07:47:23 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 15F662FEE3 for ; Fri, 25 Nov 2022 07:47:22 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oySUO-0005bf-Kf; Fri, 25 Nov 2022 01:47:08 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oySUK-0005bG-CY for guix-patches@gnu.org; Fri, 25 Nov 2022 01:47:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oySUJ-0006kP-Rn for guix-patches@gnu.org; Fri, 25 Nov 2022 01:47:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oySUH-0002ma-Tv for guix-patches@gnu.org; Fri, 25 Nov 2022 01:47:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#49946] [PATCH v7 03/32] gnu: Add rust-html-escape. Resent-From: "(" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 25 Nov 2022 06:47:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 49946 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "Pierre Langlois" , <49946@debbugs.gnu.org> Received: via spool by 49946-submit@debbugs.gnu.org id=B49946.166935878510626 (code B ref 49946); Fri, 25 Nov 2022 06:47:01 +0000 Received: (at 49946) by debbugs.gnu.org; 25 Nov 2022 06:46:25 +0000 Received: from localhost ([127.0.0.1]:33140 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oySTg-0002lJ-Vw for submit@debbugs.gnu.org; Fri, 25 Nov 2022 01:46:25 -0500 Received: from knopi.disroot.org ([178.21.23.139]:34964) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oySTf-0002lC-AQ for 49946@debbugs.gnu.org; Fri, 25 Nov 2022 01:46:23 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 96069414E7; Fri, 25 Nov 2022 07:46:22 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5Ai6iGWXj3nG; Fri, 25 Nov 2022 07:46:21 +0100 (CET) Mime-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1669358781; bh=IPuDpMh7sYVXSVX9QvejC4wWKuotWiM4O0biIKEmxWs=; h=Date:From:To:Subject:References:In-Reply-To:From; b=XQj5HV1RiPJunnEPlTzPJnFs6O6YSUKDM71aqumFoR7DvnXoT8sIHcyBuTLTjo7FC Uo5L1rGJAfJe13U3kIC7nIfCLdlnzUzwzFo542wgpOOhxAzWHhdrTLhFBg0WgcGy7I uV7UESoVWVJ9jzLcSd3YXuoXGEP+oSQ690Dyiy41pVFNbi53Vy70o5M7e/cV3ws6eM MmthA8oVwzUGvgiq2ZegX/GGVPXlxSXS4Kv5E2qhLg76BiGaRMECfnoRLhEc/UnsYW X6EcwTZkWv/3xWmq1/RnlG1psxzibenifTijLrQ9BFZwJ/kfk7jXF/MkB8XKV+Df96 kD4E6UasBB7dw== Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Fri, 25 Nov 2022 06:46:20 +0000 Message-Id: References: <87mtfi63ut.fsf@gmx.com> <20221125012142.22579-1-pierre.langlois@gmx.com> <20221125012142.22579-4-pierre.langlois@gmx.com> In-Reply-To: <20221125012142.22579-4-pierre.langlois@gmx.com> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: "\(" X-ACL-Warn: , "\( via Guix-patches" From: "\( via Guix-patches" via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1669358843; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=3dfif9qwOzW6nru8RBEC/3SFJBitCY6IgicZ8De/Pnw=; b=S9l+UYUyAibpiPBiG3lx0s9boEqXqTr+IvDILKV0+uwlwgTaer1OyVB4cBSlZa83NK1V4t vFrfdr/rDU6oQU0GZSI22j9hZ5YkDzM4bNBwj8Jxlb9OeXB5TMHVlNhPNBmtlkdrKFQFLR i1lh/ZJQWfMQEHlN/AMuutU50jyPr8rgvmcD/9pyoVG1J9xxyUsGmcQV3a28EPu/9dT6lj +xiHLReKvIIOshkJC7PJMi9DJrVfB28vRm8eXDg/uIi599VmoP3LsHFKqPsP783lJCMFpc Wpl1GV1yIHw7/OjmX6a29UoMKzJ5H+kuXRufMzQh2gm5sS1N5n0q0R8nrFvVgw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1669358843; a=rsa-sha256; cv=none; b=TbYxtKg01ps3IqaOW1+bMP2jilIkCdVinSf7hMHYh1yOIr1v3ULvxhgXA+K/nuH+WkYr6g T3BHSJmWN950rMLukNBPsxjT5fPchXtZuPZ8fRb2f+iQQTvvIiC9AL12S38SGZRCXmfVbO BJNA7gXdDxf5hOpSzVSBEO4+F+b17OavMglO1K1gkgQcHwryjf3887SynMKw9mjM4Q9DBe N+zLugUJGD475x2I3A861K7cg5ICSKZUYtG4/KKBDbniXD7SWFB5ZT/zicKje1w5wUMX5W gKO47aTZiCzwbkwePpRFoWQc4709zDzT0OVj//sfpNcrc7Ja/ASwUl7qiDDiPQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disroot.org header.s=mail header.b=XQj5HV1R; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -2.48 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disroot.org header.s=mail header.b=XQj5HV1R; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 15F662FEE3 X-Spam-Score: -2.48 X-Migadu-Scanner: scn1.migadu.com X-TUID: 0efEZuUCL9qZ On Fri Nov 25, 2022 at 1:21 AM GMT, Pierre Langlois wrote: > * gnu/packages/crates-io.scm (rust-html-escape): New variable. > --- a/gnu/packages/crates-io.scm > +++ b/gnu/packages/crates-io.scm > @@ -25913,6 +25913,30 @@ (define-public rust-htmlescape-0.3 > + (arguments > + `(#:cargo-inputs > + (("rust-utf8-width" ,rust-utf8-width-0.1)) > + #:cargo-development-inputs > + (("rust-bencher" ,rust-bencher-0.1)))) Please use LIST here: (arguments (list #:cargo-inputs `(("rust-utf8-width" ,rust-utf8-width-0.1)) #:cargo-development-inputs `(("rust-bencher" ,rust-bencher-0.1)))) =20 > + (description > + "This package provides a library for encoding and escaping special > +characters in HTML, decoding and unescaping HTML entities as well.") This isn't quite a full, grammatical sentence (I guess it was lifted from the crates.io page?) How about this? (description "This package provides a library for encoding special characters as HTML entities and vice versa.") -- (