mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: python-fonttools-next: Update to 4.37.1.
* gnu/packages/python-xyz.scm (python-fonttools-next): Update to 4.37.1. * gnu/packages/fontutils.scm (python-afdko)[source](snippet): Adjust expected test output.
This commit is contained in:
parent
e5e8042b8f
commit
f50fa09929
2 changed files with 8 additions and 2 deletions
|
@ -148,6 +148,12 @@ (define-public python-afdko
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
#~(begin
|
#~(begin
|
||||||
|
(substitute*
|
||||||
|
"tests/buildcff2vf_data/expected_output/SHSansJPVFTest.ttx"
|
||||||
|
;; Adjust expected output to match newer fonttools. Taken from:
|
||||||
|
;; https://github.com/adobe-type-tools/afdko/commit/7c526390a10e
|
||||||
|
(("FDSelect format=\"3\"")
|
||||||
|
"FDSelect format=\"0\""))
|
||||||
(with-directory-excursion "c/makeotf/lib/hotconv"
|
(with-directory-excursion "c/makeotf/lib/hotconv"
|
||||||
;; Delete ANTLR-generated code.
|
;; Delete ANTLR-generated code.
|
||||||
(for-each delete-file
|
(for-each delete-file
|
||||||
|
|
|
@ -11407,14 +11407,14 @@ (define-public python-fonttools-full
|
||||||
(define-public python-fonttools-next
|
(define-public python-fonttools-next
|
||||||
(package
|
(package
|
||||||
(inherit python-fonttools-full)
|
(inherit python-fonttools-full)
|
||||||
(version "4.32.0")
|
(version "4.37.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(inherit (package-source python-fonttools-full))
|
(inherit (package-source python-fonttools-full))
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "fonttools" version ".zip"))
|
(uri (pypi-uri "fonttools" version ".zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14nk43z0dmznypm3zp4sdc04x1y608jawlnmwdkk32a947khvaar"))))))
|
"1ryc1wca2v92wn24baryj5fr32lspl8rbsig32fnkxp1islf21j6"))))))
|
||||||
|
|
||||||
(define-public python-ly
|
(define-public python-ly
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue