mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
fonttools: update to 4.3.0.
This commit is contained in:
parent
6a93cb9415
commit
fcb91b4c32
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'fonttools'
|
# Template file for 'fonttools'
|
||||||
pkgname=fonttools
|
pkgname=fonttools
|
||||||
version=4.2.4
|
version=4.3.0
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-devel python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3-setuptools"
|
||||||
short_desc="Library to manipulate font files from Python"
|
short_desc="Library to manipulate font files from Python"
|
||||||
maintainer="svenper <svenper@tuta.io>"
|
maintainer="svenper <svenper@tuta.io>"
|
||||||
license="MIT, OFL-1.1, BSD-3-Clause"
|
license="MIT, OFL-1.1, BSD-3-Clause"
|
||||||
homepage="https://github.com/fonttools/fonttools"
|
homepage="https://github.com/fonttools/fonttools"
|
||||||
distfiles="https://github.com/fonttools/fonttools/archive/${version}.tar.gz"
|
distfiles="https://github.com/fonttools/fonttools/archive/${version}.tar.gz"
|
||||||
checksum=2efe5ced9eb8ba6964df5140d83cd9125461e2d4f707df601feb0721380c0c0b
|
checksum=5fd7453f980cfa02c229d55e53f663340f44d9cccd724b1fe8c3bfc0ecb8ed71
|
||||||
replaces="python-fonttools>=0 python3-fonttools>=0"
|
replaces="python-fonttools>=0 python3-fonttools>=0"
|
||||||
provides="python-fonttools-${version}_${revision} python3-fonttools-${version}_${revision}"
|
provides="python-fonttools-${version}_${revision} python3-fonttools-${version}_${revision}"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue