32 lines
1.2 KiB
Bash
32 lines
1.2 KiB
Bash
# Template file for 'fonttools'
|
|
pkgname=fonttools
|
|
version=4.54.1
|
|
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"
|
|
checkdepends="python3-Brotli python3-pytest-xdist"
|
|
short_desc="Library to manipulate font files from Python"
|
|
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=026634b6c2602fe7f826c9f12017b775e9b92ef28035c4ba3e26316186a6c8d3
|
|
replaces="python-fonttools>=0 python3-fonttools>=0"
|
|
provides="python-fonttools-${version}_${revision} python3-fonttools-${version}_${revision}"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vlicense LICENSE.external
|
|
}
|
|
|
|
python3-fonttools_package() {
|
|
depends="fonttools>=${version}_${revision}"
|
|
build_style=meta
|
|
short_desc+=" (transitional dummy package)"
|
|
}
|