~ruther/guix-local

614a503c7b389aad289fdf00c0264e65bcdf4b6a — Hugo Buddelmeijer 6 months ago c438d4d
gnu: python-defcon-bootstrap: Switch to pyproject-build-system.

* gnu/packages/fontutils.scm (python-defcon-bootstrap): Switch to
pyproject-build-system.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Remove python-pytest-runner; add python-setuptools.

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

M gnu/packages/fontutils.scm
M gnu/packages/fontutils.scm => gnu/packages/fontutils.scm +2 -2
@@ 1903,11 1903,11 @@ API-compatible with defcon.")
       (uri (pypi-uri "defcon" version ".zip"))
       (sha256
        (base32 "036clkwjfv5mmvy6s67s0pbni73n9hdw32z20gm4w5jzqzbjdpjn"))))
    (build-system python-build-system)
    (build-system pyproject-build-system)
    (propagated-inputs (list python-fontpens-bootstrap python-fonttools))
    (native-inputs
     (list python-pytest
           python-pytest-runner
           python-setuptools
           python-setuptools-scm
           unzip))
    (home-page "https://github.com/robotools/defcon")