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

Hi jgart,

jgart <jgart@dismail.de> writes:

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

Please run this through 'guix lint', and fix any problems reported (the
synopsis will be flagged, at least).  Your description should end with a
period (i.e., be a complete sentence).

I assume the test suite is not run; you may have to fetch from git to do
so, but there is a test suite:
https://github.com/kmaork/pyinjector/blob/master/setup.py.

Thanks,

Maxim




  parent reply	other threads:[~2022-06-24 15:22 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     ` [bug#55233] [PATCH 0/3] " Maxim Cournoyer
2022-06-24 15:21   ` Maxim Cournoyer [this message]
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=87fsjuytmi.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).