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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 76634 in the body.
You can then email your comments to 76634 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#76634; Package guix-patches. (Fri, 28 Feb 2025 09:27:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Cayetano Santos <csantosb <at> inventati.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 28 Feb 2025 09:27:02 GMT) Full text and rfc822 format available.

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

From: Cayetano Santos <csantosb <at> inventati.org>
To: guix-patches <at> gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [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





Reply sent to Cayetano Santos <csantosb <at> inventati.org>:
You have taken responsibility. (Mon, 26 May 2025 07:11:02 GMT) Full text and rfc822 format available.

Notification sent to Cayetano Santos <csantosb <at> inventati.org>:
bug acknowledged by developer. (Mon, 26 May 2025 07:11:02 GMT) Full text and rfc822 format available.

Message #10 received at 76634-done <at> debbugs.gnu.org (full text, mbox):

From: Cayetano Santos <csantosb <at> inventati.org>
To: 76634-done <at> debbugs.gnu.org
Subject: close
Date: Mon, 26 May 2025 09:10:09 +0200
[Message part 1 (text/plain, inline)]
See https://codeberg.org/guix/guix/pulls/44.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 23 Jun 2025 11:24:25 GMT) Full text and rfc822 format available.

This bug report was last modified 8 days ago.

Previous Next


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