summaryrefslogtreecommitdiff
path: root/gnu/packages/fontutils.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-09-21 13:19:45 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:46 +0100
commit00a8af7a0fc57956045c84c9f9c6873c196d583c (patch)
tree12ad0d699fc2bdbec0ead2a1ab2436beb21c3aff /gnu/packages/fontutils.scm
parenta41c63bbef9a3836c087ee633e933aa9e478c7f5 (diff)
gnu: python-fontmath: Update to 0.9.4.
* gnu/packages/fontutils.scm (python-fontmath): Update to 0.9.4. [build-system]: Switch to pyproject-build-system. [native-inputs]: Remove python-pytest-runner and python-wheel; add python-setuptools. Change-Id: I606bc0afba02d68a524743958dded5ccb875105b
Diffstat (limited to 'gnu/packages/fontutils.scm')
-rw-r--r--gnu/packages/fontutils.scm13
1 files changed, 6 insertions, 7 deletions
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 2762aec3af6..9b1841cc84f 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -585,20 +585,19 @@ to generate OpenType font binaries from Unified Font Objects (UFOs).")
585(define-public python-fontmath 585(define-public python-fontmath
586 (package 586 (package
587 (name "python-fontmath") 587 (name "python-fontmath")
588 (version "0.9.3") 588 (version "0.9.4")
589 (source 589 (source
590 (origin 590 (origin
591 (method url-fetch) 591 (method url-fetch)
592 (uri (pypi-uri "fontMath" version ".zip")) 592 (uri (pypi-uri "fontMath" version ".zip"))
593 (sha256 593 (sha256
594 (base32 "070v1jz5f18g15if459ppwswq4w5hzffwp1gvdc5j47bgz5qflva")))) 594 (base32 "197dgbnhg6n937ifsi3w9dm283wi3nwp35y4qc2i6kkqkl61kn8z"))))
595 (build-system python-build-system) 595 (build-system pyproject-build-system)
596 (propagated-inputs (list python-fonttools-minimal)) 596 (propagated-inputs (list python-fonttools-minimal))
597 (native-inputs 597 (native-inputs
598 (list python-setuptools-scm 598 (list python-pytest
599 python-pytest 599 python-setuptools
600 python-pytest-runner 600 python-setuptools-scm
601 python-wheel
602 unzip)) 601 unzip))
603 (home-page "https://github.com/robotools/fontMath") 602 (home-page "https://github.com/robotools/fontMath")
604 (synopsis "Fast font mathematical operations library") 603 (synopsis "Fast font mathematical operations library")