GNU bug report logs - #55084
[PATCH] gnu: python-numpy-next: Update to 1.22.3.

Previous Next

Package: guix-patches;

Reported by: Felix Gruber <felgru <at> posteo.net>

Date: Sat, 23 Apr 2022 16:49: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 #8 received at 55084 <at> debbugs.gnu.org (full text, mbox):

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Felix Gruber <felgru <at> posteo.net>
Cc: 55084 <at> debbugs.gnu.org
Subject: Re: bug#55084: [PATCH] gnu: python-numpy-next: Update to 1.22.3.
Date: Tue, 26 Apr 2022 11:22:23 +0200
Hello Felix,

> +    (native-inputs
> +     (list python-cython python-hypothesis python-pytest
> +           python-pytest-xdist gfortran))

What about using something like:

--8<---------------cut here---------------start------------->8---
    (native-inputs
     (modify-inputs (package-inputs python-numpy-next)
       (delete "python-hypothesis")
       (prepend python-hypothesis)))
--8<---------------cut here---------------end--------------->8---

not to duplicate the native-inputs list?

Thanks,

Mathieu




This bug report was last modified 3 years and 10 days ago.

Previous Next


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