From d5f16f4968fb4dc1c80ec096dad676fed08b6fc3 Mon Sep 17 00:00:00 2001 From: icp Date: Sat, 6 Apr 2024 00:46:10 +0530 Subject: [PATCH] fonttools: update to 4.51.0. Adopt. --- srcpkgs/fonttools/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/fonttools/template b/srcpkgs/fonttools/template index 7e9069a22fc..b5e61adfb4e 100644 --- a/srcpkgs/fonttools/template +++ b/srcpkgs/fonttools/template @@ -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 " +maintainer="icp " 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}"