From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 09/11] gnu: Add python-tqdm. Date: Mon, 18 Sep 2017 22:31:55 +0200 Message-ID: <87h8vzg344.fsf@gnu.org> References: <20170911182242.7422-1-tipecaml@gmail.com> <20170911182242.7422-10-tipecaml@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57661) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1du2hz-0003ed-2q for guix-devel@gnu.org; Mon, 18 Sep 2017 16:31:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1du2hy-0003O1-7f for guix-devel@gnu.org; Mon, 18 Sep 2017 16:31:59 -0400 In-Reply-To: <20170911182242.7422-10-tipecaml@gmail.com> (Cyril Roelandt's message of "Mon, 11 Sep 2017 20:22:40 +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" To: Cyril Roelandt Cc: guix-devel@gnu.org Cyril Roelandt skribis: > * gnu/packages/python.scm (python-tqdm, python2-tqdm): New variables. [...] > + (home-page "https://github.com/tqdm/tqdm") > + (synopsis "Fast, Extensible Progress Meter") No need to capitalize. :-) Otherwise LGTM.