GNU bug report logs - #76634
[PATCH] gnu: Add python-logfury.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Fri, 28 Feb 2025 09:27:02 UTC

Severity: normal

Tags: patch

Done: Cayetano Santos <csantosb <at> inventati.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Cayetano Santos <csantosb <at> inventati.org>
To: 76634 <at> debbugs.gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [bug#76634] [PATCH] gnu: Add python-logfury.
Date: Fri, 28 Feb 2025 10:24:56 +0100
* gnu/packages/python-xyz.scm (python-logfury): New variable.

Change-Id: I745ee4bf4338fdc342d5484c786a5a9bbe098218
---
 gnu/packages/python-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c00a54066b..059f79a04b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -36844,6 +36844,30 @@ (define-public python-multimethod
 needed and registers the function with its annotations.")
     (license license:asl2.0)))
 
+(define-public python-logfury
+  (package
+    (name "python-logfury")
+    (version "1.0.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/reef-technologies/logfury/")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0s0v4s1q6y6ahd5198096xaps71a5sn3v2s90wbc5xv1bx8pcslk"))))
+    (build-system pyproject-build-system)
+    (native-inputs (list python-setuptools python-wheel
+                         ;; tests
+                         python-pytest python-testfixtures))
+    (home-page "https://github.com/reef-technologies/logfury/")
+    (synopsis "Logging of method calls for python libraries")
+    (description
+     "Logfury is a tool for python library maintainers.  It allows for
+responsible, low-boilerplate logging of method calls.")
+    (license license:bsd-3)))
+
 (define-public python-logical-unification
   (package
     (name "python-logical-unification")

base-commit: a76708a872e65230931f3c5c3b079d0a39d5cb84
-- 
2.48.1





This bug report was last modified 55 days ago.

Previous Next


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