guix-commits
[Top][All Lists]
Advanced

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

42/43: gnu: python-numpydoc: Update to 0.8.0.


From: Marius Bakke
Subject: 42/43: gnu: python-numpydoc: Update to 0.8.0.
Date: Tue, 21 Aug 2018 11:26:00 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 25febeedc6457b8c064aa4045394b39efc46d22c
Author: Marius Bakke <address@hidden>
Date:   Tue Aug 21 17:15:13 2018 +0200

    gnu: python-numpydoc: Update to 0.8.0.
    
    * gnu/packages/python.scm (python-numpydoc): Update to 0.8.0.
    [source](uri): Use PYPI-URI.
    [source](snippet): Remove.
---
 gnu/packages/python.scm | 17 +++--------------
 1 file changed, 3 insertions(+), 14 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index e47da91..e574aec 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3222,25 +3222,14 @@ that client code uses to construct the grammar directly 
in Python code.")
 (define-public python-numpydoc
   (package
     (name "python-numpydoc")
-    (version "0.5")
+    (version "0.8.0")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append
-             "https://pypi.python.org/packages/source/n/numpydoc/numpydoc-";
-             version ".tar.gz"))
+       (uri (pypi-uri "numpydoc" version))
        (sha256
         (base32
-         "0d4dnifaxkll50jx6czj05y8cb4ny60njd2wz299sj2jxfy51w4k"))
-       (modules '((guix build utils)))
-       (snippet
-        '(begin
-           ;; Drop a test requiring matplotlib, which we cannot add as an
-           ;; input since it would create a circular dependency: Extend the
-           ;; test for Python 3, where it is already dropped, to Python 2.
-           (substitute* "numpydoc/tests/test_plot_directive.py"
-             (("3") "2"))
-           #t))))
+         "1zazxg3m8j4fksv3f7v7vpf4bj9qb1vj3r326am0vdip141vzx31"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-sphinx" ,python-sphinx)))



reply via email to

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