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:23:48 -0400	[thread overview]
Message-ID: <87bkuiytiz.fsf_-_@gmail.com> (raw)
In-Reply-To: <20220502220026.13800-2-jgart@dismail.de> (jgart@dismail.de's message of "Mon, 2 May 2022 22:00:25 +0000")

Hi,

jgart <jgart@dismail.de> writes:

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

The package synopsis/description is the same as for pyinjector.  Perhaps
it should say in the description that is based on it.

Otherwise, same comments as for python-pyinjector apply: run 'guix lint'
and fix any problem, and make sure the test suite is run [0].

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

Thanks,

Maxim




  reply	other threads:[~2022-06-24 15:24 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     ` Maxim Cournoyer [this message]
2022-05-02 22:00   ` [bug#55233] [PATCH 3/3] gnu: Add python-madbg 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

  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=87bkuiytiz.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).