[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#75127] [PATCH 16/67] gnu: Add rust-target-spec-3.
From: |
Jordan Moore |
Subject: |
[bug#75127] [PATCH 16/67] gnu: Add rust-target-spec-3. |
Date: |
Thu, 26 Dec 2024 18:10:52 -0500 |
* gnu/packages/crates-io.scm (rust-target-spec-3): New variable.
Change-Id: I8a700c2a826d2aed749011caa723b8ee24b08f79
---
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 8f49d37e4a..72d3e21f78 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -86312,6 +86312,33 @@ (define-public rust-target-lexicon-0.11
(base32 "15gax4765vm2inh45m7cvaf4mgd2mb2mn0i87np0i1d95qhla822"))))
(arguments '())))
+(define-public rust-target-spec-3
+ (package
+ (name "rust-target-spec")
+ (version "3.3.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "target-spec" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0zsib85z6863kjv10x8pbjc2cyr7g60p5kxpcdqyvdy8zmvbq06s"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs (("rust-cfg-expr" ,rust-cfg-expr-0.17)
+ ("rust-guppy-workspace-hack"
,rust-guppy-workspace-hack-0.1)
+ ("rust-proptest" ,rust-proptest-1)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-serde-json" ,rust-serde-json-1)
+ ("rust-target-lexicon" ,rust-target-lexicon-0.12)
+ ("rust-unicode-ident" ,rust-unicode-ident-1))))
+ (home-page "https://github.com/guppy-rs/guppy")
+ (synopsis "Evaluate Cargo.toml target specifications")
+ (description
+ "This package provides Evaluate Cargo.toml target specifications.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-target-triple-0.1
(package
(name "rust-target-triple")
--
2.46.0
- [bug#75127] [PATCH 02/67] gnu: Add rust-enable-ansi-support-0.2., (continued)
- [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
- [bug#75127] [PATCH 16/67] gnu: Add rust-target-spec-3.,
Jordan Moore <=
- [bug#75127] [PATCH 06/67] gnu: Add rust-nextest-metadata-0.12., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 07/67] gnu: Add rust-nextest-runner-0.70., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 11/67] gnu: Add rust-cargo-metadata-0.19., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 14/67] gnu: Add rust-guppy-workspace-hack-0.1., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 23/67] gnu: Add rust-console-subscriber-0.4., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 20/67] gnu: Add rust-async-scoped-0.9., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 21/67] gnu: Add rust-atomicwrites-0.4., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 24/67] gnu: Add rust-future-queue-0.3., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 26/67] gnu: Add rust-mukti-metadata-0.3., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 27/67] gnu: Add rust-newtype-uuid-1., Jordan Moore, 2024/12/26