From: Jordan Moore <lockbox@struct.foo>
To: 75127@debbugs.gnu.org
Cc: Jordan Moore <lockbox@struct.foo>,
Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#75127] [PATCH v4 15/57] gnu: Add rust-target-spec-3.
Date: Sat, 4 Jan 2025 23:19:38 -0500 [thread overview]
Message-ID: <676591237a1b376031a62391ecb75383a9f5e980.1736050697.git.lockbox@struct.foo> (raw)
In-Reply-To: <cover.1736050696.git.lockbox@struct.foo>
* 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 305bc57519..df48c59504 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -78448,6 +78448,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
next prev parent reply other threads:[~2025-01-05 4:21 UTC|newest]
Thread overview: 57+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <cover.1736050696.git.lockbox@struct.foo>
2025-01-05 4:19 ` [bug#75127] [PATCH v4 01/57] gnu: Add cargo-nextest Jordan Moore
2025-01-05 4:19 ` [bug#75127] [PATCH v4 02/57] gnu: Add rust-enable-ansi-support-0.2 Jordan Moore
2025-01-05 4:19 ` [bug#75127] [PATCH v4 03/57] gnu: Add rust-guppy-0.17 Jordan Moore
2025-01-05 4:19 ` [bug#75127] [PATCH v4 04/57] gnu: Add rust-nextest-filtering-0.12 Jordan Moore
2025-01-05 4:19 ` [bug#75127] [PATCH v4 05/57] gnu: Add rust-nextest-workspace-hack-0.1 Jordan Moore
2025-01-05 4:19 ` [bug#75127] [PATCH v4 06/57] gnu: Add rust-nextest-metadata-0.12 Jordan Moore
2025-01-05 4:19 ` [bug#75127] [PATCH v4 07/57] gnu: Add rust-nextest-runner-0.70 Jordan Moore
2025-01-05 4:19 ` [bug#75127] [PATCH v4 08/57] gnu: Add rust-quick-junit-0.5 Jordan Moore
2025-01-05 4:19 ` [bug#75127] [PATCH v4 09/57] gnu: Add rust-swrite-0.1 Jordan Moore
2025-01-05 4:19 ` [bug#75127] [PATCH v4 10/57] gnu: Add rust-camino-tempfile-1 Jordan Moore
2025-01-05 4:19 ` [bug#75127] [PATCH v4 11/57] gnu: Add rust-debug-ignore-1 Jordan Moore
2025-01-05 4:19 ` [bug#75127] [PATCH v4 12/57] gnu: Add rust-guppy-summaries-0.7 Jordan Moore
2025-01-05 4:19 ` [bug#75127] [PATCH v4 13/57] gnu: Add rust-guppy-workspace-hack-0.1 Jordan Moore
2025-01-05 4:19 ` [bug#75127] [PATCH v4 14/57] gnu: Add rust-nested-0.1 Jordan Moore
2025-01-05 4:19 ` Jordan Moore [this message]
2025-01-05 4:19 ` [bug#75127] [PATCH v4 16/57] gnu: Add rust-recursion-0.5 Jordan Moore
2025-01-05 4:19 ` [bug#75127] [PATCH v4 17/57] gnu: Add rust-test-strategy-0.4 Jordan Moore
2025-01-05 4:19 ` [bug#75127] [PATCH v4 18/57] gnu: Add rust-smol-str-0.3 Jordan Moore
2025-01-05 4:19 ` [bug#75127] [PATCH v4 19/57] gnu: Add rust-async-scoped-0.9 Jordan Moore
2025-01-05 4:19 ` [bug#75127] [PATCH v4 20/57] gnu: Add rust-atomicwrites-0.4 Jordan Moore
2025-01-05 4:19 ` [bug#75127] [PATCH v4 21/57] gnu: Add rust-config-0.14 Jordan Moore
2025-01-05 4:19 ` [bug#75127] [PATCH v4 22/57] gnu: Add rust-console-subscriber-0.4 Jordan Moore
2025-01-05 4:19 ` [bug#75127] [PATCH v4 23/57] gnu: Add rust-future-queue-0.3 Jordan Moore
2025-01-05 4:19 ` [bug#75127] [PATCH v4 24/57] gnu: Add rust-indent-write-2 Jordan Moore
2025-01-05 4:19 ` [bug#75127] [PATCH v4 25/57] gnu: Add rust-mukti-metadata-0.3 Jordan Moore
2025-01-05 4:19 ` [bug#75127] [PATCH v4 26/57] gnu: Add rust-newtype-uuid-1 Jordan Moore
2025-01-05 4:19 ` [bug#75127] [PATCH v4 27/57] gnu: Add rust-self-update-0.41 Jordan Moore
2025-01-05 4:19 ` [bug#75127] [PATCH v4 28/57] gnu: Add rust-target-spec-miette-0.4 Jordan Moore
2025-01-05 4:19 ` [bug#75127] [PATCH v4 29/57] gnu: Add rust-win32job-2 Jordan Moore
2025-01-05 4:19 ` [bug#75127] [PATCH v4 30/57] gnu: Add rust-diffus-0.10 Jordan Moore
2025-01-05 4:19 ` [bug#75127] [PATCH v4 31/57] gnu: Add rust-diffus-derive-0.10 Jordan Moore
2025-01-05 4:19 ` [bug#75127] [PATCH v4 32/57] gnu: Add rust-derive-builder-core-0.20 Jordan Moore
2025-01-05 4:19 ` [bug#75127] [PATCH v4 33/57] gnu: Add rust-derive-builder-macro-0.20 Jordan Moore
2025-01-05 4:19 ` [bug#75127] [PATCH v4 34/57] gnu: Add rust-structmeta-0.3 Jordan Moore
2025-01-05 4:19 ` [bug#75127] [PATCH v4 35/57] gnu: Add rust-structmeta-derive-0.3 Jordan Moore
2025-01-05 4:19 ` [bug#75127] [PATCH v4 36/57] gnu: Add rust-quick-xml-0.23 Jordan Moore
2025-01-05 4:20 ` [bug#75127] [PATCH v4 37/57] gnu: Add rust-self-replace-1 Jordan Moore
2025-01-05 4:20 ` [bug#75127] [PATCH v4 38/57] gnu: Add rust-zipsign-api-0.1 Jordan Moore
2025-01-05 4:20 ` [bug#75127] [PATCH v4 39/57] gnu: Add rust-console-api-0.8 Jordan Moore
2025-01-05 4:20 ` [bug#75127] [PATCH v4 40/57] gnu: Add rust-tonic-web-0.12 Jordan Moore
2025-01-05 4:20 ` [bug#75127] [PATCH v4 41/57] gnu: Add rust-rust-ini-0.20 Jordan Moore
2025-01-05 4:20 ` [bug#75127] [PATCH v4 42/57] gnu: Add rust-yaml-rust2-0.8 Jordan Moore
2025-01-05 4:20 ` [bug#75127] [PATCH v4 43/57] gnu: Add rust-snake-case-0.3 Jordan Moore
2025-01-05 4:20 ` [bug#75127] [PATCH v4 44/57] gnu: rust-camino-1: Update to 1.1.9 Jordan Moore
2025-01-05 4:20 ` [bug#75127] [PATCH v4 45/57] gnu: rust-owo-colors-4: Update to 4.1.0 Jordan Moore
2025-01-05 4:20 ` [bug#75127] [PATCH v4 46/57] gnu: rust-pathdiff-0.2: Update to 0.2.3 Jordan Moore
2025-01-05 4:20 ` [bug#75127] [PATCH v4 47/57] gnu: rust-semver-1: Update to 1.0.24 Jordan Moore
2025-01-05 4:20 ` [bug#75127] [PATCH v4 48/57] gnu: rust-supports-color-3: Update to 3.0.2 Jordan Moore
2025-01-05 4:20 ` [bug#75127] [PATCH v4 49/57] gnu: rust-tracing-0.1: Update to 0.1.41 Jordan Moore
2025-01-05 4:20 ` [bug#75127] [PATCH v4 50/57] gnu: rust-tracing-subscriber-0.3: Update to 0.3.19 Jordan Moore
2025-01-05 4:20 ` [bug#75127] [PATCH v4 51/57] gnu: rust-petgraph-0.6: Update to 0.6.5 Jordan Moore
2025-01-05 4:20 ` [bug#75127] [PATCH v4 52/57] gnu: rust-indicatif-0.17: Update to 0.17.9 Jordan Moore
2025-01-05 4:20 ` [bug#75127] [PATCH v4 53/57] gnu: rust-pin-project-lite-0.2: Update to 0.2.15 Jordan Moore
2025-01-05 4:20 ` [bug#75127] [PATCH v4 54/57] gnu: rust-unicode-normalization-0.1: Update to 0.1.24 Jordan Moore
2025-01-05 4:20 ` [bug#75127] [PATCH v4 55/57] gnu: rust-tracing-attributes-0.1: Update to 0.1.28 Jordan Moore
2025-01-05 4:20 ` [bug#75127] [PATCH v4 56/57] gnu: rust-tracing-core-0.1: Update to 0.1.33 Jordan Moore
2025-01-05 4:20 ` [bug#75127] [PATCH v4 57/57] gnu: rust-cfg-expr-0.17: Update to 0.17.2 Jordan Moore
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=676591237a1b376031a62391ecb75383a9f5e980.1736050697.git.lockbox@struct.foo \
--to=lockbox@struct.foo \
--cc=75127@debbugs.gnu.org \
--cc=efraim@flashner.co.il \
/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).