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 4.28.5
details: https://anonhg.NetBSD.org/pkgsrc/rev/ff7882f1ba39
branches: trunk
changeset: 771603:ff7882f1ba39
user: adam <adam%pkgsrc.org@localhost>
date: Sun Dec 19 16:47:16 2021 +0000
description:
py-fonttools: updated to 4.28.5
4.28.5 (released 2021-12-19)
----------------------------
- [svgPathPen] Continuation of 2471: make sure all occurrences of ``str()`` are now
replaced with user-defined ``ntos`` callable.
- [merge] Refactored code into submodules, plus several bugfixes and improvements:
fixed duplicate-glyph-resolution GSUB-lookup generation code; use tolerance in glyph
comparison for empty glyph's width; ignore space of default ignorable glyphs;
downgrade duplicates-resolution missing-GSUB from assert to warn; added --drop-tables
option.
diffstat:
fonts/py-fonttools/Makefile | 4 ++--
fonts/py-fonttools/PLIST | 32 ++++++++++++++++++++++++++++----
fonts/py-fonttools/distinfo | 8 ++++----
3 files changed, 34 insertions(+), 10 deletions(-)
diffs (71 lines):
diff -r a636d20d44d4 -r ff7882f1ba39 fonts/py-fonttools/Makefile
--- a/fonts/py-fonttools/Makefile Sun Dec 19 16:40:38 2021 +0000
+++ b/fonts/py-fonttools/Makefile Sun Dec 19 16:47:16 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.73 2021/12/16 09:50:03 adam Exp $
+# $NetBSD: Makefile,v 1.74 2021/12/19 16:47:16 adam Exp $
-DISTNAME= fonttools-4.28.4
+DISTNAME= fonttools-4.28.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= fonts python
MASTER_SITES= ${MASTER_SITE_PYPI:=F/FontTools/}
diff -r a636d20d44d4 -r ff7882f1ba39 fonts/py-fonttools/PLIST
--- a/fonts/py-fonttools/PLIST Sun Dec 19 16:40:38 2021 +0000
+++ b/fonts/py-fonttools/PLIST Sun Dec 19 16:47:16 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.38 2021/12/16 09:50:03 adam Exp $
+@comment $NetBSD: PLIST,v 1.39 2021/12/19 16:47:16 adam Exp $
bin/fonttools-${PYVERSSUFFIX}
bin/pyftmerge-${PYVERSSUFFIX}
bin/pyftsubset-${PYVERSSUFFIX}
@@ -119,9 +119,33 @@
${PYSITELIB}/fontTools/help.py
${PYSITELIB}/fontTools/help.pyc
${PYSITELIB}/fontTools/help.pyo
-${PYSITELIB}/fontTools/merge.py
-${PYSITELIB}/fontTools/merge.pyc
-${PYSITELIB}/fontTools/merge.pyo
+${PYSITELIB}/fontTools/merge/__init__.py
+${PYSITELIB}/fontTools/merge/__init__.pyc
+${PYSITELIB}/fontTools/merge/__init__.pyo
+${PYSITELIB}/fontTools/merge/__main__.py
+${PYSITELIB}/fontTools/merge/__main__.pyc
+${PYSITELIB}/fontTools/merge/__main__.pyo
+${PYSITELIB}/fontTools/merge/base.py
+${PYSITELIB}/fontTools/merge/base.pyc
+${PYSITELIB}/fontTools/merge/base.pyo
+${PYSITELIB}/fontTools/merge/cmap.py
+${PYSITELIB}/fontTools/merge/cmap.pyc
+${PYSITELIB}/fontTools/merge/cmap.pyo
+${PYSITELIB}/fontTools/merge/layout.py
+${PYSITELIB}/fontTools/merge/layout.pyc
+${PYSITELIB}/fontTools/merge/layout.pyo
+${PYSITELIB}/fontTools/merge/options.py
+${PYSITELIB}/fontTools/merge/options.pyc
+${PYSITELIB}/fontTools/merge/options.pyo
+${PYSITELIB}/fontTools/merge/tables.py
+${PYSITELIB}/fontTools/merge/tables.pyc
+${PYSITELIB}/fontTools/merge/tables.pyo
+${PYSITELIB}/fontTools/merge/unicode.py
+${PYSITELIB}/fontTools/merge/unicode.pyc
+${PYSITELIB}/fontTools/merge/unicode.pyo
+${PYSITELIB}/fontTools/merge/util.py
+${PYSITELIB}/fontTools/merge/util.pyc
+${PYSITELIB}/fontTools/merge/util.pyo
${PYSITELIB}/fontTools/misc/__init__.py
${PYSITELIB}/fontTools/misc/__init__.pyc
${PYSITELIB}/fontTools/misc/__init__.pyo
diff -r a636d20d44d4 -r ff7882f1ba39 fonts/py-fonttools/distinfo
--- a/fonts/py-fonttools/distinfo Sun Dec 19 16:40:38 2021 +0000
+++ b/fonts/py-fonttools/distinfo Sun Dec 19 16:47:16 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.54 2021/12/16 09:50:03 adam Exp $
+$NetBSD: distinfo,v 1.55 2021/12/19 16:47:16 adam Exp $
-BLAKE2s (fonttools-4.28.4.zip) = abdb76a4e716c40325051bb7509ab07a2216998411ad2db45688f18556686ffe
-SHA512 (fonttools-4.28.4.zip) = 4d074e12771ce5e53153ed6a97a3451344933478f7b855fbc2741df643675a2f2ba014be070e343d6405db85080bbee2ff387f3d462d79cfbb6b55eae85f798a
-Size (fonttools-4.28.4.zip) = 4843151 bytes
+BLAKE2s (fonttools-4.28.5.zip) = 78d99e8a63525a86631cd04b80aaa97061f44ee932fb85fb555472e44dc5a973
+SHA512 (fonttools-4.28.5.zip) = 6307cb3cc56a7a4455523469588c347cb2968f4f473af4871d3fc2d9af29519308cf98a3634ddfcdba34899172138c48324badb04c05cda1835ac227c525227b
+Size (fonttools-4.28.5.zip) = 4849001 bytes
Home |
Main Index |
Thread Index |
Old Index