diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-06-05 18:40:03 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-06-05 18:47:20 +0000 |
commit | a5c66eb5d4dbc58e8403eb4db1d73d01d90e15aa (patch) | |
tree | c5ef39ac3c0207fc7674670a519958a960f60dde | |
parent | 48e9e1f9e9a0e732ea4e9ae8a70d1ea2fa8ffdb2 (diff) | |
download | ports-a5c66eb5d4dbc58e8403eb4db1d73d01d90e15aa.tar.gz ports-a5c66eb5d4dbc58e8403eb4db1d73d01d90e15aa.zip |
-rw-r--r-- | print/py-fontbakery/Makefile | 5 | ||||
-rw-r--r-- | print/py-fontbakery/distinfo | 6 | ||||
-rw-r--r-- | print/py-fontbakery/files/patch-setup.py | 13 |
3 files changed, 7 insertions, 17 deletions
diff --git a/print/py-fontbakery/Makefile b/print/py-fontbakery/Makefile index 6a9cf6709fa7..accdd7b17e38 100644 --- a/print/py-fontbakery/Makefile +++ b/print/py-fontbakery/Makefile @@ -1,6 +1,5 @@ PORTNAME= fontbakery -PORTVERSION= 0.8.11 -PORTREVISION= 1 +PORTVERSION= 0.8.12 DISTVERSIONPREFIX= v CATEGORIES= print python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -42,7 +41,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}axisregistry>=0.3.0:x11-fonts/py-axisregistr ${PYTHON_PKGNAMEPREFIX}unicodedata2>=0:devel/py-unicodedata2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}vharfbuzz>=0.2.0:print/py-vharfbuzz@${PY_FLAVOR} -USES= python:3.7+ +USES= python:3.8+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/print/py-fontbakery/distinfo b/print/py-fontbakery/distinfo index 6845494c0e0e..8ba9acba9c09 100644 --- a/print/py-fontbakery/distinfo +++ b/print/py-fontbakery/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1681588045 -SHA256 (googlefonts-fontbakery-v0.8.11_GH0.tar.gz) = c5c494c776cd195b76975b31f52684412fe22590fc013f226e08f24ad3d844be -SIZE (googlefonts-fontbakery-v0.8.11_GH0.tar.gz) = 45017276 +TIMESTAMP = 1685792328 +SHA256 (googlefonts-fontbakery-v0.8.12_GH0.tar.gz) = b97b8b55ab9b8e1fef5ff563747b2c22e1468a7c6fe9c0fabfc9d4229cbd32bb +SIZE (googlefonts-fontbakery-v0.8.12_GH0.tar.gz) = 46415744 diff --git a/print/py-fontbakery/files/patch-setup.py b/print/py-fontbakery/files/patch-setup.py index a8901bafcb48..732de7d51b77 100644 --- a/print/py-fontbakery/files/patch-setup.py +++ b/print/py-fontbakery/files/patch-setup.py @@ -1,4 +1,4 @@ ---- setup.py.orig 2023-03-03 17:20:04 UTC +--- setup.py.orig 2023-06-01 00:42:56 UTC +++ setup.py @@ -23,7 +23,7 @@ except IOError: @@ -9,16 +9,7 @@ url='https://github.com/googlefonts/fontbakery/', description='Well designed Font QA tool, written in Python 3', long_description=readme, -@@ -66,7 +66,7 @@ setup( - 'beautifulsoup4', - 'beziers>=0.5.0', # Uses new fontTools glyph outline access - 'cmarkgfm', -- 'collidoscope==0.4.1', # 0.4.0 had a bug that failed to detect -+ 'collidoscope>=0.5.2', # 0.4.0 had a bug that failed to detect - # an ïï collision on Nunito Black. - # (see https://github.com/googlefonts/fontbakery/issues/3554) - 'defcon', -@@ -84,7 +84,7 @@ setup( +@@ -83,7 +83,7 @@ setup( 'pip-api', # needed for checking Font Bakery's version # 3.7.0 fixed a bug on parsing some METADATA.pb files. # We cannot use v4 because our protobuf files have been compiled with v3. |