From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 01 06:20:10 2021 Received: (at 49451) by debbugs.gnu.org; 1 Aug 2021 10:20:10 +0000 Received: from localhost ([127.0.0.1]:35595 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mA8Zm-0007vm-8r for submit@debbugs.gnu.org; Sun, 01 Aug 2021 06:20:10 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:36338 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mA8Zk-0007vV-PF for 49451@debbugs.gnu.org; Sun, 01 Aug 2021 06:20:09 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1627813201; bh=+qP45G962r0+YeKvpwchVSdzstdiJgGhCQXrnic2JFM=; h=From:To:Subject:In-Reply-To:References:Date; b=DaMxwSyn++PbwxHHSIKJojPr/yRWaNbOxIwlaMTVTiGD7l/llJjxE17bbcHGZ/Xyt RyucDgEhEKc8KItq116nMgAnVeEnyOJjkF5hyimD77vYsv/hEiB6LmPd5+Ocs4TVur KJ+7dE8HpEDlHnfiFWHpmgJa7NCscYT/ExHysWk0= To: southerntofu , 49451@debbugs.gnu.org Subject: Re: [bug#49451] [PATCH 14/20] gnu: Add rust-mockall In-Reply-To: References: Date: Sun, 01 Aug 2021 12:20:00 +0200 Message-ID: <87eebda2lr.fsf@yoctocell.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 2.9 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On Sun, Jul 11 2021, southerntofu via Guix-patches via wrote: > --- > gnu/packages/crates-io.scm | 33 +++++++++++++++++++++++++++++++++ > 1 file changed, 33 insertions(+) > > diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm > index 2a9e477aaf [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 0.0 PDS_RDNS_DYNAMIC_FP RDNS_DYNAMIC with FP steps X-Debbugs-Envelope-To: 49451 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: 2.9 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On Sun, Jul 11 2021, southerntofu via Guix-patches via wrote: > --- > gnu/packages/crates-io.scm | 33 +++++++++++++++++++++++++++++++++ > 1 file changed, 33 insertions(+) > > diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm > index 2a9e477aaf [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 0.0 PDS_RDNS_DYNAMIC_FP RDNS_DYNAMIC with FP steps --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, Jul 11 2021, southerntofu via Guix-patches via wrote: > --- > gnu/packages/crates-io.scm | 33 +++++++++++++++++++++++++++++++++ > 1 file changed, 33 insertions(+) > > diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm > index 2a9e477aaf..0e57d3c145 100644 > --- a/gnu/packages/crates-io.scm > +++ b/gnu/packages/crates-io.scm > @@ -26740,6 +26740,39 @@ IOCP and Async I/O abstractions.") > #:cargo-development-inputs > (("rust-rand" ,rust-rand-0.3)))))) >=20=20 > +(define-public rust-mockall-0.9 > + (package > + (name "rust-mockall") > + (version "0.9.1") > + (source > + (origin > + (method url-fetch) > + (uri (crate-uri "mockall" version)) > + (file-name > + (string-append name "-" version ".tar.gz")) > + (sha256 > + (base32 > + "1m9kpv4523503v48ahyzk9g2rabvbjl70mlbkc8mkfzr4fni9mhq")))) > + (build-system cargo-build-system) > + (arguments > + `(#:skip-build? > + #t > + #:cargo-inputs > + (("rust-cfg-if" ,rust-cfg-if-1) > + ("rust-downcast" ,rust-downcast-0.10) > + ("rust-fragile" ,rust-fragile-1) > + ("rust-lazy-static" ,rust-lazy-static-1) > + ("rust-mockall-derive" ,rust-mockall-derive-0.9) > + ("rust-predicates" ,rust-predicates-1) > + ("rust-predicates-tree" ,rust-predicates-tree-1)))) > + (home-page "https://github.com/asomers/mockall") > + (synopsis > + "Powerful mock object library for Rust > +") No need for a newline. > + (description > + "This package provides a powerful mock object library for Rust > +") Same as above, and missing period. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJJBAEBCAAzFiEEAVhh4yyK5+SEykIzrPUJmaL7XHkFAmEGdVAVHHB1YmxpY0B5 b2N0b2NlbGwueHl6AAoJEKz1CZmi+1x5TxsP/07JJFX0ZC09TvL+k19mmnQENgWn m/TbWA/wpb6jlqWDzukOu39YxSaKteWpWBx1TMljqubRo2EbneVFEQ3LmcVlX0m4 KjXR5zNori27mgtI1livRcdPCMmLa03XjyrPkUDFyH0SpFJVSZXLFRcZj3xbodCi XzcY0ZfM7CUc11MLQCnnCmJz4CpdLI7I6TlQW1nacynUdC+MxtiwkZn6uETgT8YQ XCexYGo1rHrGJaRnOL9mMd2UK2dbGn9jjMVLQtZ3/eG9AyHZ2U2ZJSmaXNYe37Ug moHSFGNymKzV3kF6JwVfK2Xlzwpa5ljC8rHJNCx4BAw8ZGR7mQ2D+EybRp+Zg+3O 5yiRBQ1CDuPuMq3Ab4bcN3xrXqOWD/rnTKrRRaC9AEYpS1mb4YrwJDO4Ypx70PWq ND7tT41xIOvUGEAGM/6Jlf6hQ3c8p612zK9vIxuAhfd/kSSNPoSuSSQ/x3iHPnC4 JFXhBrxF9wUOFks+R+rrqojZppZFcK2EzYu7uRgka5RcYiYUPjbvTQnAkXr0may0 fEwxYY/8GKqPPmiAzZACIOWCVEUwvaV12gDQzoq3BCHQV/1goqw5rVBsClS3QOIo M1C9tOoyn33KLaGq/wKwYgT7SbV7BpFzddAgBMjjVGdrlG2WzsdHzP23Quo09UUi B/r7YAGm65LGiyb4 =W+6S -----END PGP SIGNATURE----- --=-=-=--