unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Danny Milosavljevic <dannym@scratchpost.org>
To: guix-devel@gnu.org
Subject: [PATCH 5/5] gnu: Update Sphinx to 1.4.6.
Date: Fri,  7 Oct 2016 12:32:50 +0200	[thread overview]
Message-ID: <20161007103250.24046-6-dannym@scratchpost.org> (raw)
In-Reply-To: <20161007103250.24046-1-dannym@scratchpost.org>

* gnu/packages/python.scm (python-sphinx): Updated.
---
 gnu/packages/python.scm | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 157a544..da5b63d 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2802,17 +2802,22 @@ reStructuredText.")
 (define-public python-sphinx
   (package
     (name "python-sphinx")
-    (version "1.2.3")
+    (version "1.4.6")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append
-             "https://pypi.python.org/packages/source/S/Sphinx/Sphinx-"
-             version ".tar.gz"))
+       (uri (pypi-uri "Sphinx" version))
        (sha256
         (base32
-         "011xizm3jnmf4cvs5i6kgf6c5nn046h79i8j0vd0f27yw9j3p4wl"))))
+         "1lvr39ab5sjp894jshk39xidlxw9vc735882cgcfr4dlm4546hwy"))))
     (build-system python-build-system)
+    (native-inputs
+     `(("python-imagesize" ,python-imagesize)
+       ("python-sphinx-alabaster-theme-0.7"
+        ,python-sphinx-alabaster-theme-0.7)
+       ("python-babel" ,python-babel)
+       ("python-snowballstemmer" ,python-snowballstemmer)
+       ("python-six" ,python-six)))
     (inputs
      `(("python-setuptools" ,python-setuptools)
        ("python-jinja2" ,python-jinja2)

  parent reply	other threads:[~2016-10-07 10:33 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-07 10:32 [PATCH 0/5] Update Sphinx to 1.4.6 Danny Milosavljevic
2016-10-07 10:32 ` [PATCH 1/5] gnu: Add python-snowballstemmer Danny Milosavljevic
2016-10-07 10:32 ` [PATCH 2/5] gnu: Add python-sphinx-cloud-sptheme Danny Milosavljevic
2016-10-07 10:58   ` Hartmut Goebel
2016-10-07 13:28     ` Danny Milosavljevic
2016-10-07 13:48       ` Hartmut Goebel
2016-10-07 14:58     ` Danny Milosavljevic
2016-10-07 10:32 ` [PATCH 3/5] gnu: Add python-sphinx-alabaster-theme-0.7 Danny Milosavljevic
2016-10-07 11:01   ` Hartmut Goebel
2016-10-07 14:51     ` Danny Milosavljevic
2016-10-07 10:32 ` [PATCH 4/5] gnu: Add python-imagesize Danny Milosavljevic
2016-10-07 11:07   ` Hartmut Goebel
2016-10-07 10:32 ` Danny Milosavljevic [this message]
2016-10-07 11:14   ` [PATCH 5/5] gnu: Update Sphinx to 1.4.6 Hartmut Goebel
2016-10-07 11:16 ` [PATCH 0/5] " Hartmut Goebel

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=20161007103250.24046-6-dannym@scratchpost.org \
    --to=dannym@scratchpost.org \
    --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 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).