diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-11-22 20:54:41 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-25 21:48:30 +0000 |
| commit | b7bcb900c7985840111daa185119155bbf3817e8 (patch) | |
| tree | 4568aeda2cd413d7ff33bdefc5417179922e489f /gnu/packages/fontutils.scm | |
| parent | e1608b0025269923124ad623d3c925b061e669ae (diff) | |
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/fontutils.scm')
| -rw-r--r-- | gnu/packages/fontutils.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm index 5465e86be57..3d50246a372 100644 --- a/gnu/packages/fontutils.scm +++ b/gnu/packages/fontutils.scm | |||
| @@ -680,10 +680,10 @@ font, glyph, etc. mathematical operations on font data.") | |||
| 680 | (uri (pypi-uri "fontPens" version ".zip")) | 680 | (uri (pypi-uri "fontPens" version ".zip")) |
| 681 | (sha256 | 681 | (sha256 |
| 682 | (base32 "1za15dzsnymq6d9x7xdfqwgw4a3003wj75fn2crhyidkfd2s3nd6")))) | 682 | (base32 "1za15dzsnymq6d9x7xdfqwgw4a3003wj75fn2crhyidkfd2s3nd6")))) |
| 683 | (build-system python-build-system) | 683 | (build-system pyproject-build-system) |
| 684 | (arguments (list #:tests? #f)) | 684 | (arguments (list #:tests? #f)) |
| 685 | (propagated-inputs (list python-fonttools-minimal)) | 685 | (propagated-inputs (list python-fonttools-minimal)) |
| 686 | (native-inputs (list unzip)) | 686 | (native-inputs (list python-setuptools unzip)) |
| 687 | (home-page "https://github.com/robofab-developers/fontPens") | 687 | (home-page "https://github.com/robofab-developers/fontPens") |
| 688 | (synopsis "Python classes implementing the pen protocol") | 688 | (synopsis "Python classes implementing the pen protocol") |
| 689 | (description "This package provides a collection of Python classes | 689 | (description "This package provides a collection of Python classes |
