From: Muriithi Frederick Muriuki <fredmanglis@gmail.com>
To: guix-devel@gnu.org
Subject: [PATCH 5/5] gnu: Add python-sphinx-rtd-theme-0.1.9
Date: Wed, 5 Apr 2017 10:01:51 +0300 [thread overview]
Message-ID: <20170405070151.3417-4-fredmanglis@gmail.com> (raw)
In-Reply-To: <20170405070151.3417-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 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
next prev parent reply other threads:[~2017-04-05 7:01 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-05 7:01 [PATCH 2/5] gnu: Add python-radon Muriithi Frederick Muriuki
2017-04-05 7:01 ` [PATCH 3/5] gnu: Add python-httpbin Muriithi Frederick Muriuki
2017-04-05 7:01 ` [PATCH 4/5] gnu: Add python-pytest-httpbin Muriithi Frederick Muriuki
2017-04-11 4:02 ` Leo Famulari
2017-04-05 7:01 ` Muriithi Frederick Muriuki [this message]
2017-04-11 4:04 ` [PATCH 5/5] gnu: Add python-sphinx-rtd-theme-0.1.9 Leo Famulari
2017-04-11 3:53 ` [PATCH 2/5] gnu: Add python-radon Leo Famulari
2017-04-11 4:00 ` Leo Famulari
2017-04-11 4:01 ` Leo Famulari
2017-04-14 7:21 ` Frederick Muriithi
-- strict thread matches above, loose matches on Subject: below --
2017-03-26 9:56 [PATCH 1/5] gnu: Add python-mando-0.3.1 Muriithi Frederick Muriuki
2017-03-26 9:56 ` [PATCH 5/5] gnu: Add python-sphinx-rtd-theme-0.1.9 Muriithi Frederick Muriuki
2017-03-27 18:59 ` Leo Famulari
2017-04-01 13:16 ` Frederick Muriithi
2017-04-01 13:20 ` Frederick Muriithi
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=20170405070151.3417-4-fredmanglis@gmail.com \
--to=fredmanglis@gmail.com \
--cc=guix-devel@gnu.org \
/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.