From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] import: Add PyPI importer. Date: Sat, 27 Sep 2014 23:35:23 +0200 Message-ID: <874mvsg31g.fsf@gnu.org> References: <8761g8ojde.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <8738bcoj77.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> 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]:46575) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXzeR-0005Tp-4Y for guix-devel@gnu.org; Sat, 27 Sep 2014 17:35:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXzeK-0008Ny-TL for guix-devel@gnu.org; Sat, 27 Sep 2014 17:35:35 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:39268) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXzeK-0008MR-Ld for guix-devel@gnu.org; Sat, 27 Sep 2014 17:35:28 -0400 In-Reply-To: <8738bcoj77.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> (David Thompson's message of "Sat, 27 Sep 2014 17:19:08 -0400") 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: David Thompson Cc: guix-devel@gnu.org David Thompson skribis: > I should mention that the PyPI import requires the guile-json library. > How should this be handled in our build scripts?=20 I think it=E2=80=99s fine to install it whether or not guile-json is availa= ble. Now, when there are tests ;-), there=E2=80=99ll have to be an Automake conditional to decide whether or not to run those tests that require guile-json. Ludo=E2=80=99.