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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ff5d846fbc5
branches:  trunk
changeset: 310096:2ff5d846fbc5
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jul 05 13:13:24 2018 +0000

description:
py-fonttools: updated to 3.28.0

3.28.0:
- [featureVars] Added experimental module to build FeatureVariations
  tables. Still needs to be hooked up to varLib.build
- [fixedTools] Added otRound to round floats to nearest integer towards
  positive Infinity. This is now used where we deal with visual data like X/Y
  coordinates, advance widths/heights, variation deltas, and similar
- [subset] Improved GSUB closure memoize algorithm.
- [varLib.models] Fixed regression in model resolution
- [feaLib.ast] Fixed error when converting SubtableStatement to string
- [varLib.mutator] Set OS/2.usWeightClass and usWidthClass, and
  post.italicAngle based on the 'wght', 'wdth' and 'slnt' axis values
- [py23/loggingTools] Don't automatically set logging.lastResort handler
  on py27. Moved LastResortLogger to the loggingTools module

diffstat:

 fonts/py-fonttools/Makefile |   8 ++++----
 fonts/py-fonttools/PLIST    |   5 ++++-
 fonts/py-fonttools/distinfo |  10 +++++-----
 3 files changed, 13 insertions(+), 10 deletions(-)

diffs (57 lines):

diff -r abc317aa1250 -r 2ff5d846fbc5 fonts/py-fonttools/Makefile
--- a/fonts/py-fonttools/Makefile       Thu Jul 05 13:09:11 2018 +0000
+++ b/fonts/py-fonttools/Makefile       Thu Jul 05 13:13:24 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2018/06/15 08:26:27 adam Exp $
+# $NetBSD: Makefile,v 1.44 2018/07/05 13:13:24 adam Exp $
 
-DISTNAME=      fonttools-3.27.1
+DISTNAME=      fonttools-3.28.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    fonts python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=F/FontTools/}
@@ -11,8 +11,8 @@
 COMMENT=       Library for manipulating fonts
 LICENSE=       mit
 
-#DEPENDS+=     ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+DEPENDS+=      ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 USE_LANGUAGES= # none
 
diff -r abc317aa1250 -r 2ff5d846fbc5 fonts/py-fonttools/PLIST
--- a/fonts/py-fonttools/PLIST  Thu Jul 05 13:09:11 2018 +0000
+++ b/fonts/py-fonttools/PLIST  Thu Jul 05 13:13:24 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2018/04/09 10:54:20 adam Exp $
+@comment $NetBSD: PLIST,v 1.18 2018/07/05 13:13:24 adam Exp $
 bin/fonttools${PYVERSSUFFIX}
 bin/pyftinspect${PYVERSSUFFIX}
 bin/pyftmerge${PYVERSSUFFIX}
@@ -571,6 +571,9 @@
 ${PYSITELIB}/fontTools/varLib/designspace.py
 ${PYSITELIB}/fontTools/varLib/designspace.pyc
 ${PYSITELIB}/fontTools/varLib/designspace.pyo
+${PYSITELIB}/fontTools/varLib/featureVars.py
+${PYSITELIB}/fontTools/varLib/featureVars.pyc
+${PYSITELIB}/fontTools/varLib/featureVars.pyo
 ${PYSITELIB}/fontTools/varLib/interpolatable.py
 ${PYSITELIB}/fontTools/varLib/interpolatable.pyc
 ${PYSITELIB}/fontTools/varLib/interpolatable.pyo
diff -r abc317aa1250 -r 2ff5d846fbc5 fonts/py-fonttools/distinfo
--- a/fonts/py-fonttools/distinfo       Thu Jul 05 13:09:11 2018 +0000
+++ b/fonts/py-fonttools/distinfo       Thu Jul 05 13:13:24 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2018/06/15 08:26:27 adam Exp $
+$NetBSD: distinfo,v 1.25 2018/07/05 13:13:24 adam Exp $
 
-SHA1 (fonttools-3.27.1.zip) = bc53a753d6daea9b7beb86861b2d29e2627d9ecc
-RMD160 (fonttools-3.27.1.zip) = 008ffd7fd76af32b97949863becf84701b44fcf9
-SHA512 (fonttools-3.27.1.zip) = a88d54f674886afca423e3f9856f26cfa12e4a2bd07b6a3542d2a90bb2377ddf595e974417e243b16625365899a343be3561d61c12de064cb05f012879ef15db
-Size (fonttools-3.27.1.zip) = 2579457 bytes
+SHA1 (fonttools-3.28.0.zip) = dea9afc474135b48544372fb6617dcfcde1a0ad5
+RMD160 (fonttools-3.28.0.zip) = 8b5a2d3dea8fe8f8478734fda8a82caf55a09a02
+SHA512 (fonttools-3.28.0.zip) = 0e495ded98419d17db9a5c1b0334771d1f2434dcf5b74b2885459cbd6b5a8354aee076eea2ac9a771323ed2e0766134f7d167bef1f7cf388780170d24c66e91f
+Size (fonttools-3.28.0.zip) = 2586903 bytes



Home | Main Index | Thread Index | Old Index