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: Sat, 1 Apr 2017 15:56:23 +0300 Message-ID: <20170401125623.29565-1-fredmanglis@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41249) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cuIZJ-0002Gx-Gs for guix-devel@gnu.org; Sat, 01 Apr 2017 08:55:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cuIZE-00022X-NH for guix-devel@gnu.org; Sat, 01 Apr 2017 08:55:49 -0400 Received: from mail-wm0-x244.google.com ([2a00:1450:400c:c09::244]:36143) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cuIZE-00021p-Dz for guix-devel@gnu.org; Sat, 01 Apr 2017 08:55:44 -0400 Received: by mail-wm0-x244.google.com with SMTP id x124so3591870wmf.3 for ; Sat, 01 Apr 2017 05:55:42 -0700 (PDT) Received: from penelope.lan (41-139-150-138.safaricombusiness.co.ke. [41.139.150.138]) by smtp.gmail.com with ESMTPSA id o15sm10459685wra.61.2017.04.01.05.55.39 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 01 Apr 2017 05:55:40 -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 * gnu/packages/python.scm (python-mando-0.3.1): New variable. --- gnu/packages/python.scm | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 7dfe4ba..9dd045a 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -13956,3 +13956,20 @@ recognize TestCases.") (define-public python2-mando (package-with-python2 python-mando)) + +(define-public python-mando-0.3.1 + ;; python-radon (version 1.5.0) has a requirement + ;; for mando<0.4,>=0.3 + (package + (inherit python-mando) + (name "python-mando") + (version "0.3.1") + (source + (origin + (method url-fetch) + (uri (string-append "https://github.com/rubik/mando/archive/v" + version + ".tar.gz")) + (sha256 + (base32 + "17jlkdpqw22z1nyml5ybslilqkzmnk0dxxjml8bfghav1l5hbwd2")))))) -- 2.10.2