mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-speg: Switch to pyproject.
* gnu/packages/python-xyz.scm (python-speg): [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools, python-wheel. Change-Id: Ic6acfaf9654cb4444158cf950357bb5fe1a1a0dc Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
9b4925f01b
commit
da8cee569c
1 changed files with 2 additions and 2 deletions
|
@ -32118,11 +32118,11 @@ that take parsers as their arguments and return them as result values.")
|
|||
(uri (pypi-uri "speg" version ".zip"))
|
||||
(sha256
|
||||
(base32 "0w9y4jf4787dzhy6rvhwi0mpl0r8qkqmqmyv2hpwdpv8w53yzjqh"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ;FIXME: tests fail, not sure why
|
||||
(native-inputs
|
||||
(list unzip))
|
||||
(build-system python-build-system)
|
||||
(list python-setuptools python-wheel unzip))
|
||||
(home-page "https://github.com/avakar/speg")
|
||||
(synopsis "PEG-based parser interpreter with memoization")
|
||||
(description "This package is a PEG-based parser and interpreter with
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue