diff options
author | adam <adam@pkgsrc.org> | 2018-03-02 11:37:05 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-03-02 11:37:05 +0000 |
commit | 14c47e5697169fe3a140aacbca1bf05b742617fb (patch) | |
tree | 5809651d52d1a49d4ee9cd1b7e5c4849e6f00664 /fonts/py-fonttools | |
parent | 6873103cec7d30d54a8b0144568306252af6ac3e (diff) | |
download | pkgsrc-14c47e5697169fe3a140aacbca1bf05b742617fb.tar.gz |
py-fonttools: updated to 3.24.0
3.24.0:
[ttGlyphPen] Decompose composite glyphs if any components' transform is too large to fit a F2Dot14 value, or clamp transform values that are (almost) equal to +2.0 to make them fit and avoid decomposing.
[ttx] Added new -g option to dump glyphs from the glyf table splitted as individual ttx files.
Copied ufoLib.filenames module to fontTools.misc.filenames, used for the ttx split-glyphs option .
[feaLib] Added support for cvParameters blocks in Character Variant feautures cv01-cv99.
[Snippets] Added checksum.py script to generate/check SHA1 hash of ttx files.
[varLib.mutator] Fixed issue while instantiating some variable fonts whereby the horizontal advance width computed from gvar phantom points could turn up to be negative.
[varLib/subset] Fixed issue with subsetting GPOS variation data not picking up ValueRecord Device objects (54fd71f).
[feaLib/voltLib] In all AST elements, the location is no longer a required positional argument, but an optional kewyord argument (defaults to None). This will make it easier to construct feature AST from code
Diffstat (limited to 'fonts/py-fonttools')
-rw-r--r-- | fonts/py-fonttools/Makefile | 4 | ||||
-rw-r--r-- | fonts/py-fonttools/PLIST | 5 | ||||
-rw-r--r-- | fonts/py-fonttools/distinfo | 10 |
3 files changed, 11 insertions, 8 deletions
diff --git a/fonts/py-fonttools/Makefile b/fonts/py-fonttools/Makefile index 939e524aa2b..cdc7810df78 100644 --- a/fonts/py-fonttools/Makefile +++ b/fonts/py-fonttools/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2018/03/01 09:00:08 adam Exp $ +# $NetBSD: Makefile,v 1.39 2018/03/02 11:37:05 adam Exp $ -DISTNAME= fonttools-3.23.0 +DISTNAME= fonttools-3.24.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= fonts python MASTER_SITES= ${MASTER_SITE_PYPI:=F/FontTools/} diff --git a/fonts/py-fonttools/PLIST b/fonts/py-fonttools/PLIST index 50ea62ceba0..0bbe9256aac 100644 --- a/fonts/py-fonttools/PLIST +++ b/fonts/py-fonttools/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2018/03/01 09:00:08 adam Exp $ +@comment $NetBSD: PLIST,v 1.16 2018/03/02 11:37:05 adam Exp $ bin/fonttools${PYVERSSUFFIX} bin/pyftinspect${PYVERSSUFFIX} bin/pyftmerge${PYVERSSUFFIX} @@ -93,6 +93,9 @@ ${PYSITELIB}/fontTools/misc/eexec.pyo ${PYSITELIB}/fontTools/misc/encodingTools.py ${PYSITELIB}/fontTools/misc/encodingTools.pyc ${PYSITELIB}/fontTools/misc/encodingTools.pyo +${PYSITELIB}/fontTools/misc/filenames.py +${PYSITELIB}/fontTools/misc/filenames.pyc +${PYSITELIB}/fontTools/misc/filenames.pyo ${PYSITELIB}/fontTools/misc/fixedTools.py ${PYSITELIB}/fontTools/misc/fixedTools.pyc ${PYSITELIB}/fontTools/misc/fixedTools.pyo diff --git a/fonts/py-fonttools/distinfo b/fonts/py-fonttools/distinfo index 47f21c5f4ba..ce35febbef9 100644 --- a/fonts/py-fonttools/distinfo +++ b/fonts/py-fonttools/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2018/03/01 09:00:08 adam Exp $ +$NetBSD: distinfo,v 1.20 2018/03/02 11:37:05 adam Exp $ -SHA1 (fonttools-3.23.0.zip) = 2f5013e710959e5c3f9b9e7f7ef532ad02842bf1 -RMD160 (fonttools-3.23.0.zip) = f81f9d62d15a7fde71ac516a7025d8efc97989ad -SHA512 (fonttools-3.23.0.zip) = 2b0d6cc8f384223244c76c36bbeb714f69af9a8e69f059f5e70e3ba9074d94bf828bfbef4edb7abb4aa3af75580cfbf26f932f7e8feb17d8d0a2b67179c49d48 -Size (fonttools-3.23.0.zip) = 2553282 bytes +SHA1 (fonttools-3.24.0.zip) = fd558ff8ee8f8cb725aafa1736c5d62de8b60532 +RMD160 (fonttools-3.24.0.zip) = d89ed4c4223459434dd69fbd15cf1d79706c3e02 +SHA512 (fonttools-3.24.0.zip) = fee4f74cad4cae2d3fb402195375018a11fdab1fb1cefbe167234703c009a271466504b5b7699050905faaec75546acfdaf9ef4c807eb9b2150dc3e96cb37454 +Size (fonttools-3.24.0.zip) = 2566717 bytes |