From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Add optional dependencies to ipython. Date: Wed, 27 May 2015 17:28:04 +0200 Message-ID: <87twuyghvf.fsf@gnu.org> References: <878uch1z47.fsf@gnu.org> 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]:33094) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxdFb-0002jG-Tr for guix-devel@gnu.org; Wed, 27 May 2015 11:28:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YxdFW-0003jt-Og for guix-devel@gnu.org; Wed, 27 May 2015 11:28:11 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:53143) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxdFW-0003jp-Mn for guix-devel@gnu.org; Wed, 27 May 2015 11:28:06 -0400 In-Reply-To: (Ricardo Wurmus's message of "Wed, 27 May 2015 10:20:33 +0200") 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: Ricardo Wurmus Cc: guix-devel Ricardo Wurmus skribis: >>> From 9243823abad3943bd3f4ebe4f6d18cc53c2143e0 Mon Sep 17 00:00:00 2001 >>> From: Ricardo Wurmus >>> Date: Thu, 21 May 2015 15:24:11 +0200 >>> Subject: [PATCH] gnu: python-ipython: Add optional dependencies. >>> >>> * gnu/packages/python.scm (python-ipython)[inputs]: Add optional depend= encies >>> "python-tornado" and "python-pyzmq". >> >> LGTM. One question though: how much does it add to the ipython=E2=80=99s >> closure size, and is it something that many ipython users would have >> little use for? >> >> IOW, the popularity/extra-space ratio should be greater than one. :-) [...] > I don't know if support for python-tornado and python-pyzmq in > python-ipython is worth an additional 82 MB. My guess is that no, it=E2=80=99s not worth it. So let=E2=80=99s leave it = this way, maybe adding a comment to the future reader who wonders why these two are missing. Now, 683=C2=A0MiB is already a lot, and it would be interesting to analyze why it=E2=80=99s so big. Thanks! Ludo=E2=80=99.