unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Vinicius Monego <monego@posteo.net>
To: 63621@debbugs.gnu.org
Cc: Vinicius Monego <monego@posteo.net>
Subject: [bug#63621] [PATCH 5/6] gnu: Add python-yappi.
Date: Sun, 21 May 2023 03:02:09 +0000	[thread overview]
Message-ID: <20230521030210.1282819-5-monego@posteo.net> (raw)
In-Reply-To: <20230521030210.1282819-1-monego@posteo.net>

* gnu/packages/python-xyz.scm (python-yappi): New variable.
---
 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 9ee45ab525..c7a31e40a1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3299,6 +3299,30 @@ (define-public python-openpyxl
 standard.")
     (license license:expat)))
 
+(define-public python-yappi
+  (package
+    (name "python-yappi")
+    (version "1.4.0")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "yappi" version))
+              (sha256
+               (base32
+                "1h3zl60pi57ynb3sw7sg2wcn157jwz992y95bv5kcds3qy7msjsh"))))
+    (build-system pyproject-build-system)
+    (native-inputs (list python-gevent))
+    (arguments
+     (list #:phases #~(modify-phases %standard-phases
+                        (replace 'check
+                          (lambda* (#:key tests? #:allow-other-keys)
+                            (when tests?
+                              (invoke "python" "run_tests.py")))))))
+    (home-page "https://github.com/sumerc/yappi")
+    (synopsis "Yet Another Python Profiler")
+    (description "Yappi is a tracing profiler that is multithreading, asyncio
+and gevent aware.")
+    (license license:expat)))
+
 (define-public python-eventlet
   (package
     (name "python-eventlet")
-- 
2.34.1





  parent reply	other threads:[~2023-05-21  3:04 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-21  2:59 [bug#63621] [PATCH 0/6] Add PyTorch-related statistics libraries Vinicius Monego
2023-05-21  3:02 ` [bug#63621] [PATCH 1/6] gnu: Add python-linear-operator Vinicius Monego
2023-05-21  3:02   ` [bug#63621] [PATCH 2/6] gnu: Add python-gpytorch Vinicius Monego
2023-05-21  3:02   ` [bug#63621] [PATCH 3/6] gnu: python-pyro-ppl: Update to 1.8.4 Vinicius Monego
2023-05-21  3:02   ` [bug#63621] [PATCH 4/6] gnu: Add python-botorch Vinicius Monego
2023-05-21  3:02   ` Vinicius Monego [this message]
2023-05-21  3:02   ` [bug#63621] [PATCH 6/6] gnu: Add python-ax-platform Vinicius Monego
2023-08-07 14:06 ` [bug#63621] [PATCH 0/6] Add PyTorch-related statistics libraries Ludovic Courtès
2023-08-21 13:03   ` Ludovic Courtès
2023-08-24  2:25     ` Vinicius Monego

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=20230521030210.1282819-5-monego@posteo.net \
    --to=monego@posteo.net \
    --cc=63621@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).