gnu: python-fonttools-next: Update to 4.39.3.
* gnu/packages/python-xyz.scm (python-fonttools-next): Update to 4.39.3. (python-fonttools-full) [arguments]: Skip the MtiTest suite in the check phase override.
This commit is contained in:
parent
12abf92021
commit
e9109b396f
1 changed files with 8 additions and 3 deletions
|
@ -12283,7 +12283,12 @@ from an XML-based format.")
|
||||||
"test_read_fontdimens_mathex"
|
"test_read_fontdimens_mathex"
|
||||||
"test_read_fontdimens_vanilla"
|
"test_read_fontdimens_vanilla"
|
||||||
"test_read_boundary_char"
|
"test_read_boundary_char"
|
||||||
"fontTools.tfmLib")
|
"fontTools.tfmLib"
|
||||||
|
;; The MtiTest tests fail for unknown
|
||||||
|
;; reasons (see:
|
||||||
|
;; https://github.com/fonttools/
|
||||||
|
;; fonttools/issues/3078)
|
||||||
|
"MtiTest")
|
||||||
" and not "))))))))))
|
" and not "))))))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(modify-inputs (package-native-inputs python-fonttools)
|
(modify-inputs (package-native-inputs python-fonttools)
|
||||||
|
@ -12301,14 +12306,14 @@ from an XML-based format.")
|
||||||
(define-public python-fonttools-next
|
(define-public python-fonttools-next
|
||||||
(package
|
(package
|
||||||
(inherit python-fonttools-full)
|
(inherit python-fonttools-full)
|
||||||
(version "4.37.1")
|
(version "4.39.3")
|
||||||
(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
|
||||||
"1ryc1wca2v92wn24baryj5fr32lspl8rbsig32fnkxp1islf21j6"))))))
|
"1msibi5cmi5znykkg66dq7xshl07lkqjxhrz5hcipqvlggsvjd4j"))))))
|
||||||
|
|
||||||
(define-public python-ly
|
(define-public python-ly
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue