unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58764] [PATCH] gnu: Add python-rollbar.
@ 2022-10-24 16:46 Wamm K. D
  2023-03-16 18:41 ` bug#58764: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Wamm K. D @ 2022-10-24 16:46 UTC (permalink / raw)
  To: 58764; +Cc: Wamm K. D

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#58764: [PATCH] gnu: Add python-rollbar.
  2022-10-24 16:46 [bug#58764] [PATCH] gnu: Add python-rollbar Wamm K. D
@ 2023-03-16 18:41 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-03-16 18:41 UTC (permalink / raw)
  To: Wamm K. D; +Cc: 58764-done, guix-patches

[-- Attachment #1: Type: text/plain, Size: 391 bytes --]


"Wamm K. D" <jaft.r@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-16 18:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-24 16:46 [bug#58764] [PATCH] gnu: Add python-rollbar Wamm K. D
2023-03-16 18:41 ` bug#58764: " Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).