Skip to content

Commit

Permalink
print/py-fontbakery: Update to 0.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Jun 5, 2023
1 parent 48e9e1f commit a5c66eb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 17 deletions.
5 changes: 2 additions & 3 deletions 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}
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions 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
13 changes: 2 additions & 11 deletions 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:

Expand All @@ -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.
Expand Down

0 comments on commit a5c66eb

Please sign in to comment.