guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: python-pyts: Update to 0.13.0.


From: guix-commits
Subject: 02/02: gnu: python-pyts: Update to 0.13.0.
Date: Wed, 24 Jan 2024 05:35:08 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit afd0fe50b0b2fda09a12d5a09dfb8927084b1a16
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 24 11:32:43 2024 +0100

    gnu: python-pyts: Update to 0.13.0.
    
    * gnu/packages/python-science.scm (python-pyts): Update to 0.13.0.
    [build-system]: Use pyproject-build-system.
    [arguments]: Remove custom 'check phase; enable all tests.
    [propagated-inputs]: Remove python-matplotlib.
    
    Change-Id: Iafcc047d8bb14e1eef514fd92aa53f8fda38eab0
---
 gnu/packages/python-science.scm | 26 ++++----------------------
 1 file changed, 4 insertions(+), 22 deletions(-)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 88cced9633..c207dc2601 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -830,34 +830,16 @@ Python module with the same interface, but (hopefully) 
faster.")
 (define-public python-pyts
   (package
     (name "python-pyts")
-    (version "0.12.0")
+    (version "0.13.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "pyts" version))
               (sha256
                (base32
-                "1cb5jwp8g52a3hxay6mxbfzk16ly6yj6rphq8cwbwk1k2jdf11dg"))))
-    (build-system python-build-system)
-    (arguments
-     (list
-      #:phases
-      '(modify-phases %standard-phases
-         (replace 'check
-           (lambda* (#:key tests? #:allow-other-keys)
-             (when tests?
-               (invoke "pytest" "-v"
-                       ;; XXX: This test fails for unknown reasons
-                       ;; Expected:
-                       ;;  (40, 9086)
-                       ;; Got:
-                       ;; (40, 9088)
-                       "-k"
-                       "not 
pyts.multivariate.transformation.weasel_muse.WEASELMUSE")))))))
+                "00pdzfkl0b4vhfdm8zas7b904jm2hhivdwv3wcmpik7l2p1yr85c"))))
+    (build-system pyproject-build-system)
     (propagated-inputs
-     (list python-joblib
-           python-matplotlib
-           python-numba
-           python-numpy
+     (list python-joblib python-numba python-numpy
            python-scikit-learn
            python-scipy))
     (native-inputs



reply via email to

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