void-packages/srcpkgs/fonttools/template

34 lines
1.0 KiB
Bash
Raw Normal View History

2019-11-20 07:38:07 +01:00
# Template file for 'fonttools'
pkgname=fonttools
2020-01-23 14:14:45 +01:00
version=4.2.4
revision=1
2019-11-20 07:38:07 +01:00
archs=noarch
build_style=python3-module
hostmakedepends="python3-devel python3-setuptools"
depends="python3"
short_desc="Library to manipulate font files from Python"
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"
2020-01-23 14:14:45 +01:00
checksum=2efe5ced9eb8ba6964df5140d83cd9125461e2d4f707df601feb0721380c0c0b
2019-11-20 07:38:07 +01:00
replaces="python-fonttools>=0 python3-fonttools>=0"
2019-12-20 22:08:49 +01:00
provides="python-fonttools-${version}_${revision} python3-fonttools-${version}_${revision}"
2019-11-20 07:38:07 +01:00
post_install() {
vlicense LICENSE
vlicense LICENSE.external
}
python-fonttools_package() {
2019-12-16 07:43:48 +01:00
depends="fonttools>=${version}_${revision}"
2019-11-20 07:38:07 +01:00
build_style=meta
short_desc+=" (transitional dummy package Python 2)"
}
python3-fonttools_package() {
2019-12-16 07:43:48 +01:00
depends="fonttools>=${version}_${revision}"
2019-11-20 07:38:07 +01:00
build_style=meta
short_desc+=" (transitional dummy package Python 3)"
}