unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 52306@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#52306] [PATCH 2/6] gnu: Add rust-rstest-0.6.
Date: Sun,  5 Dec 2021 16:36:08 -0500	[thread overview]
Message-ID: <20211205213611.5944-2-jgart@dismail.de> (raw)
In-Reply-To: <20211205213611.5944-1-jgart@dismail.de>

* gnu/packages/crates-io.scm (rust-rstest-0.6): New variable.
---
 gnu/packages/crates-io.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a425264935..59b886f1ce 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -42822,6 +42822,33 @@ (define-public rust-rstar-0.8
          (base32
           "1b6vjfwvpcgy0q8ywywz548vhxrmhbz2sm6xyhnmj5p5xd1xfqff"))))))
 
+(define-public rust-rstest-0.6
+  (package
+    (name "rust-rstest")
+    (version "0.6.5")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "rstest" version))
+        (file-name (string-append name "-" version ".tar.gz"))
+        (sha256
+          (base32 "1wdd0ci0bn6fd5v5c19lhlqrpadk18fl4jzvh75b26616anlxdil"))))
+    (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-rustc-version" ,rust-rustc-version-0.3)
+         ("rust-syn" ,rust-syn-1))))
+    (home-page "https://github.com/la10736/rstest")
+    (synopsis "Rust fixture based test framework")
+    (description
+      "rstest uses procedural macros to help you on writing fixtures and
+table-based tests.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-rstest-0.10
   (package
     (name "rust-rstest")
-- 
2.34.0





  reply	other threads:[~2021-12-05 21:38 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-05 13:46 [bug#52306] [PATCH 1/6] gnu: Add git-interactive-rebase-tool jgart via Guix-patches via
2021-12-05 21:36 ` [bug#52306] [PATCH 1/6] gnu: rust-proc-macro2-1: Update to 1.0.32 jgart via Guix-patches via
2021-12-05 21:36   ` jgart via Guix-patches via [this message]
2021-12-07 11:46     ` [bug#52306] [PATCH 2/6] gnu: Add rust-rstest-0.6 Efraim Flashner
2021-12-05 21:36   ` [bug#52306] [PATCH 3/6] gnu: rust-syn-1: Update to 1.0.82 jgart via Guix-patches via
2021-12-05 21:36   ` [bug#52306] [PATCH 4/6] gnu: Add rust-xi-unicode-0.3 jgart via Guix-patches via
2021-12-07 11:47     ` Efraim Flashner
2021-12-05 21:36   ` [bug#52306] [PATCH 5/6] gnu: Add rust-concat-idents-1 jgart via Guix-patches via
2021-12-07 11:48     ` Efraim Flashner
2021-12-05 21:36   ` [bug#52306] [PATCH 6/6] gnu: Add git-interactive-rebase-tool jgart via Guix-patches via
2021-12-07 11:49     ` Efraim Flashner
2022-01-14  9:58 ` [bug#52306] [PATCH 1/6] " Nicolas Goaziou

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=20211205213611.5944-2-jgart@dismail.de \
    --to=guix-patches@gnu.org \
    --cc=52306@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    /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).