From e0f225b2e27118e54482b95ee4351f46befbcd85 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Mon, 28 Dec 2020 21:34:19 -0600 Subject: [PATCH] fonttools: update to 4.18.2. --- srcpkgs/fonttools/template | 10 ++-------- srcpkgs/python3-fonttools | 1 - 2 files changed, 2 insertions(+), 9 deletions(-) delete mode 120000 srcpkgs/python3-fonttools diff --git a/srcpkgs/fonttools/template b/srcpkgs/fonttools/template index 71d1973f2ec..2d1264c9135 100644 --- a/srcpkgs/fonttools/template +++ b/srcpkgs/fonttools/template @@ -1,6 +1,6 @@ # Template file for 'fonttools' pkgname=fonttools -version=4.17.1 +version=4.18.2 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" @@ -10,7 +10,7 @@ maintainer="svenper " 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=89e17920b2d5dce39fb538a4cc65c797a9bf604a481408a1a9a677e3e98f37a4 +checksum=db0a38a17061c65ae3d9e5a86d52e8fa2ecf4d474548d808d338a7f72cf08cff replaces="python-fonttools>=0 python3-fonttools>=0" provides="python-fonttools-${version}_${revision} python3-fonttools-${version}_${revision}" @@ -18,9 +18,3 @@ post_install() { vlicense LICENSE vlicense LICENSE.external } - -python3-fonttools_package() { - depends="fonttools>=${version}_${revision}" - build_style=meta - short_desc+=" (transitional dummy package Python 3)" -} diff --git a/srcpkgs/python3-fonttools b/srcpkgs/python3-fonttools deleted file mode 120000 index d10c4b7e084..00000000000 --- a/srcpkgs/python3-fonttools +++ /dev/null @@ -1 +0,0 @@ -fonttools \ No newline at end of file