GNU bug report logs - #50367
[PATCH 01/22] gnu: Add rust-mockall-derive-0.10.

Previous Next

Package: guix-patches;

Reported by: phodina <phodina <at> protonmail.com>

Date: Sat, 4 Sep 2021 07:04:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#50367: closed ([PATCH 01/22] gnu: Add rust-mockall-derive-0.10.)
Date: Wed, 22 Sep 2021 15:01:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 22 Sep 2021 17:00:17 +0200
with message-id <87tuic3bb2.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#50367] [PATCH 01/22] gnu: Add rust-mockall-derive-0.10.
has caused the debbugs.gnu.org bug report #50367,
regarding [PATCH 01/22] gnu: Add rust-mockall-derive-0.10.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
50367: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50367
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: phodina <phodina <at> protonmail.com>
To: "guix-patches <at> gnu.org" <guix-patches <at> gnu.org>
Subject: [PATCH 01/22] gnu: Add rust-mockall-derive-0.10.
Date: Sat, 04 Sep 2021 07:03:01 +0000
* gnu/packages/crates-io.scm (rust-mockall-derive-0.10): New variable.

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 677c6e8025..679d62cddd 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -27721,6 +27721,35 @@ IOCP and Async I/O abstractions.")
        #:cargo-development-inputs
        (("rust-rand" ,rust-rand-0.3))))))

+(define-public rust-mockall-derive-0.10
+  (package
+    (name "rust-mockall-derive")
+    (version "0.10.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "mockall_derive" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0cwhcfsc16b8p4yrsrxnhfxfdn0n89cmjja13wb6kxik8hhmpqp7"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build?
+       #t
+       #:cargo-inputs
+       (("rust-cfg-if" ,rust-cfg-if-1)
+        ("rust-proc-macro2" ,rust-proc-macro2-1)
+        ("rust-quote" ,rust-quote-1)
+        ("rust-syn" ,rust-syn-1))))
+    (home-page "https://github.com/asomers/mockall")
+    (synopsis "Procedural macros for Mockall
+")
+    (description "Procedural macros for Mockall
+")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-mockito-0.23
   (package
     (name "rust-mockito")
--
2.32.0


[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: phodina via Guix-patches via <guix-patches <at> gnu.org>
Cc: 50367-done <at> debbugs.gnu.org, phodina <phodina <at> protonmail.com>
Subject: Re: [bug#50367] [PATCH 01/22] gnu: Add rust-mockall-derive-0.10.
Date: Wed, 22 Sep 2021 17:00:17 +0200
Hello,

phodina via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/crates-io.scm (rust-mockall-derive-0.10): New variable.

All applied. I modified descriptions so they would contain full
sentences, and removed spurious newline characters.

Regards,
-- 
Nicolas Goaziou


This bug report was last modified 3 years and 293 days ago.

Previous Next


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