fonttools: update to 4.39.4.

This commit is contained in:
icp 2023-04-14 00:37:54 +05:30 committed by Leah Neukirchen
parent f14579a129
commit 91db5c180e

View file

@ -1,6 +1,6 @@
# Template file for 'fonttools'
pkgname=fonttools
version=4.38.0
version=4.39.4
revision=1
build_style=python3-module
make_check_args="--deselect Tests/otlLib/optimize_test.py::test_main
@ -13,8 +13,8 @@ maintainer="svenper <svenper@tuta.io>"
license="MIT, OFL-1.1, BSD-3-Clause"
homepage="https://github.com/fonttools/fonttools"
changelog="https://raw.githubusercontent.com/fonttools/fonttools/main/NEWS.rst"
distfiles="https://github.com/fonttools/fonttools/archive/${version}.tar.gz"
checksum=764c569221fb437d0c3937d19d3e38e137d324f225fb30e54ef0aaa2d6f7a289
distfiles="https://github.com/fonttools/fonttools/archive/refs/tags/${version}.tar.gz"
checksum=9fab7f15ad7a0b5cd040331090b726c81d8b0d7b043bb348c7dc242d901b4ee5
replaces="python-fonttools>=0 python3-fonttools>=0"
provides="python-fonttools-${version}_${revision} python3-fonttools-${version}_${revision}"