diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-29 17:34:50 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-30 11:40:45 +0000 |
| commit | d254fde05ab87cb422f59bbdac2685de23ea2acc (patch) | |
| tree | 158b8b8bcf05046d2e483308257b853e7d789a13 /gnu/packages/python-xyz.scm | |
| parent | 8d7a2297082124d0de2d7848fbfce820d9e85176 (diff) | |
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index cfd864f998..243e563648 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |
