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.38.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/97561e1f505e
branches:  trunk
changeset: 320076:97561e1f505e
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Feb 27 12:06:01 2019 +0000

description:
py-fonttools: updated to 3.38.0

3.38.0:
- [cffLib] Fixed RecursionError when unpickling or deepcopying TTFont with
  CFF table.
- [subset] Fixed AttributeError when using --desubroutinize option.
  Also, fixed desubroutinizing bug when subrs contain hints.
- [CPAL] Make Color a subclass of namedtuple.
- [feaLib] Allow hyphen in glyph class names.
- [feaLib] Added 'tables' option to __main__.py.
- [feaLib] Add support for special-case contextual positioning formatting.
- [svgLib] Support converting SVG basic shapes (rect, circle, etc.) into
  equivalent SVG paths.
- [Snippets] Added name-viewer.ipynb Jupyter notebook.

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 e304b875137d -r 97561e1f505e fonts/py-fonttools/Makefile
--- a/fonts/py-fonttools/Makefile       Wed Feb 27 10:46:36 2019 +0000
+++ b/fonts/py-fonttools/Makefile       Wed Feb 27 12:06:01 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.54 2019/02/12 08:58:14 adam Exp $
+# $NetBSD: Makefile,v 1.55 2019/02/27 12:06:01 adam Exp $
 
-DISTNAME=      fonttools-3.37.3
+DISTNAME=      fonttools-3.38.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    fonts python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=F/FontTools/}
diff -r e304b875137d -r 97561e1f505e fonts/py-fonttools/PLIST
--- a/fonts/py-fonttools/PLIST  Wed Feb 27 10:46:36 2019 +0000
+++ b/fonts/py-fonttools/PLIST  Wed Feb 27 12:06:01 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.23 2019/02/12 08:58:14 adam Exp $
+@comment $NetBSD: PLIST,v 1.24 2019/02/27 12:06:01 adam Exp $
 bin/fonttools-${PYVERSSUFFIX}
 bin/pyftinspect-${PYVERSSUFFIX}
 bin/pyftmerge-${PYVERSSUFFIX}
@@ -256,6 +256,9 @@
 ${PYSITELIB}/fontTools/svgLib/path/parser.py
 ${PYSITELIB}/fontTools/svgLib/path/parser.pyc
 ${PYSITELIB}/fontTools/svgLib/path/parser.pyo
+${PYSITELIB}/fontTools/svgLib/path/shapes.py
+${PYSITELIB}/fontTools/svgLib/path/shapes.pyc
+${PYSITELIB}/fontTools/svgLib/path/shapes.pyo
 ${PYSITELIB}/fontTools/t1Lib/__init__.py
 ${PYSITELIB}/fontTools/t1Lib/__init__.pyc
 ${PYSITELIB}/fontTools/t1Lib/__init__.pyo
diff -r e304b875137d -r 97561e1f505e fonts/py-fonttools/distinfo
--- a/fonts/py-fonttools/distinfo       Wed Feb 27 10:46:36 2019 +0000
+++ b/fonts/py-fonttools/distinfo       Wed Feb 27 12:06:01 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.34 2019/02/12 08:58:14 adam Exp $
+$NetBSD: distinfo,v 1.35 2019/02/27 12:06:01 adam Exp $
 
-SHA1 (fonttools-3.37.3.zip) = 41403294c6694f89b1bc425a416756291969e412
-RMD160 (fonttools-3.37.3.zip) = 43c81cac68e961963628b91b711b9bf4443783b1
-SHA512 (fonttools-3.37.3.zip) = bd5ba2ea75b500bd4afad09684f4596e4591228d2f5a6449cc999cdcde8163548b25249173159118d474760c1222379410365d93ee16f307acd5615b31ded012
-Size (fonttools-3.37.3.zip) = 2846802 bytes
+SHA1 (fonttools-3.38.0.zip) = fd9b8cb7270d5f92841c8cc34d4fe5bc63df5b63
+RMD160 (fonttools-3.38.0.zip) = 1b766e352bb29355e7cabaf61b703c23171fb5cd
+SHA512 (fonttools-3.38.0.zip) = c141af61c9a6550d7ca779b87f7748a12f0a7301f05d8fea37a0571bee643ac21326fddb6cdb9f9a0a5df29616fbe45f1b369b594fd00cbecf9252f0578f9382
+Size (fonttools-3.38.0.zip) = 2854245 bytes



Home | Main Index | Thread Index | Old Index