GNU bug report logs - #55233
[PATCH 0/3] Add python-madbg.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Mon, 2 May 2022 21:57:01 UTC

Severity: normal

Tags: moreinfo, patch

Done: "jgart" <jgart <at> dismail.de>

Bug is archived. No further changes may be made.

Full log


Message #11 received at 55233 <at> debbugs.gnu.org (full text, mbox):

From: jgart <jgart <at> dismail.de>
To: 55233 <at> debbugs.gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH 2/3] gnu: Add python-hypno.
Date: Mon,  2 May 2022 22:00:25 +0000
* gnu/packages/python-xyz.scm (python-hypno): New variable.
---
 gnu/packages/python-xyz.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 453080a4b7..61c36699c7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -29001,6 +29001,27 @@ (define-public python-pyinjector
 running processes")
     (license license:expat)))
 
+(define-public python-hypno
+  (package
+    (name "python-hypno")
+    (version "0.1.4")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (pypi-uri "hypno" version ".zip"))
+        (sha256
+          (base32 "1703c1k1g404sl2yvh5wylk7prnfgm7c83cpx2gv3n50025d6910"))))
+    (build-system python-build-system)
+    (propagated-inputs (list python-pyinjector))
+    (native-inputs (list unzip))
+    (home-page "https://github.com/kmaork/hypno")
+    (synopsis
+      "A tool/library allowing to inject python code into a running python process.")
+    (description
+      "This package provides a tool/library allowing to inject python code into a
+running python process.")
+    (license license:expat)))
+
 (define-public python-iwlib
   (package
     (name "python-iwlib")
-- 
2.35.1





This bug report was last modified 1 year and 287 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.