guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/4] gnu: Add python-sphinx-1.5.2, python-sphinx-1.5.3


From: Pjotr Prins
Subject: Re: [PATCH 2/4] gnu: Add python-sphinx-1.5.2, python-sphinx-1.5.3
Date: Sun, 26 Mar 2017 15:10:58 +0000
User-agent: Mutt/1.7.2 (2016-11-26)

Hi Fred, 

Why do we need both versions?

Pj.

On Sun, Mar 26, 2017 at 12:23:33PM +0300, Muriithi Frederick Muriuki wrote:
> * 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
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]