fonttools: update to 4.51.0.

Adopt.
This commit is contained in:
icp 2024-04-06 00:46:10 +05:30 committed by Piraty
parent 9d0bf758d1
commit d5f16f4968
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'fonttools'
pkgname=fonttools
version=4.49.0
version=4.51.0
revision=1
build_style=python3-module
make_check_args="--deselect Tests/otlLib/optimize_test.py::test_main
@ -10,12 +10,12 @@ hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-Brotli python3-pytest-xdist"
short_desc="Library to manipulate font files from Python"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="icp <pangolin@vivaldi.net>"
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=90f9ed4782e756e15a8603343d33adc13399306a963f55f8c8f2762a00a82f01
checksum=85aa9cdf030dd82f28ca584a8814de265150b46bfc65067343a631773efa885a
replaces="python-fonttools>=0 python3-fonttools>=0"
provides="python-fonttools-${version}_${revision} python3-fonttools-${version}_${revision}"