summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-04-09 10:54:20 +0000
committeradam <adam@pkgsrc.org>2018-04-09 10:54:20 +0000
commit18728b4156cc55780275f9781fc8c331be1e6e1f (patch)
tree87d75c36e99c7604c246dbcf436a45132bb44418 /fonts
parent15b2847e95377e8dbbe9e5afdbaae6625a04cb13 (diff)
downloadpkgsrc-18728b4156cc55780275f9781fc8c331be1e6e1f.tar.gz
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 (limited to 'fonts')
-rw-r--r--fonts/py-fonttools/Makefile4
-rw-r--r--fonts/py-fonttools/PLIST5
-rw-r--r--fonts/py-fonttools/distinfo10
3 files changed, 11 insertions, 8 deletions
diff --git a/fonts/py-fonttools/Makefile b/fonts/py-fonttools/Makefile
index 095d58e6c24..d41157ef2c9 100644
--- a/fonts/py-fonttools/Makefile
+++ b/fonts/py-fonttools/Makefile
@@ -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 --git a/fonts/py-fonttools/PLIST b/fonts/py-fonttools/PLIST
index 0bbe9256aac..521e91b665f 100644
--- a/fonts/py-fonttools/PLIST
+++ b/fonts/py-fonttools/PLIST
@@ -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.pyo
${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 --git a/fonts/py-fonttools/distinfo b/fonts/py-fonttools/distinfo
index b3ad3b14e4f..94367913c36 100644
--- a/fonts/py-fonttools/distinfo
+++ b/fonts/py-fonttools/distinfo
@@ -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