pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/fonts/py-fonttools
Module Name: pkgsrc
Committed By: adam
Date: Mon Apr 9 10:54:20 UTC 2018
Modified Files:
pkgsrc/fonts/py-fonttools: Makefile PLIST distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/fonts/py-fonttools/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/fonts/py-fonttools/PLIST
cvs rdiff -u -r1.21 -r1.22 pkgsrc/fonts/py-fonttools/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/fonts/py-fonttools/Makefile
diff -u pkgsrc/fonts/py-fonttools/Makefile:1.40 pkgsrc/fonts/py-fonttools/Makefile:1.41
--- pkgsrc/fonts/py-fonttools/Makefile:1.40 Thu Mar 8 12:48:56 2018
+++ pkgsrc/fonts/py-fonttools/Makefile Mon Apr 9 10:54:20 2018
@@ -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/}
Index: pkgsrc/fonts/py-fonttools/PLIST
diff -u pkgsrc/fonts/py-fonttools/PLIST:1.16 pkgsrc/fonts/py-fonttools/PLIST:1.17
--- pkgsrc/fonts/py-fonttools/PLIST:1.16 Fri Mar 2 11:37:05 2018
+++ pkgsrc/fonts/py-fonttools/PLIST Mon Apr 9 10:54:20 2018
@@ -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/mutator.py
${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
Index: pkgsrc/fonts/py-fonttools/distinfo
diff -u pkgsrc/fonts/py-fonttools/distinfo:1.21 pkgsrc/fonts/py-fonttools/distinfo:1.22
--- pkgsrc/fonts/py-fonttools/distinfo:1.21 Thu Mar 8 12:48:56 2018
+++ pkgsrc/fonts/py-fonttools/distinfo Mon Apr 9 10:54:20 2018
@@ -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