From e8f6604010af36db5362bc52255596ceeb1b76b8 Mon Sep 17 00:00:00 2001 From: icp Date: Mon, 12 Jun 2023 19:53:36 +0530 Subject: [PATCH] fonttools: update to 4.40.0. --- srcpkgs/fonttools/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fonttools/template b/srcpkgs/fonttools/template index 6d216027285..9611cf4e816 100644 --- a/srcpkgs/fonttools/template +++ b/srcpkgs/fonttools/template @@ -1,9 +1,10 @@ # Template file for 'fonttools' pkgname=fonttools -version=4.39.4 +version=4.40.0 revision=1 build_style=python3-module make_check_args="--deselect Tests/otlLib/optimize_test.py::test_main + --deselect Tests/ttx/ttx_test.py::test_ttcompile_timestamp_calcs --ignore Tests/misc/plistlib_test.py --ignore Tests/pens --ignore Tests/ufoLib" hostmakedepends="python3-setuptools" depends="python3" @@ -14,7 +15,7 @@ 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/refs/tags/${version}.tar.gz" -checksum=9fab7f15ad7a0b5cd040331090b726c81d8b0d7b043bb348c7dc242d901b4ee5 +checksum=f03f5a5414587fed31d11e007e680ea522a918ea27a793a5931641ef5915bcd2 replaces="python-fonttools>=0 python3-fonttools>=0" provides="python-fonttools-${version}_${revision} python3-fonttools-${version}_${revision}"