emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#27742: closed ([PATCH 3/3] gnu: Add python-sphinx-


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#27742: closed ([PATCH 3/3] gnu: Add python-sphinx-1.6.)
Date: Wed, 19 Jul 2017 20:30:02 +0000

Your message dated Wed, 19 Jul 2017 22:29:11 +0200
with message-id <address@hidden>
and subject line Re: [bug#27742] [PATCH 3/3] gnu: Add python-sphinx-1.6.
has caused the debbugs.gnu.org bug report #27742,
regarding [PATCH 3/3] gnu: Add python-sphinx-1.6.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
27742: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27742
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 3/3] gnu: Add python-sphinx-1.6. Date: Mon, 17 Jul 2017 22:03:50 +0200
* gnu/packages/python.scm (python-sphinx-1.6): 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 2cc282ac3..2e5eec2a9 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3235,6 +3235,36 @@ sources.")
     (license license:bsd-3)
     (properties `((python2-variant . ,(delay python2-sphinx))))))
 
+(define-public python-sphinx-1.6
+  (package (inherit python-sphinx)
+    (name "python-sphinx")
+    (version "1.6.3")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "Sphinx" version))
+              (sha256
+               (base32
+                "1rj6f3i8hmrx2qlkshi5kp5xcy98dlynwlyl05yvflj5f66dp2xg"))))
+    (arguments
+     `(#:phases
+       (modify-phases %standard-phases
+         (replace 'check
+           (lambda _
+             ;; Requires Internet access.
+             (delete-file "tests/test_build_linkcheck.py")
+             (substitute* "tests/test_build_latex.py"
+               (("@pytest.mark.sphinx\\('latex', testroot='images'\\)")
+                "@pytest.mark.skip()"))
+             (zero? (system* "make" "test")))))))
+    (propagated-inputs
+     `(("python-sphinxcontrib-websupport" ,python-sphinxcontrib-websupport)
+       ,@(package-propagated-inputs python-sphinx)))
+    (native-inputs
+     `(("python-pytest" ,python-pytest-3.0)
+       ("imagemagick" ,imagemagick) ; for "convert"
+       ,@(package-native-inputs python-sphinx)))
+    (properties '())))
+
 (define-public python-sphinx-1.5.3
   (package
     (inherit python-sphinx)
-- 
2.13.3





--- End Message ---
--- Begin Message --- Subject: Re: [bug#27742] [PATCH 3/3] gnu: Add python-sphinx-1.6. Date: Wed, 19 Jul 2017 22:29:11 +0200 User-agent: mu4e 0.9.18; emacs 25.2.1
Ludovic Courtès <address@hidden> writes:

> Ricardo Wurmus <address@hidden> skribis:
>
>> * gnu/packages/python.scm (python-sphinx-1.6): New variable.
>
> LGTM, thanks!

Thanks, I’ve pushed the patches with changes to
python-sphinxcontrib-websupport.

--
Ricardo

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



--- End Message ---

reply via email to

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