mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-fields: Switch to pyproject.
* gnu/packages/python-xyz.scm (python-fields): [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools, python-wheel. Change-Id: I08fdc957c0adaa59ad5fe0a7419ea084b220a061 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
18ef361e9c
commit
51b986b42e
1 changed files with 2 additions and 1 deletions
|
@ -37100,7 +37100,8 @@ It implements advanced Python dictionaries with dot notation access.")
|
|||
(uri (pypi-uri "fields" version))
|
||||
(sha256
|
||||
(base32 "09sppvhhkhkv9zc9g994m53z15v92csxwcf42ggkaknlv01smm1i"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(home-page "https://python-fields.readthedocs.io/")
|
||||
(synopsis "Python container class boilerplate killer")
|
||||
(description "Avoid repetetive boilerplate code in Python classes.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue