unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Giacomo Leidi <goodoldpaul@autistici.org>
To: 45514@debbugs.gnu.org
Cc: Giacomo Leidi <goodoldpaul@autistici.org>
Subject: [bug#45514] [PATCH 6/8] gnu: Add python-snakeviz.
Date: Mon, 28 Dec 2020 22:32:43 +0100	[thread overview]
Message-ID: <20201228213245.12577-6-goodoldpaul@autistici.org> (raw)
In-Reply-To: <20201228213245.12577-1-goodoldpaul@autistici.org>

* gnu/packages/python-xyz.scm (python-snakeviz): New variable.
---
 gnu/packages/python-xyz.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1bbb425ae8..8a00bebe3e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23303,3 +23303,28 @@ These should be used in preference to using a backslash for line continuation.
     (synopsis "Flake8 lint for quotes.")
     (description "This package provides a Flake8 lint for quotes.")
     (license license:expat)))
+
+(define-public python-snakeviz
+  (package
+    (name "python-snakeviz")
+    (version "2.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "snakeviz" version))
+       (sha256
+        (base32
+         "0s6byw23hr2khqx2az36hpi52fk4v6bfm1bb7biaf0d2nrpqgbcj"))))
+    (build-system python-build-system)
+    (propagated-inputs
+     `(("python-tornado" ,python-tornado)))
+    (home-page
+     "https://jiffyclub.github.io/snakeviz/")
+    (synopsis
+     "Web-based viewer for Python profiler output")
+    (description
+     "SnakeViz is a browser based graphical viewer for
+the output of Python’s cProfile module and an alternative to
+using the standard library pstats module.
+It was originally inspired by RunSnakeRun. ")
+    (license license:bsd-3)))
-- 
2.29.2





  parent reply	other threads:[~2020-12-28 21:34 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-28 21:30 [bug#45514] [PATCH] Add zulip-term and dependencies paul
2020-12-28 21:32 ` [bug#45514] [PATCH 1/8] gnu: python-urwid: Update to 2.1.1 Giacomo Leidi
2020-12-28 21:32   ` [bug#45514] [PATCH 2/8] gnu: Add python-urwid-readline Giacomo Leidi
2020-12-28 21:32   ` [bug#45514] [PATCH 3/8] gnu: Add python-matrix-client Giacomo Leidi
2020-12-28 21:32   ` [bug#45514] [PATCH 4/8] gnu: Add python-flake8-continuation Giacomo Leidi
2020-12-28 21:32   ` [bug#45514] [PATCH 5/8] gnu: Add python-flake8-quotes Giacomo Leidi
2020-12-28 21:32   ` Giacomo Leidi [this message]
2021-04-01 12:15     ` [bug#45514] [PATCH 6/8] gnu: Add python-snakeviz Efraim Flashner
2020-12-28 21:32   ` [bug#45514] [PATCH 7/8] gnu: Add python-zulip Giacomo Leidi
2020-12-28 21:32   ` [bug#45514] [PATCH 8/8] gnu: Add zulip-term Giacomo Leidi
2021-04-01 12:15 ` bug#45514: [PATCH] Add zulip-term and dependencies Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201228213245.12577-6-goodoldpaul@autistici.org \
    --to=goodoldpaul@autistici.org \
    --cc=45514@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).