mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-editorconfig: Switch to pyproject.
* gnu/packages/python-xyz.scm (python-editorconfig): [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools, python-wheel. Change-Id: I600c5fcfb9c48a1db61656592b8749c2df554598 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
cb83fed465
commit
f2f5515885
1 changed files with 2 additions and 1 deletions
|
@ -5250,7 +5250,8 @@ messages in color.")
|
|||
(sha256
|
||||
(base32
|
||||
"0v55z351p9qkyp3bbspwywwn28sbcknhirngjbj779n3z52z63hv"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(home-page "https://editorconfig.org/")
|
||||
(synopsis "EditorConfig bindings for python")
|
||||
(description "The EditorConfig project consists of a file format for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue