python-fonttools: only check for updates to 3.*

This commit is contained in:
svenper 2019-08-31 04:45:09 +02:00 committed by Helmut Pozimski
parent 51613fe5b2
commit 3efa5172ca
2 changed files with 4 additions and 1 deletions

View file

@ -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"

View file

@ -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]*.*"