all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53022] [PATCH] gnu: python-urwidtrees: Add python-mock to inputs.
@ 2022-01-05  9:14 Tanguy Le Carrour
  2022-01-05 10:13 ` [bug#53022] [PATCH v2] " Tanguy Le Carrour
  0 siblings, 1 reply; 4+ messages in thread
From: Tanguy Le Carrour @ 2022-01-05  9:14 UTC (permalink / raw)
  To: 53022; +Cc: Tanguy Le Carrour

* gnu/packages/python-xyz.scm (python-urwidtrees)[native-inputs]: Add
python-mock.
---
 gnu/packages/mail.scm       | 2 +-
 gnu/packages/python-xyz.scm | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index d5894e4d6e..1b4002abcc 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -28,7 +28,7 @@
 ;;; Copyright © 2018 Alex Vong <alexvong1995@gmail.com>
 ;;; Copyright © 2018 Gábor Boskovits <boskovits@gmail.com>
 ;;; Copyright © 2018, 2019, 2020, 2021 Ricardo Wurmus <rekado@elephly.net>
-;;; Copyright © 2019, 2020, 2021 Tanguy Le Carrour <tanguy@bioneland.org>
+;;; Copyright © 2019, 2020, 2021, 2022 Tanguy Le Carrour <tanguy@bioneland.org>
 ;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
 ;;; Copyright © 2020 Justus Winter <justus@sequoia-pgp.org>
 ;;; Copyright © 2020 Eric Brown <ecbrown@ericcbrown.com>
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e04b4f973f..727f4dac70 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8893,6 +8893,7 @@ (define-public python-urwidtrees
     (arguments
      '(#:tests? #f)) ; no tests
     (propagated-inputs (list python-urwid))
+    (native-inputs (list python-mock))
     (home-page "https://github.com/pazz/urwidtrees")
     (synopsis "Tree widgets for urwid")
     (description "Urwidtrees is a Widget Container API for the @code{urwid}
-- 
2.34.0





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#53022] [PATCH v2] gnu: python-urwidtrees: Add python-mock to inputs.
  2022-01-05  9:14 [bug#53022] [PATCH] gnu: python-urwidtrees: Add python-mock to inputs Tanguy Le Carrour
@ 2022-01-05 10:13 ` Tanguy Le Carrour
  2022-01-05 23:11   ` bug#53022: " Leo Famulari
  0 siblings, 1 reply; 4+ messages in thread
From: Tanguy Le Carrour @ 2022-01-05 10:13 UTC (permalink / raw)
  To: 53022; +Cc: Tanguy Le Carrour

* gnu/packages/python-xyz.scm (python-urwidtrees)[native-inputs]: Add
python-mock.
---
 gnu/packages/python-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e04b4f973f..fff2f06835 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -65,7 +65,7 @@
 ;;; Copyright © 2019 Jacob MacDonald <jaccarmac@gmail.com>
 ;;; Copyright © 2019, 2020, 2021 Giacomo Leidi <goodoldpaul@autistici.org>
 ;;; Copyright © 2019 Wiktor Żelazny <wzelazny@vurv.cz>
-;;; Copyright © 2019, 2020, 2021 Tanguy Le Carrour <tanguy@bioneland.org>
+;;; Copyright © 2019, 2020, 2021, 2022 Tanguy Le Carrour <tanguy@bioneland.org>
 ;;; Copyright © 2019, 2021 Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
 ;;; Copyright © 2020 Riku Viitanen <riku.viitanen@protonmail.com>
 ;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
@@ -8893,6 +8893,7 @@ (define-public python-urwidtrees
     (arguments
      '(#:tests? #f)) ; no tests
     (propagated-inputs (list python-urwid))
+    (native-inputs (list python-mock))
     (home-page "https://github.com/pazz/urwidtrees")
     (synopsis "Tree widgets for urwid")
     (description "Urwidtrees is a Widget Container API for the @code{urwid}
-- 
2.34.0





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#53022: [PATCH v2] gnu: python-urwidtrees: Add python-mock to inputs.
  2022-01-05 10:13 ` [bug#53022] [PATCH v2] " Tanguy Le Carrour
@ 2022-01-05 23:11   ` Leo Famulari
  2022-01-06  7:59     ` [bug#53022] " Tanguy LE CARROUR
  0 siblings, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2022-01-05 23:11 UTC (permalink / raw)
  To: Tanguy Le Carrour; +Cc: 53022-done

On Wed, Jan 05, 2022 at 11:13:28AM +0100, Tanguy Le Carrour wrote:
> * gnu/packages/python-xyz.scm (python-urwidtrees)[native-inputs]: Add
> python-mock.

Thanks! I explained the rationale for the change in the commit message
and pushed as c468db2e567e17418e4b0e214856056bcfee85a8




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#53022] [PATCH v2] gnu: python-urwidtrees: Add python-mock to inputs.
  2022-01-05 23:11   ` bug#53022: " Leo Famulari
@ 2022-01-06  7:59     ` Tanguy LE CARROUR
  0 siblings, 0 replies; 4+ messages in thread
From: Tanguy LE CARROUR @ 2022-01-06  7:59 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 53022-done

Hi Leo,


Quoting Leo Famulari (2022-01-06 00:11:49)
> On Wed, Jan 05, 2022 at 11:13:28AM +0100, Tanguy Le Carrour wrote:
> > * gnu/packages/python-xyz.scm (python-urwidtrees)[native-inputs]: Add
> > python-mock.
> 
> Thanks!

Thanks!


> I explained the rationale for the change in the commit message

*OUPS*, sorry, I had never done that before. I'll keep it in mind for
next time! :-)

Regards


-- 
Tanguy




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-01-06  8:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-05  9:14 [bug#53022] [PATCH] gnu: python-urwidtrees: Add python-mock to inputs Tanguy Le Carrour
2022-01-05 10:13 ` [bug#53022] [PATCH v2] " Tanguy Le Carrour
2022-01-05 23:11   ` bug#53022: " Leo Famulari
2022-01-06  7:59     ` [bug#53022] " Tanguy LE CARROUR

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.