From mboxrd@z Thu Jan 1 00:00:00 1970 From: Muriithi Frederick Muriuki Subject: [PATCH 5/5] gnu: Add python-sphinx-rtd-theme-0.1.9 Date: Wed, 5 Apr 2017 10:01:51 +0300 Message-ID: <20170405070151.3417-4-fredmanglis@gmail.com> References: <20170405070151.3417-1-fredmanglis@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59929) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cvewR-0006gw-6a for guix-devel@gnu.org; Wed, 05 Apr 2017 03:01:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cvewQ-00051W-F8 for guix-devel@gnu.org; Wed, 05 Apr 2017 03:01:19 -0400 Received: from mail-wr0-x242.google.com ([2a00:1450:400c:c0c::242]:34684) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cvewQ-000512-98 for guix-devel@gnu.org; Wed, 05 Apr 2017 03:01:18 -0400 Received: by mail-wr0-x242.google.com with SMTP id w43so531763wrb.1 for ; Wed, 05 Apr 2017 00:01:18 -0700 (PDT) Received: from penelope.lan (41-139-150-138.safaricombusiness.co.ke. [41.139.150.138]) by smtp.gmail.com with ESMTPSA id o196sm21141361wmg.12.2017.04.05.00.01.15 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 05 Apr 2017 00:01:16 -0700 (PDT) In-Reply-To: <20170405070151.3417-1-fredmanglis@gmail.com> 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-sphinx-rtd-theme-0.1.9): New variable. --- gnu/packages/python.scm | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 0ab3d04..7ca2593 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -14054,3 +14054,19 @@ scenarios") (description "Easily test your HTTP library against a local copy of httpbin") (license license:expat))) + +(define-public python-sphinx-rtd-theme-0.1.9 + (package + (inherit python-sphinx-rtd-theme) + (name "python-sphinx-rtd-theme") + (version "0.1.9") + (source + (origin + (method url-fetch) + (uri (pypi-uri "sphinx_rtd_theme" version)) + (sha256 + (base32 + "18d0r63w7jpdrk4q5qy26n08vdlmnj9sar93akwjphyambw4cf17")))) + (propagated-inputs + `(("python-sphinx" ,python-sphinx-1.5.3) + ("python-snowballstemmer" ,python-snowballstemmer))))) -- 2.10.2