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: Sun, 26 Mar 2017 12:56:34 +0300 Message-ID: <20170326095634.4644-5-fredmanglis@gmail.com> References: <20170326095634.4644-1-fredmanglis@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39614) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cs4u4-00072P-G7 for guix-devel@gnu.org; Sun, 26 Mar 2017 05:56:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cs4u1-0002hi-RF for guix-devel@gnu.org; Sun, 26 Mar 2017 05:56:04 -0400 Received: from mail-wr0-x241.google.com ([2a00:1450:400c:c0c::241]:33752) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cs4u1-0002fw-FL for guix-devel@gnu.org; Sun, 26 Mar 2017 05:56:01 -0400 Received: by mail-wr0-x241.google.com with SMTP id 20so4292364wrx.0 for ; Sun, 26 Mar 2017 02:56:01 -0700 (PDT) In-Reply-To: <20170326095634.4644-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 Cc: pjotr2017@thebird.nl * 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 3eee33b..b6c1b96 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -14077,3 +14077,19 @@ scenarios, e.g. GET, POST, PUT, DELETE, etc.") "This enables testing HTTP libraries quickly by using a local copy of @code{httpbin}. It enables even offline testing of the libraries.") (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