git: fdfb1fae23bf - main - x11-fonts/py-vfblib: Update to 0.9.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Apr 2025 05:46:45 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fdfb1fae23bff5c724b68548d27c8ad20feab6e5
commit fdfb1fae23bff5c724b68548d27c8ad20feab6e5
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-04-18 05:18:38 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-04-18 05:37:53 +0000
x11-fonts/py-vfblib: Update to 0.9.2
Changes: https://github.com/LucasFonts/vfbLib/releases
---
x11-fonts/py-vfblib/Makefile | 5 ++---
x11-fonts/py-vfblib/distinfo | 6 +++---
x11-fonts/py-vfblib/files/patch-pyproject.toml | 19 +++++++++++++++++--
3 files changed, 22 insertions(+), 8 deletions(-)
diff --git a/x11-fonts/py-vfblib/Makefile b/x11-fonts/py-vfblib/Makefile
index bf8d2931aa6f..13972f4be393 100644
--- a/x11-fonts/py-vfblib/Makefile
+++ b/x11-fonts/py-vfblib/Makefile
@@ -1,6 +1,5 @@
PORTNAME= vfblib
-PORTVERSION= 0.9.1
-PORTREVISION= 1
+PORTVERSION= 0.9.2
CATEGORIES= x11-fonts python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +11,7 @@ WWW= https://github.com/LucasFonts/vfbLib
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=45:devel/py-setuptools@${PY_FLAVOR} \
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61: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} \
diff --git a/x11-fonts/py-vfblib/distinfo b/x11-fonts/py-vfblib/distinfo
index c922107c4444..86842d71d7e8 100644
--- a/x11-fonts/py-vfblib/distinfo
+++ b/x11-fonts/py-vfblib/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1738089178
-SHA256 (vfblib-0.9.1.tar.gz) = 21a27d8bb45b2698d831a124f1c54738e5be75bbdd368b9d215e1730fe761b67
-SIZE (vfblib-0.9.1.tar.gz) = 7185042
+TIMESTAMP = 1744289084
+SHA256 (vfblib-0.9.2.tar.gz) = f83c0337c688492425bdf337f8436d6d38aef850dcbad6d5d6a46f208a11b5b2
+SIZE (vfblib-0.9.2.tar.gz) = 7162685
diff --git a/x11-fonts/py-vfblib/files/patch-pyproject.toml b/x11-fonts/py-vfblib/files/patch-pyproject.toml
index 7c0672fb1880..3d5cc9486bf9 100644
--- a/x11-fonts/py-vfblib/files/patch-pyproject.toml
+++ b/x11-fonts/py-vfblib/files/patch-pyproject.toml
@@ -1,9 +1,24 @@
---- pyproject.toml.orig 2025-01-24 10:33:32 UTC
+--- pyproject.toml.orig 2025-04-09 11:40:14 UTC
+++ pyproject.toml
-@@ -1,5 +1,5 @@
+@@ -1,11 +1,10 @@
[project]
-name = "vfbLib"
+name = "vfblib"
dynamic = ["version"]
description = "Tools for converting FontLab Studio 5 (VFB) files."
keywords = ["vfb", "vfbLib", "fonttools"]
+
+ readme = "README.md"
+-license-files = ["LICENSE"]
+
+ authors = [{ name = "Jens KutĂlek", email = "webmail@kutilek.de" }]
+ classifiers = [
+@@ -60,7 +59,7 @@ vfbdiff = "vfbLib.diff:diffvfb"
+ # yuri = vfbLib.value:yuri
+
+ [build-system]
+-requires = ["setuptools>=78.0.2", "setuptools-scm[toml]>=6.2", "wheel"]
++requires = ["setuptools>=61", "setuptools-scm[toml]>=6.2", "wheel"]
+ build-backend = "setuptools.build_meta"
+
+ [tool.setuptools.package-data]