~ruther/guix-local

d0beb053e48e74841d6ba8d9dbbc8f8eb284e4af — Sharlatan Hellseher 7 months ago d8992ec
gnu: python-unicodedata2: Switch to pyproject.

* gnu/packages/python-xyz.scm (python-unicodedata2)[build-system]:
Switch to pyproejct-build-system.
[native-inputs]: Add python-pytest and python-setuptools.

Change-Id: I50e370b7980389a1b7408a84d41b664fda8d1f55
1 files changed, 4 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +4 -1
@@ 20745,7 20745,10 @@ expression.")
       (uri (pypi-uri "unicodedata2" version))
       (sha256
        (base32 "1z3llixb4cd6cc6nmyps5vv2sss14n3x6dzcc65xg75mj9jqsj05"))))
    (build-system python-build-system)
    (build-system pyproject-build-system)
    (native-inputs
     (list python-pytest
           python-setuptools))
    (home-page "https://github.com/fonttools/unicodedata2")
    (synopsis "Python unicodedata backport")
    (description "This package corresponds to the latest @code{unicodedata}