python3-fonttools: update to 4.0.0
This commit is contained in:
parent
f1c7429a6f
commit
9085cfd267
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-fonttools/template
Normal file
20
srcpkgs/python3-fonttools/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue