guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

173/193: gnu: Remove rust-trycmd-0.13.


From: guix-commits
Subject: 173/193: gnu: Remove rust-trycmd-0.13.
Date: Mon, 24 Oct 2022 03:52:34 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 44ac2bddca8812de520212f1712b200a38fd641e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 18 23:02:17 2022 +0300

    gnu: Remove rust-trycmd-0.13.
    
    * gnu/packages/crates-io.scm (rust-trycmd-0.13): Delete variable.
---
 gnu/packages/crates-io.scm | 32 --------------------------------
 1 file changed, 32 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index bf8d26da8e..a7f6f08889 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -65771,38 +65771,6 @@ the Trust-DNS client to use rustls for TLS.")
      "Test harness for ui tests of compiler diagnostics.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-trycmd-0.13
-  (package
-    (name "rust-trycmd")
-    (version "0.13.4")
-    (source (origin
-              (method url-fetch)
-              (uri (crate-uri "trycmd" version))
-              (file-name (string-append name "-" version ".tar.gz"))
-              (sha256
-               (base32
-                "04wzh907rkxac5kxlai0s630qh9z122w2m1s2x14d46c4r8iid7z"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:cargo-inputs
-       (("rust-escargot" ,rust-escargot-0.5)
-        ("rust-glob" ,rust-glob-0.3)
-        ("rust-humantime" ,rust-humantime-2)
-        ("rust-humantime-serde" ,rust-humantime-serde-1)
-        ("rust-rayon" ,rust-rayon-1)
-        ("rust-schemars" ,rust-schemars-0.8)
-        ("rust-serde" ,rust-serde-1)
-        ("rust-serde-json" ,rust-serde-json-1)
-        ("rust-shlex" ,rust-shlex-1)
-        ("rust-snapbox" ,rust-snapbox-0.2)
-        ("rust-toml-edit" ,rust-toml-edit-0.14))))
-    (home-page "https://github.com/assert-rs/trycmd";)
-    (synopsis "Snapshot testing for a herd of CLI tests")
-    (description
-     "trycmd is a test harness that will enumerate test case files and run 
them to
-verify the results, taking inspiration from @code{trybuild} and @code{cram}.")
-    (license (list license:expat license:asl2.0))))
-
 (define-public rust-ttf-parser-0.12
   (package
     (name "rust-ttf-parser")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]