From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: [PATCH 1/5] gnu: Add python2-cliapp. Date: Wed, 8 Mar 2017 18:24:42 +0100 Message-ID: <20170308182442.036f593d@scratchpost.org> References: <20170308101232.4038-1-arunisaac@systemreboot.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33394) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1clfKX-0007tV-TR for guix-devel@gnu.org; Wed, 08 Mar 2017 12:24:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1clfKU-0006H8-Kc for guix-devel@gnu.org; Wed, 08 Mar 2017 12:24:53 -0500 Received: from dd1012.kasserver.com ([85.13.128.8]:43500) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1clfKU-0006Go-Dc for guix-devel@gnu.org; Wed, 08 Mar 2017 12:24:50 -0500 In-Reply-To: <20170308101232.4038-1-arunisaac@systemreboot.net> 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: Arun Isaac Cc: guix-devel@gnu.org > + (inputs > + `(("python2-pyaml" ,python2-pyaml))) propagated-inputs ? > + (description "Cliapp is a python framework for command line > +programs. It contains the typical stuff such programs need to do, > +such as parsing the command line for options, and iterating over input > +files.") @code{python2-cliapp} ?