unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 58615@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#58615] [PATCH 2/2] gnu: Add python-watchpoints.
Date: Tue, 18 Oct 2022 18:42:50 -0500	[thread overview]
Message-ID: <20221018234250.17292-2-jgart@dismail.de> (raw)
In-Reply-To: <20221018234250.17292-1-jgart@dismail.de>

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5d1fa0c97f..9cf0946d66 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -31172,6 +31172,36 @@ (define-public python-objprint
 readable format.")
     (license license:asl2.0)))
 
+(define-public python-watchpoints
+  (package
+    (name "python-watchpoints")
+    (version "0.2.5")
+    ;; The tests are not included in the PyPI archive.
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/gaogaotiantian/watchpoints")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0d88vgjc99qp6wl3c3m3z2dyx46zb9vgfhwzwvbshay8g11fnfjp"))))
+    (build-system python-build-system)
+    (arguments
+      `(#:phases
+        (modify-phases %standard-phases
+          (replace 'check
+            (lambda* (#:key tests? inputs #:allow-other-keys)
+              (when tests?
+                (invoke "pytest" "-v")))))))
+    (native-inputs (list python-pytest python-pandas))
+    (propagated-inputs (list python-objprint))
+    (home-page "https://github.com/gaogaotiantian/watchpoints")
+    (synopsis "Monitor read and write on variables")
+    (description 
+"@code{python-watchpoints} monitors read and write on variables.")
+    (license license:asl2.0)))
+
 (define-public python-pymonad
   (package
     (name "python-pymonad")
-- 
2.38.0





  reply	other threads:[~2022-10-18 23:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-18 23:36 [bug#58615] [PATCH 1/2] gnu: Add python-watchpoints jgart via Guix-patches via
2022-10-18 23:42 ` [bug#58615] [PATCH 1/2] gnu: Add python-objprint jgart via Guix-patches via
2022-10-18 23:42   ` jgart via Guix-patches via [this message]
2024-06-18  6:14 ` bug#58615: jgart via Guix-patches via

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=20221018234250.17292-2-jgart@dismail.de \
    --to=guix-patches@gnu.org \
    --cc=58615@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    /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).