summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-12-06 09:58:49 +0000
committerwiz <wiz@pkgsrc.org>2020-12-06 09:58:49 +0000
commit3784e576fdc7cfc3b38f73ccdace7d9f7322c259 (patch)
treef5172305fa39b1d942c9a2673f523e3c8bc8dea9 /fonts
parent85bde4c57e0d645cbb7d413757a31b9c3e53aa24 (diff)
downloadpkgsrc-3784e576fdc7cfc3b38f73ccdace7d9f7322c259.tar.gz
py-fonttools: update to 4.17.1.
4.17.1 (released 2020-11-16) ---------------------------- - [colorLib] Fixed regression in 4.17.0 when building COLR v0 table; when color layers are stored in UFO lib plist, we can't distinguish tuples from lists so we need to accept either types (e5439eb9, googlefonts/ufo2ft/issues#426). 4.17.0 (released 2020-11-12) ---------------------------- - [colorLib/otData] Updated to latest draft ``COLR`` v1 spec (#2092). - [svgLib] Fixed parsing error when arc commands' boolean flags are not separated by space or comma (#2094). - [varLib] Interpret empty non-default glyphs as 'missing', if the default glyph is not empty (#2082). - [feaLib.builder] Only stash lookup location for ``Debg`` if ``Builder.buildLookups_`` has cooperated (#2065, #2067). - [varLib] Fixed bug in VarStore optimizer (#2073, #2083). - [varLib] Add designspace lib key for custom feavar feature tag (#2080). - Add HashPointPen adapted from psautohint. With this pen, a hash value of a glyph can be computed, which can later be used to detect glyph changes (#2005). 4.16.1 (released 2020-10-05) ---------------------------- - [varLib.instancer] Fixed ``TypeError`` exception when instantiating a VF with a GSUB table 1.1 in which ``FeatureVariations`` attribute is present but set to ``None`` -- indicating that optional ``FeatureVariations`` is missing (#2077). - [glifLib] Make ``x`` and ``y`` attributes of the ``point`` element required even when validation is turned off, and raise a meaningful ``GlifLibError`` message when that happens (#2075). 4.16.0 (released 2020-09-30) ---------------------------- - [removeOverlaps] Added new module and ``removeOverlaps`` function that merges overlapping contours and components in TrueType glyphs. It requires the `skia-pathops <https://github.com/fonttools/skia-pathops>`__ module. Note that removing overlaps invalidates the TrueType hinting (#2068). - [varLib.instancer] Added ``--remove-overlaps`` command-line option. The ``overlap`` option in ``instantiateVariableFont`` now takes an ``OverlapMode`` enum: 0: KEEP_AND_DONT_SET_FLAGS, 1: KEEP_AND_SET_FLAGS (default), and 2: REMOVE. The latter is equivalent to calling ``removeOverlaps`` on the generated static instance. The option continues to accept ``bool`` value for backward compatibility. 4.15.0 (released 2020-09-21) ---------------------------- - [plistlib] Added typing annotations to plistlib module. Set up mypy static typechecker to run automatically on CI (#2061). - [ttLib] Implement private ``Debg`` table, a reverse-DNS namespaced JSON dict. - [feaLib] Optionally add an entry into the ``Debg`` table with the original lookup name (if any), feature name / script / language combination (if any), and original source filename and line location. Annotate the ttx output for a lookup with the information from the Debg table (#2052). - [sfnt] Disabled checksum checking by default in ``SFNTReader`` (#2058). - [Docs] Document ``mtiLib`` module (#2027). - [varLib.interpolatable] Added checks for contour node count and operation type of each node (#2054). - [ttLib] Added API to register custom table packer/unpacker classes (#2055).
Diffstat (limited to 'fonts')
-rw-r--r--fonts/py-fonttools/Makefile6
-rw-r--r--fonts/py-fonttools/PLIST33
-rw-r--r--fonts/py-fonttools/distinfo10
3 files changed, 32 insertions, 17 deletions
diff --git a/fonts/py-fonttools/Makefile b/fonts/py-fonttools/Makefile
index 7e8caae82f2..36e08d84221 100644
--- a/fonts/py-fonttools/Makefile
+++ b/fonts/py-fonttools/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.66 2020/09/10 10:28:12 adam Exp $
+# $NetBSD: Makefile,v 1.67 2020/12/06 09:58:49 wiz Exp $
-DISTNAME= fonttools-4.14.0
+DISTNAME= fonttools-4.17.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= fonts python
MASTER_SITES= ${MASTER_SITE_PYPI:=F/FontTools/}
@@ -17,6 +17,8 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-fs-[0-9]*:../../filesystems/py-fs
TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.0:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+# as of 4.17.1:
+# 3 failed, 3456 passed, 143 skipped, 2 xfailed, 23 warnings, 6 errors
PYSETUPTESTTARGET= pytest
PYTHON_VERSIONS_INCOMPATIBLE= 27 # since 4.0.0
diff --git a/fonts/py-fonttools/PLIST b/fonts/py-fonttools/PLIST
index 8c8b913f586..f16ff943d19 100644
--- a/fonts/py-fonttools/PLIST
+++ b/fonts/py-fonttools/PLIST
@@ -1,14 +1,8 @@
-@comment $NetBSD: PLIST,v 1.31 2020/08/04 19:06:42 adam Exp $
+@comment $NetBSD: PLIST,v 1.32 2020/12/06 09:58:49 wiz Exp $
bin/fonttools-${PYVERSSUFFIX}
bin/pyftmerge-${PYVERSSUFFIX}
bin/pyftsubset-${PYVERSSUFFIX}
bin/ttx-${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/fontTools/__init__.py
${PYSITELIB}/fontTools/__init__.pyc
${PYSITELIB}/fontTools/__init__.pyo
@@ -95,6 +89,9 @@ ${PYSITELIB}/fontTools/feaLib/lexer.pyo
${PYSITELIB}/fontTools/feaLib/location.py
${PYSITELIB}/fontTools/feaLib/location.pyc
${PYSITELIB}/fontTools/feaLib/location.pyo
+${PYSITELIB}/fontTools/feaLib/lookupDebugInfo.py
+${PYSITELIB}/fontTools/feaLib/lookupDebugInfo.pyc
+${PYSITELIB}/fontTools/feaLib/lookupDebugInfo.pyo
${PYSITELIB}/fontTools/feaLib/parser.py
${PYSITELIB}/fontTools/feaLib/parser.pyc
${PYSITELIB}/fontTools/feaLib/parser.pyo
@@ -155,9 +152,10 @@ ${PYSITELIB}/fontTools/misc/macCreatorType.pyo
${PYSITELIB}/fontTools/misc/macRes.py
${PYSITELIB}/fontTools/misc/macRes.pyc
${PYSITELIB}/fontTools/misc/macRes.pyo
-${PYSITELIB}/fontTools/misc/plistlib.py
-${PYSITELIB}/fontTools/misc/plistlib.pyc
-${PYSITELIB}/fontTools/misc/plistlib.pyo
+${PYSITELIB}/fontTools/misc/plistlib/__init__.py
+${PYSITELIB}/fontTools/misc/plistlib/__init__.pyc
+${PYSITELIB}/fontTools/misc/plistlib/__init__.pyo
+${PYSITELIB}/fontTools/misc/plistlib/py.typed
${PYSITELIB}/fontTools/misc/psCharStrings.py
${PYSITELIB}/fontTools/misc/psCharStrings.pyc
${PYSITELIB}/fontTools/misc/psCharStrings.pyo
@@ -233,6 +231,9 @@ ${PYSITELIB}/fontTools/pens/cu2quPen.pyo
${PYSITELIB}/fontTools/pens/filterPen.py
${PYSITELIB}/fontTools/pens/filterPen.pyc
${PYSITELIB}/fontTools/pens/filterPen.pyo
+${PYSITELIB}/fontTools/pens/hashPointPen.py
+${PYSITELIB}/fontTools/pens/hashPointPen.pyc
+${PYSITELIB}/fontTools/pens/hashPointPen.pyo
${PYSITELIB}/fontTools/pens/momentsPen.py
${PYSITELIB}/fontTools/pens/momentsPen.pyc
${PYSITELIB}/fontTools/pens/momentsPen.pyo
@@ -314,6 +315,9 @@ ${PYSITELIB}/fontTools/ttLib/__init__.pyo
${PYSITELIB}/fontTools/ttLib/macUtils.py
${PYSITELIB}/fontTools/ttLib/macUtils.pyc
${PYSITELIB}/fontTools/ttLib/macUtils.pyo
+${PYSITELIB}/fontTools/ttLib/removeOverlaps.py
+${PYSITELIB}/fontTools/ttLib/removeOverlaps.pyc
+${PYSITELIB}/fontTools/ttLib/removeOverlaps.pyo
${PYSITELIB}/fontTools/ttLib/sfnt.py
${PYSITELIB}/fontTools/ttLib/sfnt.pyc
${PYSITELIB}/fontTools/ttLib/sfnt.pyo
@@ -347,6 +351,9 @@ ${PYSITELIB}/fontTools/ttLib/tables/C_P_A_L_.pyo
${PYSITELIB}/fontTools/ttLib/tables/D_S_I_G_.py
${PYSITELIB}/fontTools/ttLib/tables/D_S_I_G_.pyc
${PYSITELIB}/fontTools/ttLib/tables/D_S_I_G_.pyo
+${PYSITELIB}/fontTools/ttLib/tables/D__e_b_g.py
+${PYSITELIB}/fontTools/ttLib/tables/D__e_b_g.pyc
+${PYSITELIB}/fontTools/ttLib/tables/D__e_b_g.pyo
${PYSITELIB}/fontTools/ttLib/tables/DefaultTable.py
${PYSITELIB}/fontTools/ttLib/tables/DefaultTable.pyc
${PYSITELIB}/fontTools/ttLib/tables/DefaultTable.pyo
@@ -732,4 +739,10 @@ ${PYSITELIB}/fontTools/voltLib/lexer.pyo
${PYSITELIB}/fontTools/voltLib/parser.py
${PYSITELIB}/fontTools/voltLib/parser.pyc
${PYSITELIB}/fontTools/voltLib/parser.pyo
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
man/man1/ttx-${PYVERSSUFFIX}.1
diff --git a/fonts/py-fonttools/distinfo b/fonts/py-fonttools/distinfo
index 558b2cb6025..ae085e86a80 100644
--- a/fonts/py-fonttools/distinfo
+++ b/fonts/py-fonttools/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.45 2020/09/10 10:28:12 adam Exp $
+$NetBSD: distinfo,v 1.46 2020/12/06 09:58:49 wiz Exp $
-SHA1 (fonttools-4.14.0.zip) = 4ecca956edb91c7075d0fe6de3f29c2003fb638e
-RMD160 (fonttools-4.14.0.zip) = dcf357493747b430d57470a5fb04c8ce0b2d9ea0
-SHA512 (fonttools-4.14.0.zip) = 78e02d4bed3530f77a72e7835159721bf011fd6f6b599f3e7ba503854d6d9e335e7a3968b6f2e3f5fe1aae4edac99ec8a4cdbce014de5753c357a88e20cc6636
-Size (fonttools-4.14.0.zip) = 4228462 bytes
+SHA1 (fonttools-4.17.1.zip) = f1f6891995d000f10d0374dfcccb47479dd1b651
+RMD160 (fonttools-4.17.1.zip) = ae675b7f60b8c20b933caf01cde4c23bc31a3789
+SHA512 (fonttools-4.17.1.zip) = 1e52d91797919492b6f8955e54ca2bd38712a17f744c305742953f7de4e645ee8fc25a87ed35b4d709b0f2a700c1b89bb7d3d3b947c4aff86472ee3b2b9373b8
+Size (fonttools-4.17.1.zip) = 4263998 bytes