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:08:25 +0200 Message-ID: <20150726100825.GA3589@debian> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34021) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJIr9-0005n3-RH for guix-devel@gnu.org; Sun, 26 Jul 2015 06:08:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZJIr6-0002uf-M3 for guix-devel@gnu.org; Sun, 26 Jul 2015 06:08:31 -0400 Received: from mout.kundenserver.de ([212.227.17.13]:61680) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJIr6-0002ub-CB for guix-devel@gnu.org; Sun, 26 Jul 2015 06:08:28 -0400 Content-Disposition: inline In-Reply-To: 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 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 ...". Andreas