mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pytest-astropy-header: Switch to pyproject-build-system.
* gnu/packages/python-check.scm (python-pytest-astropy-header) [build-system]: Use pyproject. [native-inputs]: Add python-numpy, and python-setuptools. Change-Id: If5b14d02eac7710c703d3f1b2ad0bca4b9ccafde
This commit is contained in:
parent
ec1b81af08
commit
803fce145c
1 changed files with 5 additions and 2 deletions
|
@ -1830,9 +1830,12 @@ astropy related packages.")
|
||||||
(uri (pypi-uri "pytest-astropy-header" version))
|
(uri (pypi-uri "pytest-astropy-header" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "046v4arinv8b5jz05pvhnc0n1aqqndwvhlsl635ahxabr40i32bp"))))
|
(base32 "046v4arinv8b5jz05pvhnc0n1aqqndwvhlsl635ahxabr40i32bp"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest python-setuptools-scm))
|
(list python-numpy
|
||||||
|
python-pytest
|
||||||
|
python-setuptools
|
||||||
|
python-setuptools-scm))
|
||||||
(home-page "https://www.astropy.org/")
|
(home-page "https://www.astropy.org/")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Pytest plugin adding diagnostic data to the header of the test output")
|
"Pytest plugin adding diagnostic data to the header of the test output")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue