Skip to content

Commit

Permalink
print/py-fonttools: Update to 4.42.0
Browse files Browse the repository at this point in the history
- Enable WOFF option by default

Changes:	https://github.com/fonttools/fonttools/releases
  • Loading branch information
sunpoet committed Aug 21, 2023
1 parent b9c38dc commit e61f43c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions print/py-fonttools/Makefile
@@ -1,6 +1,5 @@
PORTNAME= fonttools
PORTVERSION= 4.39.4
PORTREVISION= 1
PORTVERSION= 4.42.0
CATEGORIES= print python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -14,11 +13,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE

TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ufolib2>=0:print/py-ufolib2@${PY_FLAVOR}

USES= python zip
USES= python
USE_PYTHON= autoplist concurrent cython distutils

OPTIONS_DEFINE= GRAPHITE INTERPOLATABLE LXML PLOT REPACKER SYMFONT UFO UNICODE WOFF
OPTIONS_DEFAULT=LXML UFO UNICODE
OPTIONS_DEFAULT=LXML UFO UNICODE WOFF
GRAPHITE_DESC= Process graphite type tables in ttLib/tables
INTERPOLATABLE_DESC= Interpolatability support
LXML_DESC= Read/write XML files via lxml (faster/safer than built-in ElementTree)
Expand Down
6 changes: 3 additions & 3 deletions print/py-fonttools/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1684104518
SHA256 (fonttools-4.39.4.zip) = dba8d7cdb8e2bac1b3da28c5ed5960de09e59a2fe7e63bb73f5a59e57b0430d2
SIZE (fonttools-4.39.4.zip) = 5211472
TIMESTAMP = 1692211809
SHA256 (fonttools-4.42.0.tar.gz) = 614b1283dca88effd20ee48160518e6de275ce9b5456a3134d5f235523fc5065
SIZE (fonttools-4.42.0.tar.gz) = 3369694

0 comments on commit e61f43c

Please sign in to comment.