From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 3/4] gnu: Add python-mock. Date: Sun, 25 May 2014 00:37:11 +0200 Message-ID: <87wqda7qi0.fsf@gnu.org> References: <87y4xrpttr.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]:42724) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WoKZ5-0000nD-BS for Guix-devel@gnu.org; Sat, 24 May 2014 18:37:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WoKYz-0005rr-M9 for Guix-devel@gnu.org; Sat, 24 May 2014 18:37:19 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:39336) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WoKYz-0005rl-Ex for Guix-devel@gnu.org; Sat, 24 May 2014 18:37:13 -0400 In-Reply-To: <87y4xrpttr.fsf@member.fsf.org> (Eric Bavier's message of "Sat, 24 May 2014 01:35:44 -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 398659d4465286ca7ea8d62bb02b04c14c2c4bd9 Mon Sep 17 00:00:00 2001 > From: Eric Bavier > Date: Tue, 20 May 2014 08:31:00 -0500 > Subject: [PATCH 3/4] gnu: Add python-mock. > > * gnu/packages/python.scm (python-mock): New variable. [...] > + (synopsis "A Python Mocking and Patching Library for Testing") Remove =E2=80=9CA=E2=80=9D, and no title case. Otherwise OK! Ludo=E2=80=99.