GNU bug report logs - #74497
[PATCH 00/46] Astro update 2024/11.

Previous Next

Package: guix-patches;

Reported by: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Date: Sat, 23 Nov 2024 19:49:02 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 74497 <at> debbugs.gnu.org
Cc: Sharlatan Hellseher <sharlatanus <at> gmail.com>, Andreas Enge <andreas <at> enge.fr>, Eric Bavier <bavier <at> posteo.net>, Sharlatan Hellseher <sharlatanus <at> gmail.com>
Subject: [bug#74497] [PATCH 39/46] gnu: python-statmorph: Update to 0.6.0.
Date: Sat, 23 Nov 2024 19:51:26 +0000
* gnu/packages/astronomy.scm (python-statmorph): Update to 0.6.0.
[arguments]<test-flags>: Enable all tests as issue is resolved upstream.
[propagated-inputs]: Remove python-matplotlib.

Change-Id: I48b71e590b9c4da4f09ab578767c05890110e8d4
---
 gnu/packages/astronomy.scm | 28 ++--------------------------
 1 file changed, 2 insertions(+), 26 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 76910307c5..a83cee194b 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4976,43 +4976,19 @@ (define-public python-spisea
 (define-public python-statmorph
   (package
     (name "python-statmorph")
-    (version "0.5.7")
+    (version "0.6.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "statmorph" version))
        (sha256
-        (base32 "06rbwrqlvdzn9innx05kjjmm4mmacd8kwwsfdf5idbwzby5ny5lw"))))
+        (base32 "1575vmk4kl06yxyid7mb1r7llbrmraagvx2b0h5x335ha7irnkjk"))))
     (build-system pyproject-build-system)
-    (arguments
-     (list
-      #:test-flags
-      ;; XXX: Skip most of the tests for now, see
-      ;; <https://github.com/vrodgom/statmorph/issues/11>.
-      #~(list "-k" (string-append "not test_asymmetric"
-                                  " and not test_bright_pixel"
-                                  " and not test_catastrophic"
-                                  " and not test_empty_gini_segmap"
-                                  " and not test_full_gini_segmap"
-                                  " and not test_full_segmap"
-                                  " and not test_insufficient_data"
-                                  " and not test_make_figure"
-                                  " and not test_masked_centroid"
-                                  " and not test_merger"
-                                  " and not test_missing_arguments"
-                                  " and not test_negative_source"
-                                  " and not test_no_psf"
-                                  " and not test_psf"
-                                  " and not test_random_noise"
-                                  " and not test_small_source"
-                                  " and not test_tiny_source"
-                                  " and not test_weightmap"))))
     (native-inputs
      (list python-pytest
            python-setuptools))
     (propagated-inputs
      (list python-astropy
-           python-matplotlib
            python-numpy
            python-photutils
            python-scikit-image
-- 
2.46.0





This bug report was last modified 174 days ago.

Previous Next


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