me
/
guix
Archived
1
0
Fork 0

gnu: python-pint: Fix build.

* gnu/packages/python-xyz (python-pint)[build-system]: Switch to
pyproject-build-system.
[arguments]: Skip a failing test.
[native-inputs]: Sort alphabetically and add python-importlib-metadata.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
master
Vinicius Monego 2023-05-21 05:37:25 +00:00 committed by Maxim Cournoyer
parent c8ef26fecc
commit c6dcec13b1
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 9 additions and 5 deletions

View File

@ -1191,17 +1191,21 @@ Markdown. All extensions are found under the module namespace of pymdownx.")
(sha256
(base32
"0rv0cbala7ibjbaf6kkcn0mdhqdbajnvlcw0f15gwzfwg10g0z1q"))))
(build-system python-build-system)
(build-system pyproject-build-system)
(arguments
;; This single test tries to write to $HOME/.cache/pint.
(list #:test-flags #~'("-k" "not test_auto")))
(native-inputs
(list python-pytest ;for pytest-subtests
(list python-dask
python-distributed
python-importlib-metadata
python-pytest ;for pytest-subtests
python-pytest-cov
python-pytest-mpl
python-pytest-subtests
python-setuptools-scm
python-sparse
python-dask
python-xarray
python-distributed))
python-xarray))
(home-page "https://github.com/hgrecco/pint")
(synopsis "Physical quantities module")
(description