From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH 08/12] gnu: Add python-mistune. Date: Sun, 26 Jul 2015 12:13:02 +0200 Message-ID: <20150726101302.GA6051@debian> References: <20150726100825.GA3589@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34711) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJIvd-0006PG-Sj for guix-devel@gnu.org; Sun, 26 Jul 2015 06:13:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZJIva-0004mm-8Y for guix-devel@gnu.org; Sun, 26 Jul 2015 06:13:09 -0400 Received: from mout.kundenserver.de ([212.227.126.187]:55400) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJIvZ-0004mV-V4 for guix-devel@gnu.org; Sun, 26 Jul 2015 06:13:06 -0400 Content-Disposition: inline In-Reply-To: <20150726100825.GA3589@debian> 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: Federico Beffa Cc: Guix-devel On Sun, Jul 26, 2015 at 12:08:25PM +0200, Andreas Enge wrote: > On Fri, Jul 24, 2015 at 04:18:20PM +0200, Federico Beffa wrote: > > + (inputs > > + `(("python-setuptools" ,python-setuptools) > > + ("python-nose" ,python-nose) > > + ("python-cython" ,python-cython))) > > Should these not be native-inputs? > > > + (description "A fast markdown parser in pure Python.") > > Please use a full sentence, "Mistune is a ...". The same comments actually apply to your other patches. Andreas