git: 38af8aaefb90 - main - x11-fonts/py-vfblib: Update to 0.9.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Feb 2025 15:59:19 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=38af8aaefb907cc4e98986ce3985c4060739a719 commit 38af8aaefb907cc4e98986ce3985c4060739a719 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-02-03 15:21:53 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-02-03 15:51:37 +0000 x11-fonts/py-vfblib: Update to 0.9.1 - Add ALL option Changes: https://github.com/LucasFonts/vfbLib/releases --- x11-fonts/py-vfblib/Makefile | 8 ++++++-- x11-fonts/py-vfblib/distinfo | 6 +++--- x11-fonts/py-vfblib/files/patch-pyproject.toml | 18 ++++++++++++++++++ x11-fonts/py-vfblib/files/patch-setup.cfg | 9 --------- 4 files changed, 27 insertions(+), 14 deletions(-) diff --git a/x11-fonts/py-vfblib/Makefile b/x11-fonts/py-vfblib/Makefile index c78b6ba3a1b7..271e244025af 100644 --- a/x11-fonts/py-vfblib/Makefile +++ b/x11-fonts/py-vfblib/Makefile @@ -1,5 +1,5 @@ PORTNAME= vfblib -PORTVERSION= 0.8.0 +PORTVERSION= 0.9.1 CATEGORIES= x11-fonts python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +12,10 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=45:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6.2:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=4.45.1:print/py-fonttools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}orjson>=3.10.11<4:devel/py-orjson@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.8.0:devel/py-typing-extensions@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ufolib2>=0.16.0:print/py-ufolib2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ufonormalizer>=0.6.1:x11-fonts/py-ufonormalizer@${PY_FLAVOR} @@ -23,7 +25,9 @@ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes -OPTIONS_DEFINE= TOML YAML +OPTIONS_DEFINE= ALL TOML YAML +ALL_DESC= All optional dependencies +ALL_IMPLIES= TOML YAML TOML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tomli-w>=1.0.0:textproc/py-tomli-w@${PY_FLAVOR} YAML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyyaml>=6.0.2:devel/py-pyyaml@${PY_FLAVOR} diff --git a/x11-fonts/py-vfblib/distinfo b/x11-fonts/py-vfblib/distinfo index df5ce9d9a9c5..c922107c4444 100644 --- a/x11-fonts/py-vfblib/distinfo +++ b/x11-fonts/py-vfblib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1735227994 -SHA256 (vfblib-0.8.0.tar.gz) = 828ed4b357e19447d3958ce8f88d5756c0b77c9d43033395dcc6082e41745d2c -SIZE (vfblib-0.8.0.tar.gz) = 72518 +TIMESTAMP = 1738089178 +SHA256 (vfblib-0.9.1.tar.gz) = 21a27d8bb45b2698d831a124f1c54738e5be75bbdd368b9d215e1730fe761b67 +SIZE (vfblib-0.9.1.tar.gz) = 7185042 diff --git a/x11-fonts/py-vfblib/files/patch-pyproject.toml b/x11-fonts/py-vfblib/files/patch-pyproject.toml new file mode 100644 index 000000000000..2b23d37f78fd --- /dev/null +++ b/x11-fonts/py-vfblib/files/patch-pyproject.toml @@ -0,0 +1,18 @@ +--- pyproject.toml.orig 2025-01-24 10:33:32 UTC ++++ pyproject.toml +@@ -1,5 +1,5 @@ + [project] +-name = "vfbLib" ++name = "vfblib" + dynamic = ["version"] + description = "Tools for converting FontLab Studio 5 (VFB) files." + keywords = ["vfb", "vfbLib", "fonttools"] +@@ -23,7 +23,7 @@ dependencies = [ + requires-python = ">=3.10" + dependencies = [ + "fonttools[ufo] >= 4.45.1", +- "orjson >= 3.10.13, < 4", ++ "orjson >= 3.10.11, < 4", + "typing_extensions >= 4.8.0", + "ufonormalizer >= 0.6.1", + "ufoLib2 >= 0.16.0", diff --git a/x11-fonts/py-vfblib/files/patch-setup.cfg b/x11-fonts/py-vfblib/files/patch-setup.cfg deleted file mode 100644 index 576de1bf06d6..000000000000 --- a/x11-fonts/py-vfblib/files/patch-setup.cfg +++ /dev/null @@ -1,9 +0,0 @@ ---- setup.cfg.orig 2024-12-19 06:49:35 UTC -+++ setup.cfg -@@ -1,5 +1,5 @@ - [metadata] --name = vfbLib -+name = vfblib - version = 0.8.0 - description = Tools for converting FontLab Studio 5 (VFB) files. - long_description = file: DESCRIPTION.md