python3-fonttools: update to 4.0.0

This commit is contained in:
svenper 2019-08-24 15:22:40 +02:00 committed by Helmut Pozimski
parent f1c7429a6f
commit 9085cfd267

View file

@ -0,0 +1,20 @@
# Template file for 'python3-fonttools'
pkgname=python3-fonttools
version=4.0.0
revision=1
wrksrc="${pkgname#python3-}-${version}"
build_style=python3-module
pycompile_module="fonttools"
hostmakedepends="python3-devel python3-setuptools"
makedepends="${hostmakedepends}"
short_desc="Library to manipulate font files from Python3"
maintainer="svenper <svenper@tuta.io>"
license="MIT, OFL-1.1, BSD-3-Clause"
homepage="https://github.com/fonttools/fonttools"
distfiles="https://github.com/fonttools/fonttools/archive/${version}.tar.gz"
checksum=f854849ca51f8ac39b7627bb61142e33e833f4f1f6de882273d1011726819957
post_install() {
vlicense LICENSE
vlicense LICENSE.external
}