guix-patches
[Top][All Lists]
Advanced

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

[bug#27741] [PATCH 2/3] gnu: Add python-sphinxcontrib-websupport.


From: Ludovic Courtès
Subject: [bug#27741] [PATCH 2/3] gnu: Add python-sphinxcontrib-websupport.
Date: Tue, 18 Jul 2017 14:00:28 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Ricardo Wurmus <address@hidden> skribis:

> * gnu/packages/python.scm (python-sphinxcontrib-websupport): New variable.

[...]

> +    (propagated-inputs
> +     `(("python-mock" ,python-mock)
> +       ("python-pytest" ,python-pytest)
> +       ("python-xapian-bindings" ,python-xapian-bindings)))
> +    ;; Needed for running the test suite
> +    (inputs
> +     `(("python-six" ,python-six)

‘native-inputs’ then?

> +    (home-page "http://sphinx-doc.org/";)
> +    (synopsis "Sphinx API for Web Apps")
> +    (description "This package provides a Python API to easily integrate
> +Sphinx documentation into your Web application.")

Perhaps you could expound a little bit.  :-)

Otherwise LGTM, thanks!

Ludo’.





reply via email to

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