GNU bug report logs - #52306
[PATCH 1/6] gnu: Add git-interactive-rebase-tool

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Sun, 5 Dec 2021 18:09:04 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

Full log


Message #26 received at 52306 <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: jgart <jgart <at> dismail.de>
Cc: 52306 <at> debbugs.gnu.org
Subject: Re: [bug#52306] [PATCH 2/6] gnu: Add rust-rstest-0.6.
Date: Tue, 7 Dec 2021 13:46:42 +0200
[Message part 1 (text/plain, inline)]
This package should inherit from a previous rust-rstest package, and
have some of the fields deduplicated.

On Sun, Dec 05, 2021 at 04:36:08PM -0500, jgart via Guix-patches via wrote:
> * 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
> 
> 
> 
> 

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

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

Previous Next


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