GNU bug report logs - #26015
[PATCH] python-rpy2: Propagate python2-singledispatch

Previous Next

Package: guix-patches;

Reported by: Pjotr Prins <pjotr.guix <at> thebird.nl>

Date: Tue, 7 Mar 2017 16:07:02 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Pjotr Prins <pjotr.guix <at> thebird.nl>
Subject: bug#26015: closed (Re: bug#26015: [PATCH] python-rpy2: Propagate
 python2-singledispatch)
Date: Tue, 07 Mar 2017 17:12:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#26015: [PATCH] python-rpy2: Propagate python2-singledispatch

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 26015 <at> debbugs.gnu.org.

-- 
26015: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26015
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: ludo <at> gnu.org (Ludovic Courtès)
To: Pjotr Prins <pjotr.guix <at> thebird.nl>
Cc: Pjotr Prins <pjotr.public01 <at> thebird.nl>, 26015-done <at> debbugs.gnu.org
Subject: Re: bug#26015: [PATCH] python-rpy2: Propagate python2-singledispatch
Date: Tue, 07 Mar 2017 18:11:29 +0100
Pjotr Prins <pjotr.guix <at> thebird.nl> skribis:

> From: Pjotr Prins <pjotr.public01 <at> thebird.nl>
>
> * gnu/packages/python.scm (python-rp2): Fixes availability of singledispatch
> when actually using the RPy2 package.

Applied, thanks!

Ludo'.

[Message part 3 (message/rfc822, inline)]
From: Pjotr Prins <pjotr.guix <at> thebird.nl>
To: guix-patches <at> gnu.org
Cc: Pjotr Prins <pjotr.public01 <at> thebird.nl>
Subject: [PATCH] python-rpy2: Propagate python2-singledispatch
Date: Tue,  7 Mar 2017 10:28:57 +0000
From: Pjotr Prins <pjotr.public01 <at> thebird.nl>

* gnu/packages/python.scm (python-rp2): Fixes availability of singledispatch
when actually using the RPy2 package.
---
 gnu/packages/python.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 5b86980..3b01a9a 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3836,9 +3836,9 @@ functions.")
 (define-public python2-rpy2
   (let ((rpy2 (package-with-python2 python-rpy2)))
     (package (inherit rpy2)
-      (native-inputs
+      (propagated-inputs
        `(("python2-singledispatch" ,python2-singledispatch)
-         ,@(package-native-inputs rpy2))))))
+         ,@(package-propagated-inputs rpy2))))))
 
 (define-public python-scipy
   (package
-- 
2.8.4




This bug report was last modified 8 years and 169 days ago.

Previous Next


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