GNU bug report logs - #63448
gnu: Add python-optparse-pretty and python-mgatk.

Previous Next

Package: guix-patches;

Reported by: "MadalinIonel.Patrascu <at> mdc-berlin.de" <MadalinIonel.Patrascu <at> mdc-berlin.de>

Date: Thu, 11 May 2023 18:33:01 UTC

Severity: normal

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Ricardo Wurmus <rekado <at> elephly.net>
To: Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de>
Cc: 63448 <at> debbugs.gnu.org
Subject: [bug#63448] [PATCH 1/2] gnu: Add python-optparse-pretty.
Date: Fri, 12 May 2023 09:39:05 +0200
Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de> writes:

> * gnu/packages/python-xyz.scm (python-optparse-pretty): New variable
…
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (pypi-uri "optparse-pretty" version))
> +       (sha256
> +        (base32 "1920wbh2b7a8qn7zx2iiqbcdaax335l81a73x9pp8h11yzs2jdmh"))))
> +    (build-system pyproject-build-system)
> +    (arguments
> +     (list #:tests? #f))   ; There are no tests in the pypi archive.

There are no tests at all, not just in pypi.

-- 
Ricardo




This bug report was last modified 2 years and 11 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.