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:           Sat Apr 18 07:29:59 UTC 2020

Modified Files:
        pkgsrc/fonts/py-fonttools: Makefile distinfo

Log Message:
py-fonttools: updated to 4.8.1

4.8.1 (released 2020-04-17)
---------------------------
- [feaLib] Fixed ``AttributeError: 'NoneType' has no attribute 'getAlternateGlyphs'``
  when ``aalt`` feature references a chain contextual substitution lookup

4.8.0 (released 2020-04-16)
---------------------------
- [feaLib] If Parser is initialized without a ``glyphNames`` parameter, it cannot
  distinguish between a glyph name containing an hyphen, or a range of glyph names;
  instead of raising an error, it now interprets them as literal glyph names, while
  also outputting a logging warning to alert user about the ambiguity
- [feaLib] When serializing AST to string, emit spaces around hyphens that denote
  ranges. Also, fixed an issue with CID ranges when round-tripping AST->string->AST
- [Snippets/otf2ttf] In otf2ttf.py script update LSB in hmtx to match xMin
- [colorLib] Added experimental support for building ``COLR`` v1 tables as per
  the `colr-gradients-spec <https://github.com/googlefonts/colr-gradients-spec/blob/master/colr-gradients-spec.md>`__
  draft proposal. **NOTE**: both the API and the XML dump of ``COLR`` v1 are
  susceptible to change while the proposal is being discussed and formalized


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/fonts/py-fonttools/Makefile
cvs rdiff -u -r1.41 -r1.42 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.62 pkgsrc/fonts/py-fonttools/Makefile:1.63
--- pkgsrc/fonts/py-fonttools/Makefile:1.62     Thu Apr 16 07:39:41 2020
+++ pkgsrc/fonts/py-fonttools/Makefile  Sat Apr 18 07:29:59 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.62 2020/04/16 07:39:41 adam Exp $
+# $NetBSD: Makefile,v 1.63 2020/04/18 07:29:59 adam Exp $
 
-DISTNAME=      fonttools-4.7.0
-PKGREVISION=   1
+DISTNAME=      fonttools-4.8.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    fonts python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=F/FontTools/}
@@ -12,6 +11,7 @@ HOMEPAGE=     https://github.com/fonttools/f
 COMMENT=       Library for manipulating fonts
 LICENSE=       mit
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython
 DEPENDS+=      ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 TEST_DEPENDS+= ${PYPKGPREFIX}-fs-[0-9]*:../../filesystems/py-fs
 TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.0:../../devel/py-test

Index: pkgsrc/fonts/py-fonttools/distinfo
diff -u pkgsrc/fonts/py-fonttools/distinfo:1.41 pkgsrc/fonts/py-fonttools/distinfo:1.42
--- pkgsrc/fonts/py-fonttools/distinfo:1.41     Sat Apr 11 07:21:37 2020
+++ pkgsrc/fonts/py-fonttools/distinfo  Sat Apr 18 07:29:59 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.41 2020/04/11 07:21:37 adam Exp $
+$NetBSD: distinfo,v 1.42 2020/04/18 07:29:59 adam Exp $
 
-SHA1 (fonttools-4.7.0.zip) = 6c27cffd7f42175bf762ac60cb3be0a5f0be8576
-RMD160 (fonttools-4.7.0.zip) = 758023bdc3cd2e5f3b92b50be4a1b9e267d60bb6
-SHA512 (fonttools-4.7.0.zip) = bc70973d8f705fe708337ddfa3a33761b3e6ea091060ece8999f22b1b24d4d3f7b0e0329d6ba72fb900ee06f0de9e4dbe414e3e01d7c7078d7dc1569a0894ea5
-Size (fonttools-4.7.0.zip) = 3892191 bytes
+SHA1 (fonttools-4.8.1.zip) = 64d9dc4554fed341a42aaf9ddd5d6512537ef2b2
+RMD160 (fonttools-4.8.1.zip) = e9e53ad569947f195c2c8638afbca9231bb64be4
+SHA512 (fonttools-4.8.1.zip) = 875ce41ee7154a526ac32859b9fb21fda9bd954013189d085bac27af13819a6205f673d485a44e03ffe0123b5448420b95f41c30aa880790471f7ba9ea2d9ee8
+Size (fonttools-4.8.1.zip) = 3907680 bytes



Home | Main Index | Thread Index | Old Index