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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0ef021e24281
branches:  trunk
changeset: 326931:0ef021e24281
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Dec 16 14:09:29 2018 +0000

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

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 5a9dccf19800 -r 0ef021e24281 fonts/py-fonttools/Makefile
--- a/fonts/py-fonttools/Makefile       Sun Dec 16 14:08:03 2018 +0000
+++ b/fonts/py-fonttools/Makefile       Sun Dec 16 14:09:29 2018 +0000
@@ -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 -r 5a9dccf19800 -r 0ef021e24281 fonts/py-fonttools/PLIST
--- a/fonts/py-fonttools/PLIST  Sun Dec 16 14:08:03 2018 +0000
+++ b/fonts/py-fonttools/PLIST  Sun Dec 16 14:09:29 2018 +0000
@@ -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/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 -r 5a9dccf19800 -r 0ef021e24281 fonts/py-fonttools/distinfo
--- a/fonts/py-fonttools/distinfo       Sun Dec 16 14:08:03 2018 +0000
+++ b/fonts/py-fonttools/distinfo       Sun Dec 16 14:09:29 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index