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-04-20 12:09:42 +02:00
version=4.8.1
2020-01-23 14:14:45 +01:00
revision=1
2019-11-20 07:38:07 +01:00
archs=noarch
build_style=python3-module
2020-02-08 15:12:10 +01:00
hostmakedepends="python3-setuptools"
depends="python3-setuptools"
2019-11-20 07:38:07 +01:00
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-04-20 12:09:42 +02:00
checksum=735a48467b1973a3e09bb2144d45ce82683fbe891dc1be70ef7fbcdc6054e6d0
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)"
}