all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: aecepoglu <aecepoglu@fastmail.fm>
To: 46197@debbugs.gnu.org
Subject: [bug#46197] [PATCH 20/22] gnu: Add rust-sloggers-1.
Date: Wed, 3 Feb 2021 15:03:29 +0300	[thread overview]
Message-ID: <20210203120329.p4pvhlxdemeq5ljq@minitower> (raw)
In-Reply-To: <87sg6i85ov.fsf@guixSD.i-did-not-set--mail-host-address--so-tickle-me>

* gnu/packages/crates-io.scm (rust-sloggers-1): New variable.
---
 gnu/packages/crates-io.scm | 39 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index d9568fc890..0f7e6b8fd7 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -33258,6 +33258,45 @@ data type.")
             license:expat
             license:asl2.0))))
 
+(define-public rust-sloggers-1
+  (package
+    (name "rust-sloggers")
+    (version "1.0.1")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "sloggers" version))
+        (file-name
+          (string-append name "-" version ".tar.gz"))
+        (sha256
+          (base32
+            "0sbdflswmivykx5sx1f2hip905lvcgi733d0ry879wx6g983f7gh"))))
+    (build-system cargo-build-system)
+    (arguments
+      `(#:cargo-inputs
+        (("rust-chrono" ,rust-chrono-0.4)
+         ("rust-libflate" ,rust-libflate-1)
+         ("rust-regex" ,rust-regex-1)
+         ("rust-serde" ,rust-serde-1)
+         ("rust-slog" ,rust-slog-2)
+         ("rust-slog-async" ,rust-slog-async-2)
+         ("rust-slog-kvfilter" ,rust-slog-kvfilter-0.7)
+         ("rust-slog-scope" ,rust-slog-scope-4)
+         ("rust-slog-stdlog" ,rust-slog-stdlog-4)
+         ("rust-slog-term" ,rust-slog-term-2)
+         ("rust-trackable" ,rust-trackable-1))
+        #:cargo-development-inputs
+        (("rust-clap" ,rust-clap-2)
+         ("rust-serdeconv" ,rust-serdeconv-0.4)
+         ("rust-tempfile" ,rust-tempfile-3))))
+    (home-page "https://github.com/sile/sloggers")
+    (synopsis
+      "Library providing slog loggers and convenience functions")
+    (description
+      "This library provides frequently used slog loggers and convenient functions")
+    (license license:expat)))
+
 (define-public rust-slug-0.1
   (package
     (name "rust-slug")
-- 
2.30.0





  parent reply	other threads:[~2021-02-03 12:02 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-30 21:40 [bug#46197] [PATCH] JuliaMono: Update to 0.031 Nicolò Balzarotti
2021-02-02 23:03 ` Leo Famulari
2021-02-03 12:02 ` [bug#46197] [PATCH 03/22] gnu: Add rust-jsonrpc-core-14 aecepoglu
2021-02-03 12:02 ` [bug#46197] [PATCH 07/22] gnu: Add rust-lsp-types-0.80 aecepoglu
2021-02-03 12:02 ` [bug#46197] [PATCH 10/22] gnu: Add rust-rmp-serde-0.14 aecepoglu
2021-02-03 12:02 ` [bug#46197] [PATCH 05/22] gnu: Add rust-ropey-1 aecepoglu
2021-02-03 12:03 ` [bug#46197] [PATCH 11/22] gnu: Add rust-serdeconv-0.4 aecepoglu
2021-02-03 12:03 ` [bug#46197] [PATCH 19/22] gnu: Add rust-slog-async-2 aecepoglu
2021-02-03 12:03 ` [bug#46197] [PATCH 17/22] gnu: Add rust-slog-scope-4 aecepoglu
2021-02-03 12:03 ` [bug#46197] [PATCH 16/22] gnu: Add rust-slog-stdlog-4 aecepoglu
2021-02-03 12:03 ` [bug#46197] [PATCH 14/22] gnu: Add rust-slog-term-2 aecepoglu
2021-02-03 12:03 ` aecepoglu [this message]
2021-02-03 12:03 ` [bug#46197] [PATCH 13/22] gnu: Add rust-trackable-1 aecepoglu
2021-02-03 12:03 ` [bug#46197] [PATCH 12/22] gnu: Add rust-trackable-derive-1 aecepoglu
2021-02-03 12:03 ` [bug#46197] [PATCH 21/22] gnu: Add rust-whoami-0.8 aecepoglu

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210203120329.p4pvhlxdemeq5ljq@minitower \
    --to=aecepoglu@fastmail.fm \
    --cc=46197@debbugs.gnu.org \
    /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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.