From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/2] gnu: Add scipy Date: Sun, 26 Oct 2014 19:59:38 +0100 Message-ID: <87y4s2irmt.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53459) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiUqT-0001Es-Cc for guix-devel@gnu.org; Sun, 26 Oct 2014 16:55:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XiUqO-0003QG-1c for guix-devel@gnu.org; Sun, 26 Oct 2014 16:55:25 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:41700) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiUqN-0003QC-R7 for guix-devel@gnu.org; Sun, 26 Oct 2014 16:55:19 -0400 In-Reply-To: (Federico Beffa's message of "Sun, 26 Oct 2014 14:31:22 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Federico Beffa Cc: Guix-devel Federico Beffa skribis: > From fe060d317ca756c248d7bc718f887dfa3e8cd1ea Mon Sep 17 00:00:00 2001 > From: Federico Beffa > Date: Sun, 26 Oct 2014 15:06:14 +0100 > Subject: [PATCH 2/2] gnu: Add scipy > > * gnu/packages/python.scm(python-scipy, python2-scipy): New variables. I think most of my comments for NumPy apply. One last thing, if I may: ;-) > + (synopsis "The Scipy library provides efficient numerical routines") This must not be a sentence. What about: Efficient numerical routines for Python ? Thanks, Ludo=E2=80=99.