unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: jgart <jgart@dismail.de>
Cc: 55233@debbugs.gnu.org
Subject: [bug#55233] [PATCH 0/3] Add python-madbg.
Date: Fri, 24 Jun 2022 11:25:49 -0400	[thread overview]
Message-ID: <877d56ytfm.fsf_-_@gmail.com> (raw)
In-Reply-To: <20220502220026.13800-3-jgart@dismail.de> (jgart@dismail.de's message of "Mon, 2 May 2022 22:00:26 +0000")

jgart <jgart@dismail.de> writes:

> * 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)))

Synopsis shouldn't start with determinant (run 'guix lint' to find out).
Description should end with period.  I'd also capitalize "Python", since
it's a proper name.

Make sure the test suite is run [0].

Thanks!

[0]  https://github.com/kmaork/madbg/tree/master/tests




  reply	other threads:[~2022-06-24 15:28 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   ` [bug#55233] [PATCH 3/3] gnu: " jgart via Guix-patches via
2022-06-24 15:25     ` Maxim Cournoyer [this message]
2022-06-24 15:21   ` [bug#55233] [PATCH 0/3] " 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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877d56ytfm.fsf_-_@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).