~ruther/guix-local

a90d6d613e9a87e83ab770b27a654a6cd24114fe — Sharlatan Hellseher 5 months ago 6d121f6
gnu: python-roman-datamodels: Update to 0.28.0.

* gnu/packages/astronomy.scm (python-roman-datamodels): Update to 0.28.0.
[native-inputs]: Remove python-wheel.

Change-Id: I88cb83ba62d54522b4f58ab27a69cb2b4f0340af
1 files changed, 4 insertions(+), 5 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +4 -5
@@ 7427,17 7427,17 @@ changing the pixel resolution, orientation, coordinate system.")
(define-public python-roman-datamodels
  (package
    (name "python-roman-datamodels")
    (version "0.27.0")
    (version "0.28.0")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "roman_datamodels" version))
       (sha256
        (base32 "1631jpv7mcrcka6bfxp04ih43wlm9pmqsqxckqyv6y9jgsipjxy3"))))
        (base32 "0wfd3ggi23dd98qj3ks7fxr4dc01h2yrb082b51fdfasaaf29ws1"))))
    (build-system pyproject-build-system)
    (arguments
     (list
      ;; tests: 4185 passed, 1 skipped, 1 xfailed
      ;; tests: 4618 passed, 1 skipped, 11 xfailed
      #:test-flags
      #~(list "--numprocesses" (number->string (parallel-job-count)))
      #:phases


@@ 7452,8 7452,7 @@ changing the pixel resolution, orientation, coordinate system.")
           python-pytest-env
           python-pytest-xdist
           python-setuptools
           python-setuptools-scm
           python-wheel))
           python-setuptools-scm))
    (propagated-inputs
     (list python-asdf
           python-asdf-astropy