pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/py-fonttools



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Mar  2 11:37:05 UTC 2018

Modified Files:
        pkgsrc/fonts/py-fonttools: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/fonts/py-fonttools/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/fonts/py-fonttools/PLIST
cvs rdiff -u -r1.19 -r1.20 pkgsrc/fonts/py-fonttools/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/fonts/py-fonttools/Makefile
diff -u pkgsrc/fonts/py-fonttools/Makefile:1.38 pkgsrc/fonts/py-fonttools/Makefile:1.39
--- pkgsrc/fonts/py-fonttools/Makefile:1.38     Thu Mar  1 09:00:08 2018
+++ pkgsrc/fonts/py-fonttools/Makefile  Fri Mar  2 11:37:05 2018
@@ -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/}

Index: pkgsrc/fonts/py-fonttools/PLIST
diff -u pkgsrc/fonts/py-fonttools/PLIST:1.15 pkgsrc/fonts/py-fonttools/PLIST:1.16
--- pkgsrc/fonts/py-fonttools/PLIST:1.15        Thu Mar  1 09:00:08 2018
+++ pkgsrc/fonts/py-fonttools/PLIST     Fri Mar  2 11:37:05 2018
@@ -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

Index: pkgsrc/fonts/py-fonttools/distinfo
diff -u pkgsrc/fonts/py-fonttools/distinfo:1.19 pkgsrc/fonts/py-fonttools/distinfo:1.20
--- pkgsrc/fonts/py-fonttools/distinfo:1.19     Thu Mar  1 09:00:08 2018
+++ pkgsrc/fonts/py-fonttools/distinfo  Fri Mar  2 11:37:05 2018
@@ -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