From a108dc88fa543295930f7bc4c9f774c25e439228 Mon Sep 17 00:00:00 2001 From: adam Date: Sun, 16 Dec 2018 14:09:29 +0000 Subject: py-fonttools: updated to 3.34.0 3.34.0: - [varLib] Support generation of CFF2 variable fonts. model.reorderMasters() now supports arbitrary mapping. Fix handling of overlapping ranges for feature variations. - [cffLib, subset] Code clean-up and fixing related to CFF2 support. - [ttLib.tables.ttProgram] Use raw strings for regex patterns. - [fontbuilder] Initial support for building CFF2 fonts. Set CFF's FontMatrix automatically from unitsPerEm. - [plistLib] Accept the more general collections.Mapping instead of the specific dict class to support custom data classes that should serialize to dictionaries. --- fonts/py-fonttools/Makefile | 4 ++-- fonts/py-fonttools/PLIST | 5 ++++- fonts/py-fonttools/distinfo | 10 +++++----- 3 files changed, 11 insertions(+), 8 deletions(-) (limited to 'fonts') diff --git a/fonts/py-fonttools/Makefile b/fonts/py-fonttools/Makefile index d6ccb8e6989..17a36dc4efc 100644 --- a/fonts/py-fonttools/Makefile +++ b/fonts/py-fonttools/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.48 2018/12/05 15:42:55 adam Exp $ +# $NetBSD: Makefile,v 1.49 2018/12/16 14:09:29 adam Exp $ -DISTNAME= fonttools-3.33.0 +DISTNAME= fonttools-3.34.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 d4d9f9046dd..b9497927cdb 100644 --- a/fonts/py-fonttools/PLIST +++ b/fonts/py-fonttools/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.21 2018/12/05 15:42:55 adam Exp $ +@comment $NetBSD: PLIST,v 1.22 2018/12/16 14:09:29 adam Exp $ bin/fonttools-${PYVERSSUFFIX} bin/pyftinspect-${PYVERSSUFFIX} bin/pyftmerge-${PYVERSSUFFIX} @@ -626,6 +626,9 @@ ${PYSITELIB}/fontTools/varLib/__main__.pyo ${PYSITELIB}/fontTools/varLib/builder.py ${PYSITELIB}/fontTools/varLib/builder.pyc ${PYSITELIB}/fontTools/varLib/builder.pyo +${PYSITELIB}/fontTools/varLib/cff.py +${PYSITELIB}/fontTools/varLib/cff.pyc +${PYSITELIB}/fontTools/varLib/cff.pyo ${PYSITELIB}/fontTools/varLib/featureVars.py ${PYSITELIB}/fontTools/varLib/featureVars.pyc ${PYSITELIB}/fontTools/varLib/featureVars.pyo diff --git a/fonts/py-fonttools/distinfo b/fonts/py-fonttools/distinfo index b036eb00257..1f8a13e240c 100644 --- a/fonts/py-fonttools/distinfo +++ b/fonts/py-fonttools/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.29 2018/12/05 15:42:55 adam Exp $ +$NetBSD: distinfo,v 1.30 2018/12/16 14:09:29 adam Exp $ -SHA1 (fonttools-3.33.0.zip) = f9a2dd97d4d761ca2634a77f61ea5758843e2e59 -RMD160 (fonttools-3.33.0.zip) = 22a4c855ab4a3b6f0bda07fd659f0ae6a094a109 -SHA512 (fonttools-3.33.0.zip) = 48456966d05ed1c9b4fb31e0c8bfbd11763d1117fd14fd063780c0967cd1a79d07280dbcf20d379cf31e58377bb251968489801997c807b3db308b72336ff097 -Size (fonttools-3.33.0.zip) = 2760364 bytes +SHA1 (fonttools-3.34.0.zip) = e242c19192719c107c3ed961ceaad0944caa8e78 +RMD160 (fonttools-3.34.0.zip) = c2f73e8139babe75e61196074881539f5d7667d5 +SHA512 (fonttools-3.34.0.zip) = 7e2112cb9d788d170a9be102043a494e6261688632cf8d51f0822c7f8c87e087fe7a6e4b5025b33884b6c881b8dce8664292250938663f7dc4e0337feab73b90 +Size (fonttools-3.34.0.zip) = 2778754 bytes -- cgit v1.2.3