mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
a41c63bbef
commit
00a8af7a0f
1 changed files with 6 additions and 7 deletions
|
@ -585,20 +585,19 @@ to generate OpenType font binaries from Unified Font Objects (UFOs).")
|
||||||
(define-public python-fontmath
|
(define-public python-fontmath
|
||||||
(package
|
(package
|
||||||
(name "python-fontmath")
|
(name "python-fontmath")
|
||||||
(version "0.9.3")
|
(version "0.9.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "fontMath" version ".zip"))
|
(uri (pypi-uri "fontMath" version ".zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "070v1jz5f18g15if459ppwswq4w5hzffwp1gvdc5j47bgz5qflva"))))
|
(base32 "197dgbnhg6n937ifsi3w9dm283wi3nwp35y4qc2i6kkqkl61kn8z"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(propagated-inputs (list python-fonttools-minimal))
|
(propagated-inputs (list python-fonttools-minimal))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-setuptools-scm
|
(list python-pytest
|
||||||
python-pytest
|
python-setuptools
|
||||||
python-pytest-runner
|
python-setuptools-scm
|
||||||
python-wheel
|
|
||||||
unzip))
|
unzip))
|
||||||
(home-page "https://github.com/robotools/fontMath")
|
(home-page "https://github.com/robotools/fontMath")
|
||||||
(synopsis "Fast font mathematical operations library")
|
(synopsis "Fast font mathematical operations library")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue