From unknown Sat Aug 16 10:44:00 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#76634 <76634@debbugs.gnu.org> To: bug#76634 <76634@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add python-logfury. Reply-To: bug#76634 <76634@debbugs.gnu.org> Date: Sat, 16 Aug 2025 17:44:00 +0000 retitle 76634 [PATCH] gnu: Add python-logfury. reassign 76634 guix-patches submitter 76634 Cayetano Santos severity 76634 normal tag 76634 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 28 04:26:10 2025 Received: (at submit) by debbugs.gnu.org; 28 Feb 2025 09:26:10 +0000 Received: from localhost ([127.0.0.1]:45024 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tnwdE-0000HX-LH for submit@debbugs.gnu.org; Fri, 28 Feb 2025 04:26:09 -0500 Received: from lists.gnu.org ([2001:470:142::17]:34406) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tnwcr-0000E1-Fj for submit@debbugs.gnu.org; Fri, 28 Feb 2025 04:25:45 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tnwcl-0007zD-K3 for guix-patches@gnu.org; Fri, 28 Feb 2025 04:25:39 -0500 Received: from latitanza.investici.org ([2001:888:2000:56::19]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tnwcj-0000su-Fl for guix-patches@gnu.org; Fri, 28 Feb 2025 04:25:39 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1740734729; bh=7uobT3sxQLzrQFX4YUzxQ1VHYI1jnCRm0KtLnmE1HBY=; h=From:To:Cc:Subject:Date:From; b=cBV6oro62uovg6tqZnnYKjqTowM2M2+17I9aa2tXG9Ep53ureyVlfrcaChFy1wiAY oAvAIySMr08VXomrDX/eY33X2yh6hVgVhBhtYii2o17GnUuIuTz1WTxronsVUheb/q T3GvKphApJW1eELDOIjTBL0JJhFfNYp2R++V2ysY= Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4Z42qs4dwwzGp4H; Fri, 28 Feb 2025 09:25:29 +0000 (UTC) Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4Z42qs3Zq9zGp3H; Fri, 28 Feb 2025 09:25:29 +0000 (UTC) From: Cayetano Santos To: guix-patches@gnu.org Subject: [PATCH] gnu: Add python-logfury. Date: Fri, 28 Feb 2025 10:24:56 +0100 Message-ID: X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2001:888:2000:56::19; envelope-from=csantosb@inventati.org; helo=latitanza.investici.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Cayetano Santos X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) * 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 From debbugs-submit-bounces@debbugs.gnu.org Mon May 26 03:10:17 2025 Received: (at 76634-done) by debbugs.gnu.org; 26 May 2025 07:10:17 +0000 Received: from localhost ([127.0.0.1]:53290 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uJRyS-0000xh-Dm for submit@debbugs.gnu.org; Mon, 26 May 2025 03:10:16 -0400 Received: from latitanza.investici.org ([82.94.249.234]:57205) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uJRyN-0000wQ-Rt for 76634-done@debbugs.gnu.org; Mon, 26 May 2025 03:10:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1748243410; bh=6fhPx8Sb3d2E4hpy1zXFHWJ72VdnD+WCqZwVfuwmW1g=; h=From:To:Subject:Date:From; b=HkNBV91Sapm51Jm1shZNvYkjpkKhniXKAwiGh668RT6BipkLG/dZJXEwUHcy7k4Me ZwnHVIsqqwN5/yvtziXKwsEU2Kx1hcl2UITIHsQ7nJKyent/ChYO3pV33u4G5ycCV5 j/aB6U3yyAFpkdC/lfmOWB5yn0SkGC1wSP7xBVqM= Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4b5RjZ2NMwzGpSX for <76634-done@debbugs.gnu.org>; Mon, 26 May 2025 07:10:10 +0000 (UTC) Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4b5RjZ18G7zGpSV for <76634-done@debbugs.gnu.org>; Mon, 26 May 2025 07:10:10 +0000 (UTC) From: Cayetano Santos To: 76634-done@debbugs.gnu.org Subject: close User-Agent: mu4e 1.12.9; emacs 29.4 Date: Mon, 26 May 2025 09:10:09 +0200 Message-ID: <87plfvvodq.fsf@inventati.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 76634-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --=-=-= Content-Type: text/plain See https://codeberg.org/guix/guix/pulls/44. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iI0EARYKADUWIQTMuBhC+dcFjs1nN3q/XN9N9r9mggUCaDQT0RccY3NhbnRvc2JA aW52ZW50YXRpLm9yZwAKCRC/XN9N9r9mgvyUAP4ui1jN52LqqCB1NMIuOZM9o/9+ 8ve96eNIXWcGTw5iTAD+L1ukWkZTylXvXXxYNft93ILbVip7dkHsHLljlS9dLgs= =QRoo -----END PGP SIGNATURE----- --=-=-=-- From unknown Sat Aug 16 10:44:00 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 23 Jun 2025 11:24:25 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator