summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2025-09-26 17:22:15 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2025-09-30 16:48:23 +0900
commit42015f622d8eb803c1e8134af3cf614ef9bb02ec (patch)
tree726d505c3ceaa80c5cc2f8289c60168aa1e275d8 /gnu/packages/python-xyz.scm
parent693dd808cc06c30ea793553c8604dad1b7285dc1 (diff)
gnu: python-fonttools-minimal: Update to 4.59.2.
* gnu/packages/python-xyz.scm (python-fonttools-minimal): Update to 4.59.2. [native-inputs]: Delete field. (python-fonttools) [#:phases] {check}: Adjust. Change-Id: Iaa4569e734956ff65dcd0bd6d8ed712858ee493c
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm17
1 files changed, 9 insertions, 8 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index cc7827c0f0..7ea390b311 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17558,16 +17558,14 @@ number of lines in the contained files easily.")
(hidden-package
(package
(name "python-fonttools-minimal")
- (version "4.39.3")
+ (version "4.59.2")
(source (origin
(method url-fetch)
- (uri (pypi-uri "fonttools" version ".zip"))
+ (uri (pypi-uri "fonttools" version ".tar.gz"))
(sha256
(base32
- "1msibi5cmi5znykkg66dq7xshl07lkqjxhrz5hcipqvlggsvjd4j"))))
+ "08pgq9nrj3r81gzb6gbf5mcak0xyqrj26cw0rc5za4v1n14hfb77"))))
(build-system python-build-system)
- (native-inputs
- (list unzip))
(arguments '(#:tests? #f))
(home-page "https://github.com/fonttools/fonttools")
(synopsis "Tools to manipulate font files")
@@ -17594,14 +17592,17 @@ from an XML-based format.")
(when tests?
(invoke "pytest" "-vv"
"-k"
- ;; XXX: These tests need .trm files that are
- ;; not shipped with the PyPI release.
+ ;; XXX: These tests need data files that are not
+ ;; shipped with the PyPI release.
(format #f "not ~a"
(string-join
- '("test_read_fontdimens_mathsy"
+ '("test_cli_vtp"
+ "test_group_order"
+ "test_read_fontdimens_mathsy"
"test_read_fontdimens_mathex"
"test_read_fontdimens_vanilla"
"test_read_boundary_char"
+ "test_reading_supplement_encoding"
"fontTools.tfmLib"
;; The MtiTest tests fail for unknown
;; reasons (see: