Re: [PATCH] gnu: Add matplotlib.

2014-11-30 Thread Ludovic Courtès
Federico Beffa skribis: > On Sat, Nov 29, 2014 at 10:05 PM, Ludovic Courtès wrote: >> What happens is that ‘package-with-python2’ automatically generates >> python2 variants of the dependencies of the package you give it. So >> (package-with-python2 python-matplotlib) generates a package with a

Re: [PATCH] gnu: Add matplotlib.

2014-11-30 Thread Federico Beffa
On Sat, Nov 29, 2014 at 10:05 PM, Ludovic Courtès wrote: > What happens is that ‘package-with-python2’ automatically generates > python2 variants of the dependencies of the package you give it. So > (package-with-python2 python-matplotlib) generates a package with an > input that is exactly (pack

Re: [PATCH] gnu: Add matplotlib.

2014-11-29 Thread Ludovic Courtès
Federico Beffa skribis: > For python2-matplotlib I've noticed a behavior that I do not > understand: matplotlib depends on numpydoc which I pushed yesterday > and appears not to be ready yet on hydra. If I build > python2-matplotlib with > > ./pre-inst-env guix build python2-matplotlib > > guix t

[PATCH] gnu: Add matplotlib.

2014-11-27 Thread Federico Beffa
for your advice. Regards, Fede From d9d7c9aedb1f0d970280d32bc0a9f3cf7019784c Mon Sep 17 00:00:00 2001 From: Federico Beffa Date: Thu, 27 Nov 2014 20:11:53 +0100 Subject: [PATCH] gnu: Add matplotlib. * gnu/packages/python.scm (python-matplotlib, python2-matplotlib): New variables. --- gnu/pack