From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 55233@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#55233] [PATCH 3/3] gnu: Add python-madbg.
Date: Mon, 2 May 2022 22:00:26 +0000 [thread overview]
Message-ID: <20220502220026.13800-3-jgart@dismail.de> (raw)
In-Reply-To: <20220502220026.13800-1-jgart@dismail.de>
* gnu/packages/python-xyz.scm (python-madbg): 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 61c36699c7..551544b08e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -29022,6 +29022,26 @@ (define-public python-hypno
running python process.")
(license license:expat)))
+(define-public python-madbg
+ (package
+ (name "python-madbg")
+ (version "1.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "madbg" version ".zip"))
+ (sha256
+ (base32 "19cll917w3zshxrcf2v5bdwkvbam3nslyik2hp4wpn5z4xkzsw5v"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ (list python-click python-hypno python-ipython python-prompt-toolkit))
+ (native-inputs (list unzip))
+ (home-page "https://github.com/kmaork/madbg")
+ (synopsis "A fully-featured remote debugger for python")
+ (description
+ "This package provides a fully-featured remote debugger for python")
+ (license license:expat)))
+
(define-public python-iwlib
(package
(name "python-iwlib")
--
2.35.1
next prev parent reply other threads:[~2022-05-02 22:08 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 ` [bug#55233] [PATCH 1/3] gnu: Add python-pyinjector jgart via Guix-patches via
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 ` jgart via Guix-patches via [this message]
2022-06-24 15:25 ` 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-3-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.