~ruther/guix-local

178871ff67a2eec93fe04b58b9d6bc8bf7ca71d0 — Sharlatan Hellseher 2 years ago dbdc888
gnu: python-stsci-imagestats: Swap to pyproject-build-system.

The next release of the package will include test suite based on
python-pytest, prepare for that.

* gnu/packages/astronomy.scm (python-stsci-imagestats)[build-system]:
Swap to python-stsci-imagestats.

Change-Id: I5a70ef744ac7ad46f9e4474d84661b6b15028c9b
Signed-off-by: Eric Bavier <bavier@posteo.net>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +1 -1
@@ 2663,7 2663,7 @@ Science Institute} image array manipulation functions.")
              (sha256
               (base32
                "14457izlbnks84dyza75ib3nvx2w8nhlqm9vc1zb7hbhknb5gjvw"))))
    (build-system python-build-system)
    (build-system pyproject-build-system)
    (arguments
     (list #:tests? #f)) ;No tests
    (propagated-inputs (list python-numpy))