[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
244/311: gnu: Add rust-color-eyre-0.6.
From: |
guix-commits |
Subject: |
244/311: gnu: Add rust-color-eyre-0.6. |
Date: |
Sat, 28 Oct 2023 16:39:28 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 2ccd297cb88c3b7682c01bc0c4940fa9fff3e232
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Oct 28 09:42:49 2023 +0300
gnu: Add rust-color-eyre-0.6.
* gnu/packages/crates-io.scm (rust-color-eyre-0.6): New variable.
Change-Id: I41f0c64c8e7ca675aea6b5b74b7e2926cff8d32b
---
gnu/packages/crates-io.scm | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 92f3544652..e567956804 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -14204,6 +14204,43 @@ diagnostics easy and relatively painless for
everyone!")
sets of intervals.")
(license license:expat)))
+(define-public rust-color-eyre-0.6
+ (package
+ (name "rust-color-eyre")
+ (version "0.6.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "color-eyre" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "014j49slcblg6cnsh974k9yjmi1khbm4dpmqdm1zii58rj1parjs"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-test-flags '("--release" "--"
+ "--skip=test_error_backwards_compatibility")
+ #:cargo-inputs (("rust-backtrace" ,rust-backtrace-0.3)
+ ("rust-color-spantrace" ,rust-color-spantrace-0.2)
+ ("rust-eyre" ,rust-eyre-0.6)
+ ("rust-indenter" ,rust-indenter-0.3)
+ ("rust-once-cell" ,rust-once-cell-1)
+ ("rust-owo-colors" ,rust-owo-colors-3)
+ ("rust-tracing-error" ,rust-tracing-error-0.2)
+ ("rust-url" ,rust-url-2))
+ #:cargo-development-inputs
+ (("rust-ansi-parser" ,rust-ansi-parser-0.8)
+ ("rust-pretty-assertions" ,rust-pretty-assertions-1)
+ ("rust-thiserror" ,rust-thiserror-1)
+ ("rust-tracing" ,rust-tracing-0.1)
+ ("rust-tracing-subscriber" ,rust-tracing-subscriber-0.3)
+ ("rust-wasm-bindgen-test" ,rust-wasm-bindgen-test-0.3))))
+ (home-page "https://github.com/yaahc/color-eyre")
+ (synopsis "Error report handler for panics")
+ (description
+ "An error report handler for panics and eyre::Reports for colorful,
consistent,
+and well formatted error reports for all kinds of errors.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-color-print-0.3
(package
(name "rust-color-print")
- 188/311: gnu: rust-git2-0.9: Update to 0.9.2., (continued)
- 188/311: gnu: rust-git2-0.9: Update to 0.9.2., guix-commits, 2023/10/28
- 190/311: gnu: rust-want-0.3: Update to 0.3.1., guix-commits, 2023/10/28
- 195/311: gnu: rust-tokio-openssl-0.6: Update to 0.6.3., guix-commits, 2023/10/28
- 205/311: gnu: rust-clap-derive-4: Update to 4.4.7., guix-commits, 2023/10/28
- 216/311: gnu: Add rust-pure-rust-locales-0.7., guix-commits, 2023/10/28
- 217/311: gnu: rust-pyo3-log-0.8: Update to 0.8.4., guix-commits, 2023/10/28
- 219/311: gnu: rust-rustversion-1: Update to 1.0.14., guix-commits, 2023/10/28
- 220/311: gnu: rust-ryu-1: Update to 1.0.15., guix-commits, 2023/10/28
- 228/311: gnu: rust-system-deps-6: Update to 6.1.2., guix-commits, 2023/10/28
- 236/311: gnu: rust-trybuild-1: Update to 1.0.85., guix-commits, 2023/10/28
- 244/311: gnu: Add rust-color-eyre-0.6.,
guix-commits <=
- 252/311: gnu: rust-num-0.3: Update to 0.3.1., guix-commits, 2023/10/28
- 254/311: gnu: rust-num-bigint-dig-0.7: Update to 0.7.1., guix-commits, 2023/10/28
- 265/311: gnu: rust-time-0.3: Update to 0.3.28., guix-commits, 2023/10/28
- 269/311: gnu: rust-tracing-tree-0.2: Update to 0.2.5., guix-commits, 2023/10/28
- 271/311: gnu: rust-analyzer: Replace with version from rust., guix-commits, 2023/10/28
- 273/311: gnu: Remove rust-quote-1.0.10., guix-commits, 2023/10/28
- 275/311: gnu: Remove rust-proc-macro2-1.0.34., guix-commits, 2023/10/28
- 277/311: gnu: rust-serde-path-to-error-0.1: Update to 0.1.14., guix-commits, 2023/10/28
- 278/311: gnu: Remove rust-serde-json-1.0.73., guix-commits, 2023/10/28
- 280/311: gnu: rust-rustls-ffi-0.8: Build with newer cbindgen., guix-commits, 2023/10/28