summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-07-22 02:03:24 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-07-25 11:32:11 +0100
commitda8cee569cfca291f395cc19d5c65f8ae6bc4f14 (patch)
treea9ddcb9982bf915871c6583ba09dd3cd341390aa /gnu/packages/python-xyz.scm
parent9b4925f01b23c88afb1e9658163ee74ba921aaa8 (diff)
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>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1c9df81ec8..274342c921 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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