From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 4/4] gnu: Add duplicity. Date: Sun, 25 May 2014 00:39:44 +0200 Message-ID: <87r43i7qdr.fsf@gnu.org> References: <87wqdbptse.fsf@member.fsf.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]:42992) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WoKbY-0001BP-3Q for Guix-devel@gnu.org; Sat, 24 May 2014 18:39:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WoKbS-0006Di-EF for Guix-devel@gnu.org; Sat, 24 May 2014 18:39:52 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:39347) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WoKbS-0006Cp-7d for Guix-devel@gnu.org; Sat, 24 May 2014 18:39:46 -0400 In-Reply-To: <87wqdbptse.fsf@member.fsf.org> (Eric Bavier's message of "Sat, 24 May 2014 01:36:33 -0500") 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: Eric Bavier Cc: Guix-devel@gnu.org Eric Bavier skribis: > From aef259cda9464f55aca23e0e1c9a5b8005a9efab Mon Sep 17 00:00:00 2001 > From: Eric Bavier > Date: Tue, 20 May 2014 08:40:10 -0500 > Subject: [PATCH 4/4] gnu: Add duplicity. > > * gnu/packages/backup.scm: New file. > * gnu-system.am: Add it. LGTM, but... [...] > + (inputs > + `(("python" ,python-2) > + ("librsync" ,librsync) > + ("mock" ,python2-mock) ;for testing > + ("lockfile" ,python2-lockfile) > + ("gnupg" ,gnupg))) > + (arguments > + `(#:python ,python-2 ;setup assumes Python 2 > + #:tests? #f ;TODO: tests cannot find lockfil= e module As Andreas notes, may be worth investigating, since that could be a real issue. Could it be that it=E2=80=99s expecting a different version of python2-lockfile or something like that? Thanks for all this! Ludo=E2=80=99.