unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "André Batista" <nandre@riseup.net>
To: 43705@debbugs.gnu.org
Subject: [bug#43705] [PATCH] gnu: Add rust-multi-default-trait-impl-0.1.
Date: Tue, 29 Sep 2020 10:43:59 -0300	[thread overview]
Message-ID: <20200929134359.GA10729@andel> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 0 bytes --]



[-- Attachment #1.2: 0001-gnu-Add-rust-multi-default-trait-impl-0.1.patch --]
[-- Type: text/plain, Size: 2257 bytes --]

From 1e3ef9dba78e07d35c129be0d881a000343568fd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Batista?= <nandre@riseup.net>
Date: Tue, 29 Sep 2020 09:38:21 -0300
Subject: [PATCH] gnu: Add rust-multi-default-trait-impl-0.1.
To: guix-patches@gnu.org

* gnu/packages/crates-io.scm (rust-multi-default-trait-impl-0.1): New variable.
---
 gnu/packages/crates-io.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 7cb2fd40cb..fda2be471d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -9,6 +9,7 @@
 ;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
 ;;; Copyright © 2020 Leo Famulari <leo@famulari.name>
 ;;; Copyright © 2020 Gabriel Arazas <foo.dogsquared@gmail.com>
+;;; Copyright © 2020 André Batista <nandre@riseup.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -14630,6 +14631,35 @@ checking.")
     (description
       "Chaining APIs for both self -> Self and &mut self methods.")
     (license license:expat)))
+ 
+(define-public rust-multi-default-trait-impl-0.1
+  (package
+   (name "rust-multi-default-trait-impl")
+   (version "0.1.2")
+   (source
+    (origin
+     (method url-fetch)
+     (uri (crate-uri "multi-default-trait-impl" version))
+     (file-name
+      (string-append name "-" version ".tar.gz"))
+     (sha256
+      (base32
+       "1r6y5zb6kg655zi02yk4amkwsgds5ay9ag1dk30cls7rn3dlvvqs"))))
+   (build-system cargo-build-system)
+   (arguments
+    `(#:tests? #f ; No tests.
+      #:cargo-inputs
+      (("rust-lazy-static" ,rust-lazy-static-1)
+       ("rust-proc-macro2" ,rust-proc-macro2-1)
+       ("rust-quote" ,rust-quote-1)
+       ("rust-syn" ,rust-syn-1))))
+   (home-page "https://github.com/hainish/multi-default-trait-impl")
+   (synopsis "Define multiple implementations of trait")
+   (description
+         "This library contains two attribute macros: @code{default_trait_impl}
+which defines a default trait implementation, and @code{trait_impl} which uses
+a default trait implementation you've defined.")
+   (license license:lgpl2.1+)))
 
 (define-public rust-nasm-rs-0.1
   (package
-- 
2.28.0


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 841 bytes --]

             reply	other threads:[~2020-09-29 13:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-29 13:43 André Batista [this message]
2020-09-30  8:26 ` bug#43705: [PATCH] gnu: Add rust-multi-default-trait-impl-0.1 Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200929134359.GA10729@andel \
    --to=nandre@riseup.net \
    --cc=43705@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).