guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 8e9167fa4bedc5e4c0114644f1a8c7b351c3c97a
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Aug 21 13:29:55 2026 +0100

    gnu: python-virgodc: Update to 1.0.5.
    
    * gnu/packages/astronomy.scm (python-virgodc): Update to 1.0.5.
    [arguments] <#:test-flags>: Drop all, h5py has been built with MPI
    support in guix/guix!7946.
    [native-inputs]: Add python-setuptools-scm.
    
    Relates-to: guix/guix!10702
---
 gnu/packages/astronomy.scm | 24 ++++--------------------
 1 file changed, 4 insertions(+), 20 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 94740d4f7e..ae31bb0dba 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -13059,7 +13059,7 @@ includes tools to help create both publication-ready 
and quick figures.")
 (define-public python-virgodc
   (package
     (name "python-virgodc")
-    (version "1.0.4")
+    (version "1.0.5")
     (source
      (origin
        (method git-fetch)
@@ -13068,27 +13068,10 @@ includes tools to help create both publication-ready 
and quick figures.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1fzdhdh01gkv57qlkiqh6wrg9brq4340m4n8bxvk8k7igx22hzk4"))))
+        (base32 "1axhiiafvbld4k6pgid22drhhpxfpjyy0abcczmcggv5m5ghxqc2"))))
     (build-system pyproject-build-system)
     (arguments
      (list
-      #:test-flags
-      #~(list #$@(map (lambda (test) (string-append "--deselect=virgo/mpi/"
-                                                    "test_parallel_hdf5.py::"
-                                                    test))
-                      ;; ValueError: h5py was built without MPI support, can't
-                      ;; use mpio driver
-                      ;; See: <https://codeberg.org/guix/guix/issues/7638>.
-                      (list "test_collective_read_1d"
-                            "test_collective_read_2d"
-                            "test_collective_read_empty"
-                            "test_collective_read_small_chunks_1d"
-                            "test_collective_read_small_chunks_2d"
-                            "test_collective_write_1d"
-                            "test_collective_write_2d"
-                            "test_collective_write_empty"
-                            "test_collective_write_small_chunks_1d"
-                            "test_collective_write_small_chunks_2d")))
       #:phases
       #~(modify-phases %standard-phases
           (add-after 'unpack 'chdir-python
@@ -13096,7 +13079,8 @@ includes tools to help create both publication-ready 
and quick figures.")
               (chdir "python"))))))
     (native-inputs
      (list python-pytest
-           python-setuptools))
+           python-setuptools
+           python-setuptools-scm))
     (propagated-inputs
      (list python-h5py
            python-mpi4py

Reply via email to