From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 55233@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#55233] [PATCH 1/3] gnu: Add python-pyinjector.
Date: Mon, 2 May 2022 22:00:24 +0000 [thread overview]
Message-ID: <20220502220026.13800-1-jgart@dismail.de> (raw)
In-Reply-To: <20220502215637.GB12175@gac.scls.local>
* 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
next prev parent reply other threads:[~2022-05-02 22:12 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-02 21:56 [bug#55233] [PATCH 0/3] Add python-madbg jgart via Guix-patches via
2022-05-02 22:00 ` jgart via Guix-patches via [this message]
2022-05-02 22:00 ` [bug#55233] [PATCH 2/3] gnu: Add python-hypno jgart via Guix-patches via
2022-06-24 15:23 ` [bug#55233] [PATCH 0/3] Add python-madbg Maxim Cournoyer
2022-05-02 22:00 ` [bug#55233] [PATCH 3/3] gnu: " jgart via Guix-patches via
2022-06-24 15:25 ` [bug#55233] [PATCH 0/3] " Maxim Cournoyer
2022-06-24 15:21 ` Maxim Cournoyer
2022-05-02 22:08 ` [bug#55233] linter warning jgart via Guix-patches via
2022-05-03 8:56 ` Maxime Devos
2023-10-07 5:53 ` bug#55233: Closing 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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220502220026.13800-1-jgart@dismail.de \
--to=guix-patches@gnu.org \
--cc=55233@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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.