From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frederick Muriithi Subject: Re: [PATCH 5/5] gnu: Add python-sphinx-rtd-theme-0.1.9 Date: Sat, 1 Apr 2017 16:16:19 +0300 Message-ID: References: <20170326095634.4644-1-fredmanglis@gmail.com> <20170326095634.4644-5-fredmanglis@gmail.com> <20170327185912.GB14845@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44328) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cuItW-000787-Ao for guix-devel@gnu.org; Sat, 01 Apr 2017 09:16:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cuItV-0006vp-EI for guix-devel@gnu.org; Sat, 01 Apr 2017 09:16:42 -0400 Received: from mail-yw0-x22b.google.com ([2607:f8b0:4002:c05::22b]:36706) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cuItV-0006vB-8N for guix-devel@gnu.org; Sat, 01 Apr 2017 09:16:41 -0400 Received: by mail-yw0-x22b.google.com with SMTP id i203so48599879ywc.3 for ; Sat, 01 Apr 2017 06:16:41 -0700 (PDT) In-Reply-To: <20170327185912.GB14845@jasmine> 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: Leo Famulari Cc: guix-devel@gnu.org, Pjotr Prins >From cece7ce7a1847bebf83ec83ce822313be86b2e62 Mon Sep 17 00:00:00 2001 From: Muriithi Frederick Muriuki Date: Sat, 1 Apr 2017 13:26:21 +0300 Subject: [PATCH 1/5] gnu: Add python-mando-0.3.1 * 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