From 357a74c14b816358a8d26c5c4f255499ff070571 Mon Sep 17 00:00:00 2001 From: svenper Date: Sat, 31 Aug 2019 04:45:09 +0200 Subject: [PATCH] python-fonttools: only check for updates to 3.* --- srcpkgs/python-fonttools/template | 2 +- srcpkgs/python-fonttools/update | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/python-fonttools/update diff --git a/srcpkgs/python-fonttools/template b/srcpkgs/python-fonttools/template index 6c3547b30d7..6a222e87482 100644 --- a/srcpkgs/python-fonttools/template +++ b/srcpkgs/python-fonttools/template @@ -1,7 +1,7 @@ # Template file for 'python-fonttools' pkgname=python-fonttools version=3.44.0 -revision=3 +revision=4 wrksrc="${pkgname#python-}-${version}" build_style=python2-module pycompile_module="fonttools" diff --git a/srcpkgs/python-fonttools/update b/srcpkgs/python-fonttools/update new file mode 100644 index 00000000000..2927cb964bf --- /dev/null +++ b/srcpkgs/python-fonttools/update @@ -0,0 +1,3 @@ +# "The v4.x version series only supports Python 3.6 or greater. +# You can keep using fonttools 3.x if you need support for Python 2." +ignore="[4-9].* [1-9][0-9]*.*"