~ruther/guix-local

65b6f748dbc9433c6f8d5eb7895d95f49118da98 — Nicolas Graves 4 months ago 4c840a8
gnu: python-grako: Switch to pyproject.

* gnu/packages/python-xyz.scm (python-grako):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.  Remove python-pytest-runner.
[home-page]: Update it, the previous link doesn't exist anymore.

Change-Id: I9a6efe82914abd648222c851cdc8531be7d73fa3
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 5 insertions(+), 5 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +5 -5
@@ 13575,11 13575,11 @@ Python language binding specification.")
                 (substitute* '("grako/util.py"
                                "grako/walkers.py")
                   (("collections\\.Mapping") "collections.abc.Mapping"))))))
    (build-system python-build-system)
    (arguments '(#:tests? #f)) ; Test file 'grako.ebnf' is missing from archive.
    (native-inputs
     (list unzip python-pytest python-pytest-runner))
    (home-page "https://bitbucket.org/neogeny/grako")
    (build-system pyproject-build-system)
     ;; XXX: Test file 'grako.ebnf' is missing from archive.
    (arguments (list #:tests? #f))
    (native-inputs (list unzip python-pytest python-setuptools))
    (home-page "https://pypi.org/project/grako")
    (synopsis "EBNF parser generator")
    (description
     "Grako takes a grammar in a variation of EBNF as input, and outputs a