GNU bug report logs - #53019
[PATCHES] Add aerich

Previous Next

Package: guix-patches;

Reported by: Giacomo Leidi <goodoldpaul <at> autistici.org>

Date: Wed, 5 Jan 2022 01:19:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Maxime Devos <maximedevos <at> telenet.be>
To: Giacomo Leidi <goodoldpaul <at> autistici.org>, 53019 <at> debbugs.gnu.org
Subject: [bug#53019] [PATCH 2/6] gnu: Add python-coverage-5.5
Date: Sat, 30 Jul 2022 23:04:15 +0200
[Message part 1 (text/plain, inline)]
On 01-07-2022 23:32, Giacomo Leidi via Guix-patches via wrote:
> * gnu/packages/check.scm (python-coverage-5.5): New variable.
> ---
>   gnu/packages/check.scm | 13 +++++++++++++
>   1 file changed, 13 insertions(+)
>
> diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
> index 6ad2b1acd8..f2871690a5 100644
> --- a/gnu/packages/check.scm
> +++ b/gnu/packages/check.scm
> @@ -38,6 +38,7 @@
>   ;;; Copyright © 2020, 2021, 2022 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
>   ;;; Copyright © 2021 Hugo Lecomte <hugo.lecomte <at> inria.fr>
>   ;;; Copyright © 2022 Maxime Devos <maximedevos <at> telenet.be>
> +;;; Copyright © 2022 Giacomo Leidi <goodoldpaul <at> autistici.org>
>   ;;;
>   ;;; This file is part of GNU Guix.
>   ;;;
> @@ -1745,6 +1746,18 @@ (define-public python-coverage
>   executed.")
>       (license license:bsd-3)))
>   
> +(define-public python-coverage-5.5
> +  (package
> +    (inherit python-coverage)
> +    (version "5.5")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (pypi-uri "coverage" version))
> +       (sha256
> +        (base32
> +         "0b112ly7vvplvm9l411aqknxhr7fzfyp28xhflhkcx78l3lqzrzb"))))))
> +

Why not update the already-existing python-coverage package? Then all 
users of that package would benefit and propagation conflicts would be 
avoided.

Greetings,
Maxime.

[OpenPGP_0x49E3EE22191725EE.asc (application/pgp-keys, attachment)]
[OpenPGP_signature (application/pgp-signature, attachment)]

This bug report was last modified 1 year and 206 days ago.

Previous Next


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