GNU bug report logs - #58764
[PATCH] gnu: Add python-rollbar.

Previous Next

Package: guix-patches;

Reported by: "Wamm K. D" <jaft.r <at> outlook.com>

Date: Mon, 24 Oct 2022 16:50:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Christopher Baines <mail <at> cbaines.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#58764: closed ([PATCH] gnu: Add python-rollbar.)
Date: Thu, 16 Mar 2023 18:44:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 16 Mar 2023 18:41:01 +0000
with message-id <87ttykwn8i.fsf <at> cbaines.net>
and subject line Re: [bug#58764] [PATCH] gnu: Add python-rollbar.
has caused the debbugs.gnu.org bug report #58764,
regarding [PATCH] gnu: Add python-rollbar.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
58764: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58764
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: "Wamm K. D" <jaft.r <at> outlook.com>
To: guix-patches <at> gnu.org
Cc: "Wamm K. D" <jaft.r <at> outlook.com>
Subject: [PATCH] gnu: Add python-rollbar.
Date: Mon, 24 Oct 2022 11:46:42 -0500
* gnu/packages/python-xyz.scm (python-rollbar): Add new Python SDK
---
 gnu/packages/python-xyz.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 51136d8e6e..e8ad49ecb2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -31233,6 +31233,37 @@ (define-public python-pymonad
 @end itemize")
     (license license:bsd-3)))
 
+(define-public python-rollbar
+  (package
+    (name "python-rollbar")
+    (version "0.16.3")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "rollbar" version))
+              (sha256
+               (base32
+                "1qpd0j50wqli3867xmhwk65pm1cxjs60yg83mcvcf3kic3y3sc82"))))
+    (build-system python-build-system)
+    (native-inputs (list python-pytest-runner python-unittest2))
+    (inputs (list python-requests
+                  python-six
+                  python-httpx
+                  python-blinker
+                  python-webob))
+    (home-page "https://github.com/rollbar/pyrollbar")
+    (synopsis "Notifier for exceptions, errors, and log messages to Rollbar")
+    (description "Python SDK for reporting exceptions, errors, and log messages
+to @url{https://rollbar.com/, Rollbar}.
+
+Capabilities include:
+
+@itemize @bullet
+@item Sending messages and exceptions with arbitrary context
+@item Getting back aggregates
+@item Debugging production issues
+@end itemize")
+    (license license:expat)))
+
 ;;;
 ;;; Avoid adding new packages to the end of this file. To reduce the chances
 ;;; of a merge conflict, place them above by existing packages with similar
-- 
2.38.0



[Message part 3 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: "Wamm K. D" <jaft.r <at> outlook.com>
Cc: 58764-done <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#58764] [PATCH] gnu: Add python-rollbar.
Date: Thu, 16 Mar 2023 18:41:01 +0000
[Message part 4 (text/plain, inline)]
"Wamm K. D" <jaft.r <at> outlook.com> writes:

> * gnu/packages/python-xyz.scm (python-rollbar): Add new Python SDK
> ---
>  gnu/packages/python-xyz.scm | 31 +++++++++++++++++++++++++++++++
>  1 file changed, 31 insertions(+)

Thanks for the patch. As the comment at the bottom of the file suggests,
I've moved this up and pushed it to master as
e97ab7fff7f3c9c4833272602951883bfeddba62.

Chris
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 2 years and 68 days ago.

Previous Next


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