GNU bug report logs - #77382
[PATCH rust-team 00/18] gnu: Add matugen.

Previous Next

Package: guix-patches;

Reported by: Gabriel Santos <gabriel.santos.smtp <at> gmail.com>

Date: Sun, 30 Mar 2025 12:18:01 UTC

Owned by: Steve George <steve <at> futurile.net>

Severity: normal

Tags: patch

Done: Steve George <steve <at> futurile.net>

Bug is archived. No further changes may be made.

Full log


Message #38 received at 77382 <at> debbugs.gnu.org (full text, mbox):

From: Gabriel Santos <gabriel.santos.smtp <at> gmail.com>
To: 77382 <at> debbugs.gnu.org
Cc: Gabriel Santos <gabrielsantosdesouza <at> disroot.org>
Subject: [PATCH rust-team 11/18] gnu: Add rust-paris-log-1.
Date: Sun, 30 Mar 2025 09:26:26 -0300
* gnu/packages/crates-io.scm (rust-paris-log-1): New variable.

Change-Id: Iea02921f5fa03701fb9bbd3b02f53da350e3b3ce
---
 gnu/packages/crates-io.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 6176514cc9..12bf09bd91 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -53333,6 +53333,31 @@ (define-public rust-paris-1
 want in the terminal.")
     (license license:mpl2.0)))
 
+(define-public rust-paris-log-1
+  (package
+    (name "rust-paris-log")
+    (version "1.0.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "paris-log" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1syp82r34s9kc7m3qm5iy1lhamwzkmw34sxf5x39dvpy01nbwkbp"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs (("rust-log" ,rust-log-0.4)
+                       ("rust-paris" ,rust-paris-1))
+       #:cargo-development-inputs
+       (("rust-simplelog" ,rust-simplelog-0.12))))
+    (home-page "https://github.com/naturecodevoid/paris-log")
+    (synopsis
+     "Use paris's formatting with the log crate.")
+    (description
+     "This package provides compatibility tools for the @code{rust-paris}
+and @code{rust-log} crates.")
+    (license license:expat)))
+
 (define-public rust-parity-scale-codec-2
   (package
     (name "rust-parity-scale-codec")
-- 
2.49.0





This bug report was last modified 43 days ago.

Previous Next


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