From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 02/10] gnu: Add python-wheel. Date: Mon, 04 Jan 2016 17:01:57 +0100 Message-ID: <874met9vuy.fsf@gnu.org> References: <1449153811-32039-1-git-send-email-efraim@flashner.co.il> <1449153811-32039-3-git-send-email-efraim@flashner.co.il> <20151207212626.3c89daf7@debian-netbook> <20151227121332.6f8a125d@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]:33094) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aG7a8-0000G6-0l for guix-devel@gnu.org; Mon, 04 Jan 2016 11:02:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aG7a4-00028A-0r for guix-devel@gnu.org; Mon, 04 Jan 2016 11:02:03 -0500 In-Reply-To: <20151227121332.6f8a125d@debian-netbook> (Efraim Flashner's message of "Sun, 27 Dec 2015 12:13:32 +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: > From fc5ca92c9bc0466e581cf806174104a5112346cc Mon Sep 17 00:00:00 2001 > From: Efraim Flashner > Date: Sun, 27 Dec 2015 09:39:51 +0200 > Subject: [PATCH 9/9] gnu: python-wheel: Clarify description. > > * gnu/packages/python.scm (python-wheel): Do it. [...] > + (home-page "https://bitbucket.org/pypa/wheel/") > + (synopsis "Built-package format for Python") While at it, please change the synopsis to: Format for built Python packages which is hopefully clearer. Otherwise LGTM, thanks. Ludo=E2=80=99.