GNU bug report logs -
#58615
[PATCH 1/2] gnu: Add python-watchpoints.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Tue, 18 Oct 2022 23:37:02 UTC
Severity: normal
Tags: patch
Done: "jgart" <jgart <at> dismail.de>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 58615 in the body.
You can then email your comments to 58615 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#58615
; Package
guix-patches
.
(Tue, 18 Oct 2022 23:37:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
jgart <jgart <at> dismail.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 18 Oct 2022 23:37:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Information forwarded
to
guix-patches <at> gnu.org
:
bug#58615
; Package
guix-patches
.
(Tue, 18 Oct 2022 23:44:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 58615 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-objprint): 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 f215f40915..5d1fa0c97f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -31142,6 +31142,36 @@ (define-public python-lief
and abstract ELF, PE and MachO formats.")
(license license:asl2.0)))
+(define-public python-objprint
+ (package
+ (name "python-objprint")
+ (version "0.2.2")
+ ;; The tests are not included in the PyPI archive.
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/gaogaotiantian/objprint")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0jh9swg4cag2vxyzrjmsdmdrak6zhlgg8fjsnmmis8dm8bb41fq9"))))
+ (build-system python-build-system)
+ (native-inputs (list python-pytest))
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? inputs #:allow-other-keys)
+ (when tests?
+ (invoke "pytest" "-v")))))))
+ (home-page "https://github.com/gaogaotiantian/objprint")
+ (synopsis "Print Python objects in human readable format")
+ (description
+"This package provides a library that can print Python objects in human
+readable format.")
+ (license license:asl2.0)))
+
(define-public python-pymonad
(package
(name "python-pymonad")
--
2.38.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#58615
; Package
guix-patches
.
(Tue, 18 Oct 2022 23:44:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 58615 <at> debbugs.gnu.org (full text, mbox):
* 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 sent
to
"jgart" <jgart <at> dismail.de>
:
You have taken responsibility.
(Tue, 18 Jun 2024 06:15:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
jgart <jgart <at> dismail.de>
:
bug acknowledged by developer.
(Tue, 18 Jun 2024 06:15:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 58615-done <at> debbugs.gnu.org (full text, mbox):
Closing. Feel free to reopen if working on it.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 16 Jul 2024 11:24:09 GMT)
Full text and
rfc822 format available.
This bug report was last modified 296 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.