Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jun 2023 18:53:26 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a5c66eb5d4db - main - print/py-fontbakery: Update to 0.8.12
Message-ID:  <202306051853.355IrQxk055558@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a5c66eb5d4dbc58e8403eb4db1d73d01d90e15aa

commit a5c66eb5d4dbc58e8403eb4db1d73d01d90e15aa
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-05 18:40:03 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-05 18:47:20 +0000

    print/py-fontbakery: Update to 0.8.12
    
    Changes:        https://github.com/googlefonts/fontbakery/releases
---
 print/py-fontbakery/Makefile             |  5 ++---
 print/py-fontbakery/distinfo             |  6 +++---
 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306051853.355IrQxk055558>