fonttools: update to 4.59.0.

This commit is contained in:
icp 2025-04-13 20:05:02 +05:30
parent a3b09ee0f7
commit 985e0e36b4

View file

@ -1,11 +1,8 @@
# Template file for 'fonttools' # Template file for 'fonttools'
pkgname=fonttools pkgname=fonttools
version=4.55.3 version=4.59.0
revision=1 revision=1
build_style=python3-module build_style=python3-pep517
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" hostmakedepends="python3-setuptools"
depends="python3" depends="python3"
checkdepends="python3-Brotli python3-pytest-xdist" checkdepends="python3-Brotli python3-pytest-xdist"
@ -15,7 +12,7 @@ license="MIT, OFL-1.1, BSD-3-Clause"
homepage="https://github.com/fonttools/fonttools" homepage="https://github.com/fonttools/fonttools"
changelog="https://raw.githubusercontent.com/fonttools/fonttools/main/NEWS.rst" changelog="https://raw.githubusercontent.com/fonttools/fonttools/main/NEWS.rst"
distfiles="https://github.com/fonttools/fonttools/archive/refs/tags/${version}.tar.gz" distfiles="https://github.com/fonttools/fonttools/archive/refs/tags/${version}.tar.gz"
checksum=c8c250586066a66ea8a26cc4b06bce5ec6fb9b2bf4afd7aff9d509ed7bfd5fcd checksum=cf7d72742235f72485e0fe5bfa839902e7275fbe3e6f203f3c63b38bd8880f56
replaces="python-fonttools>=0 python3-fonttools>=0" replaces="python-fonttools>=0 python3-fonttools>=0"
provides="python-fonttools-${version}_${revision} python3-fonttools-${version}_${revision}" provides="python-fonttools-${version}_${revision} python3-fonttools-${version}_${revision}"