pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkgsrc: py-fonttools: updated to 3.25.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5917a8556b60
branches:  trunk
changeset: 306057:5917a8556b60
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Apr 09 10:54:20 2018 +0000
description:
py-fonttools: updated to 3.25.0

3.25.0:
[varLib] Improved support-resolution algorithm. Previously, the on-axis masters would always cut the space. They don?t anymore. That?s more consistent, and fixes the main issue Erik showed at TYPO 
Labs 2017. Any varfont built that had an unusual master configuration will change when rebuilt
[varLib.models] Added a main() entry point, that takes positions and prints model results.
[varLib.plot] Added new module to plot a designspace?s VariationModel. Requires matplotlib.
[varLib.mutator] Added -o option to specify output file path
[otTables] Fixed IndexError while pruning of HVAR pre-write
[varLib.models] Convert delta array to floats if values overflows signed short integer

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 ed066a3435ca -r 5917a8556b60 fonts/py-fonttools/Makefile
--- a/fonts/py-fonttools/Makefile       Mon Apr 09 10:50:22 2018 +0000
+++ b/fonts/py-fonttools/Makefile       Mon Apr 09 10:54:20 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2018/03/08 12:48:56 adam Exp $
+# $NetBSD: Makefile,v 1.41 2018/04/09 10:54:20 adam Exp $
 
-DISTNAME=      fonttools-3.24.1
+DISTNAME=      fonttools-3.25.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    fonts python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=F/FontTools/}
diff -r ed066a3435ca -r 5917a8556b60 fonts/py-fonttools/PLIST
--- a/fonts/py-fonttools/PLIST  Mon Apr 09 10:50:22 2018 +0000
+++ b/fonts/py-fonttools/PLIST  Mon Apr 09 10:54:20 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2018/03/02 11:37:05 adam Exp $
+@comment $NetBSD: PLIST,v 1.17 2018/04/09 10:54:20 adam Exp $
 bin/fonttools${PYVERSSUFFIX}
 bin/pyftinspect${PYVERSSUFFIX}
 bin/pyftmerge${PYVERSSUFFIX}
@@ -592,6 +592,9 @@
 ${PYSITELIB}/fontTools/varLib/mvar.py
 ${PYSITELIB}/fontTools/varLib/mvar.pyc
 ${PYSITELIB}/fontTools/varLib/mvar.pyo
+${PYSITELIB}/fontTools/varLib/plot.py
+${PYSITELIB}/fontTools/varLib/plot.pyc
+${PYSITELIB}/fontTools/varLib/plot.pyo
 ${PYSITELIB}/fontTools/varLib/varStore.py
 ${PYSITELIB}/fontTools/varLib/varStore.pyc
 ${PYSITELIB}/fontTools/varLib/varStore.pyo
diff -r ed066a3435ca -r 5917a8556b60 fonts/py-fonttools/distinfo
--- a/fonts/py-fonttools/distinfo       Mon Apr 09 10:50:22 2018 +0000
+++ b/fonts/py-fonttools/distinfo       Mon Apr 09 10:54:20 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.21 2018/03/08 12:48:56 adam Exp $
+$NetBSD: distinfo,v 1.22 2018/04/09 10:54:20 adam Exp $
 
-SHA1 (fonttools-3.24.1.zip) = 850fc284ab46d1131171b90cc863a2a883d985b8
-RMD160 (fonttools-3.24.1.zip) = 93bbd78b8c5747329e805512ce4b66233c5cc104
-SHA512 (fonttools-3.24.1.zip) = 292d3bcf862c8a6eb6cfe9be89e4982f5f4ef0742a447c929ae22a6d0c67b029eab7083fe475935e2bc341365ec0b742a7dde61c850eef996402f076ca0e7ca2
-Size (fonttools-3.24.1.zip) = 2567136 bytes
+SHA1 (fonttools-3.25.0.zip) = eec376b1c1136351e3a6a65faa481ab8369845bf
+RMD160 (fonttools-3.25.0.zip) = 1152ac6ec46b27bbd139f853858368c7e3d02a52
+SHA512 (fonttools-3.25.0.zip) = 28f36d41073f93348ca4bc50a9c6c631b02725ec94dcf962281c08b9ecd31a37454c7820d0728a34933c2845599fe72d73e7af6a4ae69c5ad2f6fa69dad5d6e4
+Size (fonttools-3.25.0.zip) = 2570996 bytes



Home | Main Index | Thread Index | Old Index