diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-10-05 13:46:35 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-05 17:09:12 +0100 |
| commit | 129fc488342d6cb12f82acfa2df96e29f970e1cf (patch) | |
| tree | 915576d4267d4aca291dc0621affe87aa9cea220 /gnu/packages/python-xyz.scm | |
| parent | 43193b2a99b0755be777264c013aa5a0c24842dd (diff) | |
gnu: python-heapdict: Switch to pyproject.
* gnu/packages/python-xyz.scm (python-heapdict):
[build-system]: Switch to pyproject-build-system.
[arguments]<#:test-backend>: Configure it.
[native-inputs]: Add python-setuptools.
Change-Id: Ied507740ae2436c133140b59c50a7a36b8fc16a7
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 51054340e0..22df974a65 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -28270,7 +28270,9 @@ objects on other machines, also known as remote procedure calls (RPC).") (sha256 (base32 "1dnd7v9adqd21bf4ih2wzn9a7b41m0nccb0vbxny9n037rxzb5c4")))) - (build-system python-build-system) + (build-system pyproject-build-system) + (arguments (list #:test-backend #~'unittest)) + (native-inputs (list python-setuptools)) (home-page "http://stutzbachenterprises.com/") (synopsis "Heap with decrease-key and increase-key operations") (description |
