all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Muriithi Frederick Muriuki <fredmanglis@gmail.com>
To: guix-devel@gnu.org
Cc: pjotr2017@thebird.nl
Subject: [PATCH 5/5] gnu: Add python-sphinx-rtd-theme-0.1.9
Date: Sun, 26 Mar 2017 12:56:34 +0300	[thread overview]
Message-ID: <20170326095634.4644-5-fredmanglis@gmail.com> (raw)
In-Reply-To: <20170326095634.4644-1-fredmanglis@gmail.com>

* 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

  parent reply	other threads:[~2017-03-26  9:56 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-26  9:56 [PATCH 1/5] gnu: Add python-mando-0.3.1 Muriithi Frederick Muriuki
2017-03-26  9:56 ` [PATCH 2/5] gnu: Add python-radon Muriithi Frederick Muriuki
2017-03-26  9:56 ` [PATCH 3/5] gnu: Add python-httpbin Muriithi Frederick Muriuki
2017-03-26  9:56 ` [PATCH 4/5] gnu: Add python-pytest-httpbin Muriithi Frederick Muriuki
2017-03-26  9:56 ` Muriithi Frederick Muriuki [this message]
2017-03-27 18:59   ` [PATCH 5/5] gnu: Add python-sphinx-rtd-theme-0.1.9 Leo Famulari
2017-04-01 13:16     ` Frederick Muriithi
2017-04-01 13:20       ` Frederick Muriithi
2017-03-27 18:58 ` [PATCH 1/5] gnu: Add python-mando-0.3.1 Leo Famulari
2017-04-01 13:19   ` Frederick Muriithi
  -- strict thread matches above, loose matches on Subject: below --
2017-04-05  7:01 [PATCH 2/5] gnu: Add python-radon Muriithi Frederick Muriuki
2017-04-05  7:01 ` [PATCH 5/5] gnu: Add python-sphinx-rtd-theme-0.1.9 Muriithi Frederick Muriuki
2017-04-11  4:04   ` Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170326095634.4644-5-fredmanglis@gmail.com \
    --to=fredmanglis@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=pjotr2017@thebird.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.