From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 05/10] gnu: Add python2-futures. Date: Mon, 04 Jan 2016 16:57:44 +0100 Message-ID: <87d1th9w1z.fsf@gnu.org> References: <1449153811-32039-1-git-send-email-efraim@flashner.co.il> <1449153811-32039-6-git-send-email-efraim@flashner.co.il> <20151207212715.56c34040@debian-netbook> <20151227121531.18f791a1@debian-netbook> 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]:59932) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aG7W1-00076w-S7 for guix-devel@gnu.org; Mon, 04 Jan 2016 10:57:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aG7Vy-0000vm-KA for guix-devel@gnu.org; Mon, 04 Jan 2016 10:57:49 -0500 In-Reply-To: <20151227121531.18f791a1@debian-netbook> (Efraim Flashner's message of "Sun, 27 Dec 2015 12:15:31 +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: Efraim Flashner Cc: guix-devel@gnu.org Efraim Flashner skribis: > On Fri, 11 Dec 2015 15:17:45 +0100 > Ricardo Wurmus wrote: > >> It looks like the attached patch is the same as the old version. It >> still has the same indentation issues in the source/origin expression >> and the description is invalid (sentence fragment). [...] > + (home-page "https://github.com/agronholm/pythonfutures") > + (synopsis > + "Backport of the concurrent.futures package from Python 3.2") > + (description > + "Backport of the concurrent.futures package from Python 3.2") Ricardo=E2=80=99s comment about the description still applies. Could you f= ix it and expound a little bit? TIA, Ludo=E2=80=99.