mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
c438d4d954
commit
614a503c7b
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue