GNU bug report logs - #75677
[PATCH rust-team 00/89] Assorted package updates for rust-team

Previous Next

Package: guix-patches;

Reported by: Aaron Covrig <aaron.covrig.us <at> ieee.org>

Date: Sun, 19 Jan 2025 22:43:02 UTC

Severity: normal

Tags: patch

Done: Hilton Chain <hako <at> ultrarare.space>

Full log


View this message in rfc822 format

From: Aaron Covrig <aaron.covrig.us <at> ieee.org>
To: 75677 <at> debbugs.gnu.org
Cc: Aaron Covrig <aaron.covrig.us <at> ieee.org>, divya <at> subvertising.org, efraim <at> flashner.co.il, steve <at> futurile.net
Subject: [bug#75677] [PATCH rust-team v2 39/81] gnu: rust-serde-assert-0.8: New variable.
Date: Fri,  7 Mar 2025 22:33:45 -0500
* gnu/packages/crates-io.scm (rust-serde-assert-0.8): 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 c9063b21be..29da6424da 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -71668,6 +71668,33 @@ (define-public rust-serde-0.8
        (("rust-clippy" ,rust-clippy-0.0.302))
        #:tests? #f))))
 
+(define-public rust-serde-assert-0.8
+  (package
+    (name "rust-serde-assert")
+    (version "0.8.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "serde_assert" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0m1aqpq070wygfcza5d97s1qiv89n1k2l0sxdmsqb7581fmind7p"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs (("rust-serde" ,rust-serde-1))
+       #:cargo-development-inputs (("rust-claims" ,rust-claims-0.7)
+                                   ("rust-serde-bytes" ,rust-serde-bytes-0.11)
+                                   ("rust-serde-derive" ,rust-serde-derive-1))))
+    (home-page "https://github.com/Anders429/serde_assert")
+    (synopsis
+     "Testing library for serde Serialize and Deserialize implementations")
+    (description
+     "This library provides a Serializer and Deserializer to be used in writing
+unit tests to assert the behavior of manual Serialize and Deserialize
+implementations, respectively.  The implementation behavior can be verified using
+a sequence of Tokens representing a generic serialized state.")
+    (license (list license:asl2.0 license:expat))))
+
 (define-public rust-serde-aux-4
   (package
     (name "rust-serde-aux")
-- 
2.48.1





This bug report was last modified 1 day ago.

Previous Next


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