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.30.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/575fcf5e3456
branches: trunk
changeset: 313268:575fcf5e3456
user: adam <adam%pkgsrc.org@localhost>
date: Mon Sep 24 09:38:47 2018 +0000
description:
py-fonttools: updated to 3.30.0
3.30.0:
- Skip building noop class PairPos subtables when Coverage is NULL
- Expose the previously reserved bit flag OVERLAP_SIMPLE of
glyf table's contour points in the TTX dump. This is used in some
implementations to specify a non-zero fill with overlapping contours.
- Added support for decompiling/compiling TS1C tables containing
VTT sources for cvar variation table.
- Use fontTools.designspaceLib to read DesignSpaceDocument. The
fontTools.varLib.designspace module is now deprecated and will be removed
in future versions. The presence of an explicit axes element is now
required in order to build a variable font.
- Implemented building GSUB FeatureVariations table from the rules
element of DesignSpace document
- Added --no-layout-closure option to not expand the subset with
the glyphs produced by OpenType layout features. Instead, OpenType features
will be subset to only rules that are relevant to the otherwise-specified
glyph setpy-fonttools: updated to 3.30.0
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 d3ece4b3fbbf -r 575fcf5e3456 fonts/py-fonttools/Makefile
--- a/fonts/py-fonttools/Makefile Mon Sep 24 09:32:30 2018 +0000
+++ b/fonts/py-fonttools/Makefile Mon Sep 24 09:38:47 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2018/08/05 10:10:43 adam Exp $
+# $NetBSD: Makefile,v 1.46 2018/09/24 09:38:47 adam Exp $
-DISTNAME= fonttools-3.29.0
+DISTNAME= fonttools-3.30.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= fonts python
MASTER_SITES= ${MASTER_SITE_PYPI:=F/FontTools/}
diff -r d3ece4b3fbbf -r 575fcf5e3456 fonts/py-fonttools/PLIST
--- a/fonts/py-fonttools/PLIST Mon Sep 24 09:32:30 2018 +0000
+++ b/fonts/py-fonttools/PLIST Mon Sep 24 09:38:47 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2018/07/05 13:13:24 adam Exp $
+@comment $NetBSD: PLIST,v 1.19 2018/09/24 09:38:47 adam Exp $
bin/fonttools${PYVERSSUFFIX}
bin/pyftinspect${PYVERSSUFFIX}
bin/pyftmerge${PYVERSSUFFIX}
@@ -348,6 +348,9 @@
${PYSITELIB}/fontTools/ttLib/tables/T_S_I_B_.py
${PYSITELIB}/fontTools/ttLib/tables/T_S_I_B_.pyc
${PYSITELIB}/fontTools/ttLib/tables/T_S_I_B_.pyo
+${PYSITELIB}/fontTools/ttLib/tables/T_S_I_C_.py
+${PYSITELIB}/fontTools/ttLib/tables/T_S_I_C_.pyc
+${PYSITELIB}/fontTools/ttLib/tables/T_S_I_C_.pyo
${PYSITELIB}/fontTools/ttLib/tables/T_S_I_D_.py
${PYSITELIB}/fontTools/ttLib/tables/T_S_I_D_.pyc
${PYSITELIB}/fontTools/ttLib/tables/T_S_I_D_.pyo
diff -r d3ece4b3fbbf -r 575fcf5e3456 fonts/py-fonttools/distinfo
--- a/fonts/py-fonttools/distinfo Mon Sep 24 09:32:30 2018 +0000
+++ b/fonts/py-fonttools/distinfo Mon Sep 24 09:38:47 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.26 2018/08/05 10:10:43 adam Exp $
+$NetBSD: distinfo,v 1.27 2018/09/24 09:38:47 adam Exp $
-SHA1 (fonttools-3.29.0.zip) = db5b9ad5f81e74fff845a95b072236566cc44402
-RMD160 (fonttools-3.29.0.zip) = 3386727c403a1972379835b77086c810796104d7
-SHA512 (fonttools-3.29.0.zip) = ca3b6a045588e060cfd8bd043184dd8ae823a50a53ae4995941b155dfbfb7d53ac2e5929b712bedec32fb5405c13ba3398cce02b5062536bc37c4956a02b5378
-Size (fonttools-3.29.0.zip) = 2591294 bytes
+SHA1 (fonttools-3.30.0.zip) = 425affdd378aaecfb3bd7dd41a0997feec8c7b25
+RMD160 (fonttools-3.30.0.zip) = 2da7f1943ab300856fdb92e2a6188ffb187aa8b1
+SHA512 (fonttools-3.30.0.zip) = 81d6b81f37f2901825ccd279cb938714497cf8dd480981c055048e250d9731c20006775e06d2990d154c3e69abc2cad01c751777c6f00277acf41300e33de0e5
+Size (fonttools-3.30.0.zip) = 2596245 bytes
Home |
Main Index |
Thread Index |
Old Index