From: Muriithi Frederick Muriuki <fredmanglis@gmail.com>
To: guix-devel@gnu.org
Cc: pjotr2017@thebird.nl
Subject: [PATCH 2/4] gnu: Add python-sphinx-1.5.2, python-sphinx-1.5.3
Date: Sun, 26 Mar 2017 12:23:33 +0300 [thread overview]
Message-ID: <20170326092335.3912-2-fredmanglis@gmail.com> (raw)
In-Reply-To: <20170326092335.3912-1-fredmanglis@gmail.com>
* gnu/packages/python.scm (python-sphinx-1.5.2): New variable.
* gnu/packages/python.scm (python-sphinx-1.5.3): New variable.
---
gnu/packages/python.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 52be497..7bda780 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3104,6 +3104,38 @@ sources.")
(license license:bsd-3)
(properties `((python2-variant . ,(delay python2-sphinx))))))
+(define-public python-sphinx-1.5.2
+ (package
+ (inherit python-sphinx)
+ (name "python-sphinx")
+ (version "1.5.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "Sphinx" version))
+ (sha256
+ (base32
+ "08n765wix63yfvxhnrhlahb2wqn877ypdpnldr571r0974wli704"))))
+ (native-inputs
+ `(("graphviz" ,graphviz)
+ ("python-html5lib" ,python-html5lib)
+ ("python-mock" ,python-mock)
+ ("python-nose" ,python-nose)
+ ("python-pytest" ,python-pytest-3.0.7)))))
+
+(define-public python-sphinx-1.5.3
+ (package
+ (inherit python-sphinx-1.5.2)
+ (name "python-sphinx")
+ (version "1.5.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "Sphinx" version))
+ (sha256
+ (base32
+ "0kw1axswbvaavr8ggyf4qr6hnisnrzlbkkcdada69vk1x9xjassg"))))))
+
(define-public python2-sphinx
(let ((base (package-with-python2 (strip-python2-variant python-sphinx))))
(package
--
2.10.2
next prev parent reply other threads:[~2017-03-26 9:23 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-26 9:23 [PATCH 1/4] gnu: Add python-pytest-3.0.7 Muriithi Frederick Muriuki
2017-03-26 9:23 ` Muriithi Frederick Muriuki [this message]
2017-03-26 15:10 ` [PATCH 2/4] gnu: Add python-sphinx-1.5.2, python-sphinx-1.5.3 Pjotr Prins
2017-03-26 15:32 ` Frederick Muriithi
2017-03-26 16:40 ` Pjotr Prins
2017-03-27 19:10 ` Ricardo Wurmus
2017-03-27 15:11 ` Leo Famulari
2017-03-27 15:12 ` Leo Famulari
2017-03-28 20:03 ` Leo Famulari
2017-03-26 9:23 ` [PATCH 3/4] gnu: Add python-paramunittest Muriithi Frederick Muriuki
2017-03-26 15:12 ` Pjotr Prins
2017-03-26 15:47 ` Frederick Muriithi
2017-03-26 23:32 ` Chris Marusich
2017-03-27 2:41 ` Frederick Muriithi
2017-03-28 5:16 ` Frederick Muriithi
2017-03-28 19:25 ` Ludovic Courtès
2017-03-28 20:03 ` Leo Famulari
2017-03-26 9:23 ` [PATCH 4/4] gnu: Add python-mando Muriithi Frederick Muriuki
2017-03-26 15:16 ` Pjotr Prins
2017-03-27 15:14 ` Leo Famulari
2017-03-28 19:28 ` Ludovic Courtès
2017-03-28 20:04 ` Leo Famulari
2017-03-26 15:10 ` [PATCH 1/4] gnu: Add python-pytest-3.0.7 Pjotr Prins
[not found] ` <CALjrZwaRUvrctcwwFQ_5isqwoaaEq=77P2qFHwk1FL2mJ5T-dg@mail.gmail.com>
[not found] ` <CALjrZwaah9_Vv+MVTm2aiA_-WHycYhn=KCnk5KjsXo=8z0+QDA@mail.gmail.com>
2017-03-26 15:29 ` Frederick Muriithi
2017-03-27 15:09 ` Leo Famulari
2017-03-28 20:05 ` Leo Famulari
2017-03-28 20: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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170326092335.3912-2-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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).