From mboxrd@z Thu Jan 1 00:00:00 1970 From: Muriithi Frederick Muriuki Subject: [PATCH 1/5] gnu: Add python-mando-0.3.1 Date: Sun, 26 Mar 2017 12:56:30 +0300 Message-ID: <20170326095634.4644-1-fredmanglis@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39501) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cs4tv-0006vB-RY for guix-devel@gnu.org; Sun, 26 Mar 2017 05:55:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cs4ts-0002RC-Jv for guix-devel@gnu.org; Sun, 26 Mar 2017 05:55:55 -0400 Received: from mail-wr0-x241.google.com ([2a00:1450:400c:c0c::241]:36562) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cs4ts-0002Pq-0n for guix-devel@gnu.org; Sun, 26 Mar 2017 05:55:52 -0400 Received: by mail-wr0-x241.google.com with SMTP id u1so4299644wra.3 for ; Sun, 26 Mar 2017 02:55:51 -0700 (PDT) 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: guix-devel@gnu.org Cc: pjotr2017@thebird.nl * gnu/packages/python.scm (python-mando-0.3.1): New variable. --- gnu/packages/python.scm | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 0c84d8a..df2928d 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -13982,3 +13982,16 @@ recognize TestCases.") "This package is a wrapper around argparse, allowing you to write complete CLI applications in seconds while maintaining all the flexibility.") (license license:expat))) + +(define-public python-mando-0.3.1 + (package + (inherit python-mando) + (name "python-mando") + (version "0.3.1") + (source + (origin + (method url-fetch) + (uri (pypi-uri "mando" version)) + (sha256 + (base32 + "0hh4irxpga058q496lcilbqfxwiyxxig1bal633s9bk1plfdy7g5")))))) -- 2.10.2