mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 05:30:38 +02:00
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>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
43193b2a99
commit
129fc48834
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user