mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-mamba: Switch to pyproject.
* gnu/packages/python-xyz.scm (python-mamba): [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools, python-wheel. Change-Id: If9403dac25e0ccea862bcd7d268e11a982c10bc2 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
7d6713af10
commit
5b7372efe8
1 changed files with 2 additions and 1 deletions
|
@ -26228,10 +26228,11 @@ package attempts to address the shortcomings of @code{isodate}.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1irlmakf0lf1sb8jp5kmkvxhq6b8ij9q5zn0zimdpnkq627mazbs"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ;No test
|
||||
(propagated-inputs (list python-clint python-coverage))
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(home-page "https://nestorsalceda.com/mamba/")
|
||||
(synopsis "Test runner for Python")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue