1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

gnu: python-msgpack-numpy: Switch to pyproject-build-system.

* gnu/packages/python-science.scm (python-msgpack-numpy): Switch to
pyproject-build-system.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:test-backend>: Select unittest.
[native-inputs]: Add python-setuptools.

Change-Id: I47958f2fe83411cefd91b664197a5b08e33205b4
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Hugo Buddelmeijer
2025-12-15 21:36:14 +01:00
committed by Andreas Enge
parent fd5ccad45e
commit ec18fea38b

View File

@@ -1986,7 +1986,11 @@ interpolation of 1D data (for example, time series) with splines.")
(sha256
(base32
"0sbfanbkfs6c77np4vz0ayrwnv99bpn5xgj5fnf2yhhk0lcd6ry6"))))
(build-system python-build-system)
(build-system pyproject-build-system)
(arguments
(list #:test-backend #~'unittest))
(native-inputs
(list python-setuptools))
(propagated-inputs
(list python-msgpack python-numpy))
(home-page "https://github.com/lebedov/msgpack-numpy")