all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
To: 70631@debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Subject: [bug#70631] [PATCH 3/6] gnu: Add go-github-com-ipfs-go-log-v2.
Date: Sun, 28 Apr 2024 19:45:11 +0300	[thread overview]
Message-ID: <50cf12ac97d8e65ccf54ae9c4fd5c3d16d53c56a.1714322562.git.poptsov.artyom@gmail.com> (raw)
In-Reply-To: <cover.1714322562.git.poptsov.artyom@gmail.com>

* gnu/packages/ipfs.scm (go-github-com-ipfs-go-log-v2): New variable.

Change-Id: Id6d85bfa883670345420c21937681ae2844f6263
---
 gnu/packages/ipfs.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index d8ddd5bb52..905cda71e9 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -194,6 +194,36 @@ (define-public go-github-com-ipfs-go-ipfs-api
       (description "An unofficial Go interface to IPFS's HTTP API")
       (license license:expat))))
 
+(define-public go-github-com-ipfs-go-log-v2
+  (package
+    (name "go-github-com-ipfs-go-log-v2")
+    (version "2.5.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/ipfs/go-log")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1yh3sw8knpy364h8h8rqw193whnjd6fbc13cxh6zs29z3x2a7aqa"))))
+    (build-system go-build-system)
+    (propagated-inputs (list go-github-com-mattn-go-isatty
+                             go-go-uber-org-multierr
+                             go-go-uber-org-zap))
+    (arguments
+     (list
+      #:go go-1.21
+      #:unpack-path "github.com/ipfs/go-log/v2"
+      #:import-path "github.com/ipfs/go-log/v2"))
+    (home-page "https://github.com/ipfs/go-log")
+    (synopsis "Logging library used by @code{go-ipfs}")
+    (description
+     "@code{go-log} wraps @url{https://github.com/uber-go/zap, zap} to
+provide a logging facade.  @code{go-log} manages logging instances and allows for
+their levels to be controlled individually.")
+    (license license:expat)))
+
 (define-public gx
   (package
     (name "gx")
-- 
2.41.0





  parent reply	other threads:[~2024-04-28 16:46 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-28 16:44 [bug#70631] [PATCH 0/6] gnu: kubo: Unbundle "go-cidutil", "go-log" and "go-ipfs-util" Artyom V. Poptsov
2024-04-28 16:45 ` [bug#70631] [PATCH 1/6] gnu: Add go-github-com-ipfs-go-ipfs-util Artyom V. Poptsov
2024-04-28 16:45 ` [bug#70631] [PATCH 2/6] gnu: Add go-github-com-ipfs-go-detect-race Artyom V. Poptsov
2024-04-28 16:45 ` Artyom V. Poptsov [this message]
2024-04-28 16:45 ` [bug#70631] [PATCH 4/6] gnu: Add go-github-com-ipfs-go-log Artyom V. Poptsov
2024-04-28 16:45 ` [bug#70631] [PATCH 5/6] gnu: Add go-github-com-ipfs-go-cidutil Artyom V. Poptsov
2024-04-28 16:45 ` [bug#70631] [PATCH 6/6] gnu: kubo: Unbundle "go-cidutil", "go-log" and "go-ipfs-util" Artyom V. Poptsov
2024-05-07 23:11 ` bug#70631: [PATCH 0/6] " Sharlatan Hellseher

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=50cf12ac97d8e65ccf54ae9c4fd5c3d16d53c56a.1714322562.git.poptsov.artyom@gmail.com \
    --to=poptsov.artyom@gmail.com \
    --cc=70631@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.