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

Previous Next

Package: guix-patches;

Reported by: Ricardo Wurmus <rekado <at> elephly.net>

Date: Mon, 17 Jul 2017 20:05:03 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 27741 in the body.
You can then email your comments to 27741 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#27741; Package guix-patches. (Mon, 17 Jul 2017 20:05:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ricardo Wurmus <rekado <at> elephly.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 17 Jul 2017 20:05:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ricardo Wurmus <rekado <at> elephly.net>
To: guix-patches <at> gnu.org
Cc: Ricardo Wurmus <rekado <at> elephly.net>
Subject: [PATCH 2/3] gnu: Add python-sphinxcontrib-websupport.
Date: Mon, 17 Jul 2017 22:03:49 +0200
* 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






Information forwarded to guix-patches <at> gnu.org:
bug#27741; Package guix-patches. (Tue, 18 Jul 2017 12:01:01 GMT) Full text and rfc822 format available.

Message #8 received at 27741 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Ricardo Wurmus <rekado <at> elephly.net>
Cc: 27741 <at> debbugs.gnu.org
Subject: Re: [bug#27741] [PATCH 2/3] gnu: Add python-sphinxcontrib-websupport.
Date: Tue, 18 Jul 2017 14:00:28 +0200
Ricardo Wurmus <rekado <at> elephly.net> 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 sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Wed, 16 Aug 2017 08:59:01 GMT) Full text and rfc822 format available.

Notification sent to Ricardo Wurmus <rekado <at> elephly.net>:
bug acknowledged by developer. (Wed, 16 Aug 2017 08:59:02 GMT) Full text and rfc822 format available.

Message #13 received at 27741-done <at> debbugs.gnu.org (full text, mbox):

From: Ricardo Wurmus <rekado <at> elephly.net>
To: 27741-done <at> debbugs.gnu.org
Subject: Re: [bug#27741] [PATCH 2/3] gnu: Add python-sphinxcontrib-websupport.
Date: Wed, 16 Aug 2017 10:58:04 +0200
Ricardo Wurmus <rekado <at> elephly.net> writes:

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

Pushed with slight changes.  Should have been closed along with 27740
and 27742.

-- 
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 13 Sep 2017 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 6 years and 224 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.