mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
641dbfdbd4
commit
786c2f1381
1 changed files with 9 additions and 8 deletions
|
@ -17585,16 +17585,14 @@ number of lines in the contained files easily.")
|
||||||
(hidden-package
|
(hidden-package
|
||||||
(package
|
(package
|
||||||
(name "python-fonttools-minimal")
|
(name "python-fonttools-minimal")
|
||||||
(version "4.39.3")
|
(version "4.59.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "fonttools" version ".zip"))
|
(uri (pypi-uri "fonttools" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1msibi5cmi5znykkg66dq7xshl07lkqjxhrz5hcipqvlggsvjd4j"))))
|
"08pgq9nrj3r81gzb6gbf5mcak0xyqrj26cw0rc5za4v1n14hfb77"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
|
||||||
(list unzip))
|
|
||||||
(arguments '(#:tests? #f))
|
(arguments '(#:tests? #f))
|
||||||
(home-page "https://github.com/fonttools/fonttools")
|
(home-page "https://github.com/fonttools/fonttools")
|
||||||
(synopsis "Tools to manipulate font files")
|
(synopsis "Tools to manipulate font files")
|
||||||
|
@ -17621,14 +17619,17 @@ from an XML-based format.")
|
||||||
(when tests?
|
(when tests?
|
||||||
(invoke "pytest" "-vv"
|
(invoke "pytest" "-vv"
|
||||||
"-k"
|
"-k"
|
||||||
;; XXX: These tests need .trm files that are
|
;; XXX: These tests need data files that are not
|
||||||
;; not shipped with the PyPI release.
|
;; shipped with the PyPI release.
|
||||||
(format #f "not ~a"
|
(format #f "not ~a"
|
||||||
(string-join
|
(string-join
|
||||||
'("test_read_fontdimens_mathsy"
|
'("test_cli_vtp"
|
||||||
|
"test_group_order"
|
||||||
|
"test_read_fontdimens_mathsy"
|
||||||
"test_read_fontdimens_mathex"
|
"test_read_fontdimens_mathex"
|
||||||
"test_read_fontdimens_vanilla"
|
"test_read_fontdimens_vanilla"
|
||||||
"test_read_boundary_char"
|
"test_read_boundary_char"
|
||||||
|
"test_reading_supplement_encoding"
|
||||||
"fontTools.tfmLib"
|
"fontTools.tfmLib"
|
||||||
;; The MtiTest tests fail for unknown
|
;; The MtiTest tests fail for unknown
|
||||||
;; reasons (see:
|
;; reasons (see:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue