GNU bug report logs -
#55233
[PATCH 0/3] Add python-madbg.
Previous Next
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 #8 received at 55233 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-pyinjector): New variable.
---
gnu/packages/python-xyz.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5b3a742cb7..453080a4b7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28981,6 +28981,26 @@ (define-public pudb
keyboard-friendly package.")
(license license:expat)))
+(define-public python-pyinjector
+ (package
+ (name "python-pyinjector")
+ (version "1.0.6")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pyinjector" version ".zip"))
+ (sha256
+ (base32 "126n70qmrlqd25xmxwaf800abfm1k250zx01kx3dha2p6pk3vx89"))))
+ (build-system python-build-system)
+ (native-inputs (list unzip))
+ (home-page "https://github.com/kmaork/pyinjector")
+ (synopsis
+ "A tool/library allowing dynamic library injection into running processes")
+ (description
+ "This package provides a tool/library allowing dynamic library injection into
+running processes")
+ (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.