pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/py-fonttools py-fonttools: updated to 3.24.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a40479707a31
branches:  trunk
changeset: 376443:a40479707a31
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Mar 02 11:37:05 2018 +0000

description:
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:

 fonts/py-fonttools/Makefile |   4 ++--
 fonts/py-fonttools/PLIST    |   5 ++++-
 fonts/py-fonttools/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r dd136f990f89 -r a40479707a31 fonts/py-fonttools/Makefile
--- a/fonts/py-fonttools/Makefile       Fri Mar 02 11:34:29 2018 +0000
+++ b/fonts/py-fonttools/Makefile       Fri Mar 02 11:37:05 2018 +0000
@@ -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 -r dd136f990f89 -r a40479707a31 fonts/py-fonttools/PLIST
--- a/fonts/py-fonttools/PLIST  Fri Mar 02 11:34:29 2018 +0000
+++ b/fonts/py-fonttools/PLIST  Fri Mar 02 11:37:05 2018 +0000
@@ -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/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 -r dd136f990f89 -r a40479707a31 fonts/py-fonttools/distinfo
--- a/fonts/py-fonttools/distinfo       Fri Mar 02 11:34:29 2018 +0000
+++ b/fonts/py-fonttools/distinfo       Fri Mar 02 11:37:05 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index