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>
This commit is contained in:
Hugo Buddelmeijer 2025-09-21 13:26:52 +02:00 committed by Sharlatan Hellseher
parent c438d4d954
commit 614a503c7b
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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")