GNU bug report logs -
#54284
[PATCH] gnu: Add python-pytest-pudb.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Mon, 7 Mar 2022 05:39:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 54284 <at> debbugs.gnu.org (full text, mbox):
Hi,
jgart <jgart <at> dismail.de> skribis:
> * gnu/packages/check.scm (python-pytest-pudb): New variable.
[...]
> +(define-public python-pytest-pudb
> + ;; PyPi does not include tests
> + (let ((commit "a6b3d2f4d35e558d72bccff472ecde9c9d9c69e5")
> + (revision "0"))
> + (package
> + (name "python-pytest-pudb")
> + (version "0.7.0")
Could you clarify in a comment how this commit relates to this version
number? You can remove the ‘revision’ variable, since it’s unused.
> + (file-name (string-append name "-" commit))
Rather: (file-name (git-file-name name version)).
> + (synopsis "Pytest PuDB debugger integration")
> + (description
> + "@code{python-pytest-pudb} provides PuDB debugger integration based on
> + pytest PDB integration.")
^
Extra space here.
IWBN if you could add a sentence or two explaining what that means. :-)
Last, please pass it through ‘guix style’.
Could you send an updated patch?
TIA!
Ludo’.
This bug report was last modified 3 years and 63 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.