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>
This commit is contained in:
parent
dbdc888316
commit
178871ff67
1 changed files with 1 additions and 1 deletions
|
@ -2663,7 +2663,7 @@ Science Institute} image array manipulation functions.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14457izlbnks84dyza75ib3nvx2w8nhlqm9vc1zb7hbhknb5gjvw"))))
|
"14457izlbnks84dyza75ib3nvx2w8nhlqm9vc1zb7hbhknb5gjvw"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f)) ;No tests
|
(list #:tests? #f)) ;No tests
|
||||||
(propagated-inputs (list python-numpy))
|
(propagated-inputs (list python-numpy))
|
||||||
|
|
Reference in a new issue