python-fonttools: only check for updates to 3.*
This commit is contained in:
parent
51613fe5b2
commit
3efa5172ca
2 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-fonttools'
|
# Template file for 'python-fonttools'
|
||||||
pkgname=python-fonttools
|
pkgname=python-fonttools
|
||||||
version=3.44.0
|
version=3.44.0
|
||||||
revision=3
|
revision=4
|
||||||
wrksrc="${pkgname#python-}-${version}"
|
wrksrc="${pkgname#python-}-${version}"
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
pycompile_module="fonttools"
|
pycompile_module="fonttools"
|
||||||
|
|
3
srcpkgs/python-fonttools/update
Normal file
3
srcpkgs/python-fonttools/update
Normal 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]*.*"
|
Loading…
Add table
Add a link
Reference in a new issue