mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: python-slicerator: Switch to pyproject.
* gnu/packages/python-xyz.scm (python-slicerator): [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-numpy, python-pytest, and python-setuptools. Change-Id: I3e220370a4ed9259efa7610f84c62c416e6e2b06
This commit is contained in:
parent
8d7a229708
commit
d254fde05a
1 changed files with 5 additions and 1 deletions
|
|
@ -3887,7 +3887,11 @@ library.")
|
|||
(uri (pypi-uri "slicerator" version))
|
||||
(sha256
|
||||
(base32 "0ik0bmh18zgffd9kx53254jp3yyih6zcmd8kfb080xnqbizhl0a4"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-numpy
|
||||
python-pytest
|
||||
python-setuptools))
|
||||
(home-page "https://github.com/soft-matter/slicerator")
|
||||
(synopsis "Lazy-loading, fancy-sliceable iterable")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue