From: Ricardo Wurmus <rekado@elephly.net>
To: 27741@debbugs.gnu.org
Cc: Ricardo Wurmus <rekado@elephly.net>
Subject: [bug#27741] [PATCH 2/3] gnu: Add python-sphinxcontrib-websupport.
Date: Mon, 17 Jul 2017 22:03:49 +0200 [thread overview]
Message-ID: <20170717200350.29162-2-rekado@elephly.net> (raw)
In-Reply-To: <20170717200350.29162-1-rekado@elephly.net>
* gnu/packages/python.scm (python-sphinxcontrib-websupport): New variable.
---
gnu/packages/python.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index be1aec264..2cc282ac3 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -100,6 +100,7 @@
#:use-module (gnu packages qt)
#:use-module (gnu packages readline)
#:use-module (gnu packages sdl)
+ #:use-module (gnu packages search)
#:use-module (gnu packages shells)
#:use-module (gnu packages ssh)
#:use-module (gnu packages statistics)
@@ -3161,6 +3162,35 @@ reStructuredText.")
(define-public python2-pygments
(package-with-python2 python-pygments))
+(define-public python-sphinxcontrib-websupport
+ (package
+ (name "python-sphinxcontrib-websupport")
+ (version "1.0.1")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "sphinxcontrib-websupport" version))
+ (sha256
+ (base32
+ "1f9f0wjpi9nhikbyaz6d19s7qvzdf1nq2g5dsh640fma4q9rd1bs"))))
+ (build-system python-build-system)
+ (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)
+ ("python-jinja2" ,python-jinja2)
+ ("python-docutils" ,python-docutils)
+ ("python-sphinx" ,python-sphinx)
+ ("python-sqlalchemy" ,python-sqlalchemy)
+ ("python-whoosh" ,python-whoosh)))
+ (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.")
+ (license license:bsd-3)))
+
(define-public python-sphinx
(package
(name "python-sphinx")
--
2.13.3
next prev parent reply other threads:[~2017-07-17 20:05 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-17 20:03 [bug#27740] [PATCH 1/3] gnu: Add python-xapian-bindings Ricardo Wurmus
2017-07-17 20:03 ` Ricardo Wurmus [this message]
2017-07-18 12:00 ` [bug#27741] [PATCH 2/3] gnu: Add python-sphinxcontrib-websupport Ludovic Courtès
2017-08-16 8:58 ` bug#27741: " Ricardo Wurmus
2017-07-17 20:03 ` [bug#27742] [PATCH 3/3] gnu: Add python-sphinx-1.6 Ricardo Wurmus
2017-07-18 12:00 ` Ludovic Courtès
2017-07-19 20:29 ` bug#27742: " Ricardo Wurmus
2017-07-18 11:59 ` [bug#27740] [PATCH 1/3] gnu: Add python-xapian-bindings Ludovic Courtès
2017-08-16 8:56 ` bug#27740: " Ricardo Wurmus
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=20170717200350.29162-2-rekado@elephly.net \
--to=rekado@elephly.net \
--cc=27741@debbugs.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.