~ruther/guix-local

2995fa0c0e3adb46f20fc2201e4551a825ddc13c — Sharlatan Hellseher 3 months ago 75840da
gnu: python-coolest: Update to 0.1.11.

* gnu/packages/astronomy.scm (python-coolest): Update to 0.1.11.
[native-inputs]: Add python-setuptools.

Change-Id: I231c50e7b921dfbc4b3dada32f12a3feef4b4d65
1 files changed, 8 insertions(+), 6 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +8 -6
@@ 3790,26 3790,28 @@ structure of the universe, and the properties of dark matter halos.")
(define-public python-coolest
  (package
    (name "python-coolest")
    (version "0.1.9")
    (version "0.1.11")
    (source
     (origin
       (method git-fetch) ; no tests in the PyPI tarball
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/aymgal/COOLEST")
             (commit (string-append "v" version))))
              (url "https://github.com/aymgal/COOLEST")
              (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0mfkgfp6f0ay6kndh7vk8l0g2ijr32k55x3pmj15lp9kd8k3ln4r"))))
        (base32 "1mdj5c91w1p2ch1y80y0x1y3ky30b95lzlscz2b6hl7jcf3n6jfb"))))
    (build-system pyproject-build-system)
    (arguments
     (list
      ;; tests: 120 passed, 81 warnings
      #:test-flags
      ;; Cycle with python-lenstronomy.
      #~(list "--ignore=test/api/profiles/light_test.py"
              "--ignore=test/api/profiles/mass_test.py")))
    (native-inputs
     (list python-pytest
           python-scikit-image))
           python-scikit-image
           python-setuptools))
    (propagated-inputs
     (list python-astropy
           python-getdist