From b7bcb900c7985840111daa185119155bbf3817e8 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sat, 22 Nov 2025 20:54:41 +0100 Subject: [PATCH] gnu: python-fontpens-bootstrap: Switch to pyproject. * gnu/packages/fontutils.scm (python-fontpens-bootstrap): [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools. Change-Id: I200fd0231b92b48794f8e13b81fa223da3b3e09f Signed-off-by: Sharlatan Hellseher --- gnu/packages/fontutils.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm index 5465e86be57241086b6612c1ef5dd363b291e50b..3d50246a372009ab37322e44fccb5a11b59e9f41 100644 --- a/gnu/packages/fontutils.scm +++ b/gnu/packages/fontutils.scm @@ -680,10 +680,10 @@ font, glyph, etc. mathematical operations on font data.") (uri (pypi-uri "fontPens" version ".zip")) (sha256 (base32 "1za15dzsnymq6d9x7xdfqwgw4a3003wj75fn2crhyidkfd2s3nd6")))) - (build-system python-build-system) + (build-system pyproject-build-system) (arguments (list #:tests? #f)) (propagated-inputs (list python-fonttools-minimal)) - (native-inputs (list unzip)) + (native-inputs (list python-setuptools unzip)) (home-page "https://github.com/robofab-developers/fontPens") (synopsis "Python classes implementing the pen protocol") (description "This package provides a collection of Python classes