mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-27 19:35:10 -06:00
gnu: python-poyo: Switch to pyproject-build-system.
* gnu/packages/python-xyz.scm (python-poyo): Switch to pyproject-build-system. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-pytest and python-setuptools. Change-Id: I8dd95bb1f84b4ff98e640d730fd4ec6a4270c78d Signed-off-by: Cayetano Santos <csantosb@inventati.org>
This commit is contained in:
parent
cab9246395
commit
59d5a2daa7
1 changed files with 3 additions and 1 deletions
|
|
@ -7394,7 +7394,9 @@ locking..")
|
|||
(sha256
|
||||
(base32
|
||||
"1pflivs6j22frz0v3dqxnvc8yb8fb52g11lqr88z0i8cg2m5csg2"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-pytest python-setuptools))
|
||||
(home-page "https://github.com/hackebrot/poyo")
|
||||
(synopsis "Lightweight YAML Parser for Python")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue