~ruther/guix-local

1e400db77ff557ed91ff559404074d66fc7a191d — Sharlatan Hellseher 10 months ago 14ff3f0
gnu: python-irispy-lmsal: Update to 0.3.1.

* gnu/packages/astronomy.scm (python-irispy-lmsal): Update to 0.3.1.
[arguments] <phases>: Delete 'sanity-check.
[native-inputs]: Remove python-setuptools and python-wheel; add
python-pooch and python-setuptools-next.

Change-Id: Iafabf5a5cd3337d086fe3f21209439b1d02c40d2
1 files changed, 8 insertions(+), 5 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +8 -5
@@ 4606,17 4606,18 @@ observationally-derived galaxy merger catalogs.")
(define-public python-irispy-lmsal
  (package
    (name "python-irispy-lmsal")
    (version "0.3.0")
    (version "0.3.1")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "irispy_lmsal" version))
       (sha256
        (base32 "0pqwgg89qq75nz7201535ixkcjqbqbdv3qmhcig2h2ah9fpcfpyy"))))
        (base32 "037ip97kb5sq98shgw4d1c5x7lpbzksampfw7d97x59zbvbmvwhn"))))
    (build-system pyproject-build-system)
    (arguments
     (list
      #:test-flags
      ;; See: <https://github.com/LM-SAL/irispy-lmsal/issues/83>.
      ;; Expected:
      ;;     np.float64(0.33)
      ;; Got:


@@ 4624,6 4625,8 @@ observationally-derived galaxy merger catalogs.")
      #~(list "--deselect=irispy/obsid.py::irispy.obsid.ObsID")
      #:phases
      #~(modify-phases %standard-phases
          ;; XXX: It fails to check SunPy's optional inputs versions.
          (delete 'sanity-check)
          (add-before 'check 'set-home
            (lambda _
              ;; E PermissionError: [Errno 13] Permission denied:


@@ 4631,10 4634,10 @@ observationally-derived galaxy merger catalogs.")
              (setenv "HOME" "/tmp"))))))
    (native-inputs
     (list ffmpeg
           python-pooch
           python-pytest-astropy
           python-setuptools
           python-setuptools-scm
           python-wheel))
           python-setuptools-next
           python-setuptools-scm))
    (propagated-inputs
     (list python-dkist
           python-mpl-animators