~ruther/guix-local

7e282d215d9b40f281c26626ed102cd9791b46ce — Sharlatan Hellseher 2 months ago 89bf14d
gnu: python-pynbody: Update to 2.4.0.

* gnu/packages/astronomy.scm (python-pynbody): Update to 2.4.0.
[arguments] <test-flags>: Skip some more tests requiring remove data.
[propagated-inputs]: Add python-osfclient.
[home-page]: Fix URL "Pynbody documentation may now be found at
pynbody.readthedocs.io. If you are still using v1.x, the documentation
is archived at pynbody.readthedocs.io/v1-docs."

Change-Id: I8549e4c5a3223bc1ee1b9cb0913b47b659af4fd7
1 files changed, 6 insertions(+), 4 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +6 -4
@@ 7217,7 7217,7 @@ and Sensitivities.")
(define-public python-pynbody
  (package
    (name "python-pynbody")
    (version "2.3.3")
    (version "2.4.0")
    (source
     (origin
       (method git-fetch)


@@ 7226,7 7226,7 @@ and Sensitivities.")
              (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "004aq98f65qk7wy0nvm0a71mgvlcn06r6khiblpi2j249zvicqgf"))
        (base32 "0a0m42mvdnmlkm8q6704xamnim1q5wkw29p89ikj1axpl2mmq0d3"))
       (modules '((guix build utils)))
       (snippet
        ;; Symlink goes to not existing directory.


@@ 7235,7 7235,7 @@ and Sensitivities.")
    (build-system pyproject-build-system)
    (arguments
     (list
      ;; tests: 91 passed, 6 skipped, 12 deselected
      ;; tests: 92 passed, 6 skipped, 10 deselected
      #:test-flags
      ;; XXX: testdata is distributed via Zenodo
      ;; <https://zenodo.org/records/17084976> with total size more than 2GiB,


@@ 7270,6 7270,7 @@ and Sensitivities.")
                            "ramses_new_ptcl_format_test.py"
                            "ramses_test.py"
                            "rockstar_test.py"
                            "schmidtlaw_test.py"
                            "snapshot_test.py"
                            "sph_image_test.py"
                            "subfind_test.py"


@@ 7307,8 7308,9 @@ and Sensitivities.")
           python-h5py
           python-matplotlib
           python-numpy
           python-osfclient
           python-scipy))
    (home-page "https://pynbody.github.io/pynbody/index.html")
    (home-page "https://pynbody.readthedocs.io/latest/")
    (synopsis "Light-weight astronomical N-body/SPH analysis for python")
    (description
     "@code{Pynbody} is an analysis framework for N-body and hydrodynamic