[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#75127] [PATCH 04/67] gnu: Add rust-nextest-filtering-0.12.
From: |
Jordan Moore |
Subject: |
[bug#75127] [PATCH 04/67] gnu: Add rust-nextest-filtering-0.12. |
Date: |
Thu, 26 Dec 2024 18:10:40 -0500 |
* gnu/packages/crates-io.scm (rust-nextest-filtering-0.12): New variable.
Change-Id: Id02d58386962cff12928f5d89a4482503fe1151c
---
gnu/packages/crates-io.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 8ba03e5748..2a4a9393a4 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -50464,6 +50464,38 @@ (define-public rust-newtype-derive-0.1
(license (list license:expat
license:asl2.0))))
+(define-public rust-nextest-filtering-0.12
+ (package
+ (name "rust-nextest-filtering")
+ (version "0.12.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "nextest-filtering" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1fz7w2qsmh98c246x16l9j5xypsj1nbc715wszajjkjiv7hbibvy"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs (("rust-globset" ,rust-globset-0.4)
+ ("rust-guppy" ,rust-guppy-0.17)
+ ("rust-miette" ,rust-miette-7)
+ ("rust-nextest-metadata" ,rust-nextest-metadata-0.12)
+ ("rust-nextest-workspace-hack"
,rust-nextest-workspace-hack-0.1)
+ ("rust-proptest" ,rust-proptest-1)
+ ("rust-recursion" ,rust-recursion-0.5)
+ ("rust-regex" ,rust-regex-1)
+ ("rust-regex-syntax" ,rust-regex-syntax-0.8)
+ ("rust-test-strategy" ,rust-test-strategy-0.4)
+ ("rust-thiserror" ,rust-thiserror-1)
+ ("rust-winnow" ,rust-winnow-0.6)
+ ("rust-xxhash-rust" ,rust-xxhash-rust-0.8))))
+ (home-page "https://github.com/nextest-rs/nextest")
+ (synopsis "Filtering DSL for cargo-nextest")
+ (description "This package provides Filtering DSL for cargo-nextest.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-nftables-0.5
(package
(name "rust-nftables")
--
2.46.0
- [bug#75127] [PATCH 00/67] rust-team: Add cargo-nextest, Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 01/67] gnu: Add cargo-nextest., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 04/67] gnu: Add rust-nextest-filtering-0.12.,
Jordan Moore <=
- [bug#75127] [PATCH 02/67] gnu: Add rust-enable-ansi-support-0.2., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 03/67] gnu: Add rust-guppy-0.17., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 05/67] gnu: Add rust-nextest-workspace-hack-0.1., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 10/67] gnu: Add rust-camino-tempfile-1., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 09/67] gnu: Add rust-swrite-0.1., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 08/67] gnu: Add rust-quick-junit-0.5., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 12/67] gnu: Add rust-debug-ignore-1., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 17/67] gnu: Add rust-recursion-0.5., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 13/67] gnu: Add rust-guppy-summaries-0.7., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 15/67] gnu: Add rust-nested-0.1., Jordan Moore, 2024/12/26