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.41.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/04a05701a7cd
branches:  trunk
changeset: 333100:04a05701a7cd
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Apr 30 07:55:33 2019 +0000

description:
py-fonttools: updated to 3.41.0

3.41.0:
- [varLib/cffLib] Added support for building CFF2 variable font from sparse
  masters, or masters with more than one model (multiple VarStore.VarData).
  In cffLib.specializer, added support for CFF2 CharStrings with
  blend operators.
- [subset] Fixed subsetting HVAR and VVAR with --retain-gids option,
  and when advances mapping is null while sidebearings mappings are non-null
- Added otlLib.maxContextCalc module to compute OS/2.usMaxContext value.
  Calculate it automatically when compiling features with feaLib. Added option
  --recalc-max-context to subset module
- [otBase/otTables] Fixed AttributeError on missing OT table fields after
  importing font from TTX
- [Silf] Fixed typo Silf table's decompile method
- [otlLib] Better compress GPOS SinglePos (LookupType 1) subtables

3.40.0:
- [subset] Fixed error while subsetting VVAR with --retain-gids
  option
- [designspaceLib] Use up-to-date default location in findDefault method
- [voltLib] Allow passing file-like object to Parser.
- [arrayTools/glyf] calcIntBounds (used to compute bounding boxes of glyf
  table's glyphs) now uses otRound instead of round3
- [svgLib] Added support for converting more SVG shapes to path d strings
  (ellipse, line, polyline), as well as support for transform attributes.
  Only matrix transformations are currently supported
- [varLib] Added support for building VVAR table from vmtx and VORG
  tables
- [fontBuilder] Enable making CFF2 fonts with post table format 2
- Fixed DeprecationWarning on invalid escape sequences

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 439c0d73089f -r 04a05701a7cd fonts/py-fonttools/Makefile
--- a/fonts/py-fonttools/Makefile       Tue Apr 30 07:54:21 2019 +0000
+++ b/fonts/py-fonttools/Makefile       Tue Apr 30 07:55:33 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.56 2019/03/27 06:33:09 adam Exp $
+# $NetBSD: Makefile,v 1.57 2019/04/30 07:55:33 adam Exp $
 
-DISTNAME=      fonttools-3.39.0
+DISTNAME=      fonttools-3.41.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    fonts python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=F/FontTools/}
diff -r 439c0d73089f -r 04a05701a7cd fonts/py-fonttools/PLIST
--- a/fonts/py-fonttools/PLIST  Tue Apr 30 07:54:21 2019 +0000
+++ b/fonts/py-fonttools/PLIST  Tue Apr 30 07:55:33 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.25 2019/03/27 06:33:09 adam Exp $
+@comment $NetBSD: PLIST,v 1.26 2019/04/30 07:55:33 adam Exp $
 bin/fonttools-${PYVERSSUFFIX}
 bin/pyftmerge-${PYVERSSUFFIX}
 bin/pyftsubset-${PYVERSSUFFIX}
@@ -168,6 +168,9 @@
 ${PYSITELIB}/fontTools/otlLib/builder.py
 ${PYSITELIB}/fontTools/otlLib/builder.pyc
 ${PYSITELIB}/fontTools/otlLib/builder.pyo
+${PYSITELIB}/fontTools/otlLib/maxContextCalc.py
+${PYSITELIB}/fontTools/otlLib/maxContextCalc.pyc
+${PYSITELIB}/fontTools/otlLib/maxContextCalc.pyo
 ${PYSITELIB}/fontTools/pens/__init__.py
 ${PYSITELIB}/fontTools/pens/__init__.pyc
 ${PYSITELIB}/fontTools/pens/__init__.pyo
diff -r 439c0d73089f -r 04a05701a7cd fonts/py-fonttools/distinfo
--- a/fonts/py-fonttools/distinfo       Tue Apr 30 07:54:21 2019 +0000
+++ b/fonts/py-fonttools/distinfo       Tue Apr 30 07:55:33 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.36 2019/03/27 06:33:09 adam Exp $
+$NetBSD: distinfo,v 1.37 2019/04/30 07:55:33 adam Exp $
 
-SHA1 (fonttools-3.39.0.zip) = 9e212b11671f587aa63f1ebc73a22ca2c5f4e4d2
-RMD160 (fonttools-3.39.0.zip) = 242e063e8353223839f8f825890bfe04577a9c5f
-SHA512 (fonttools-3.39.0.zip) = 6be1ed0fe537e68d1223884920cadc628baf46deb931b11cbe602625f8b72b16f7c28d6df0fdd79c9448fe35cf1576d3f6cb4521d6ff081dadffe4fc6d231ef6
-Size (fonttools-3.39.0.zip) = 2861041 bytes
+SHA1 (fonttools-3.41.0.zip) = f93d81b2a1df400cfe2624d246a2dde3d97b4d7e
+RMD160 (fonttools-3.41.0.zip) = d851d16576a6bc5d154f9d699fb4014d714c6d19
+SHA512 (fonttools-3.41.0.zip) = cf3820e124e7a94ef0e6e01b67a41cb95ac0a73b79413b86684ab7ba64a6a6d18613b1d71d56cab8b9a1abd820dee4088a4ae964c6c79b8e34eca36ca347b186
+Size (fonttools-3.41.0.zip) = 2942158 bytes



Home | Main Index | Thread Index | Old Index