git: 77bc916a239f - main - x11-fonts/py-ufonormalizer: Update to 0.6.3

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 29 Nov 2025 23:56:55 UTC
The branch main has been updated by sunpoet:

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

commit 77bc916a239f2fea334c08c3440b04f12d3b9dfa
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-11-29 23:28:14 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-11-29 23:28:14 +0000

    x11-fonts/py-ufonormalizer: Update to 0.6.3
    
    Changes:        https://github.com/unified-font-object/ufoNormalizer/releases
---
 x11-fonts/py-ufonormalizer/Makefile                   |  8 ++++----
 x11-fonts/py-ufonormalizer/distinfo                   |  6 +++---
 x11-fonts/py-ufonormalizer/files/patch-pyproject.toml | 18 ++++++++++++++++++
 3 files changed, 25 insertions(+), 7 deletions(-)

diff --git a/x11-fonts/py-ufonormalizer/Makefile b/x11-fonts/py-ufonormalizer/Makefile
index d6d398b03613..52bbf0d46fce 100644
--- a/x11-fonts/py-ufonormalizer/Makefile
+++ b/x11-fonts/py-ufonormalizer/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	ufonormalizer
-PORTVERSION=	0.6.2
+PORTVERSION=	0.6.3
 CATEGORIES=	x11-fonts python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,11 +11,11 @@ WWW=		https://github.com/unified-font-object/ufoNormalizer
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4:devel/py-setuptools-scm@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8:devel/py-setuptools-scm@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 
-USES=		python zip
+USES=		python
 USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
diff --git a/x11-fonts/py-ufonormalizer/distinfo b/x11-fonts/py-ufonormalizer/distinfo
index bd1afadcd892..f89d0054742e 100644
--- a/x11-fonts/py-ufonormalizer/distinfo
+++ b/x11-fonts/py-ufonormalizer/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1722711271
-SHA256 (ufonormalizer-0.6.2.zip) = 4c5715bb948381f2c641af82b94938ad242d9b5365dd1c5b7ce3d75556a26c3a
-SIZE (ufonormalizer-0.6.2.zip) = 37406
+TIMESTAMP = 1763853486
+SHA256 (ufonormalizer-0.6.3.tar.gz) = c3271097aba9d290594b75c2b432cf681088b74fe3eb334ca4319324e2bddd4e
+SIZE (ufonormalizer-0.6.3.tar.gz) = 33324
diff --git a/x11-fonts/py-ufonormalizer/files/patch-pyproject.toml b/x11-fonts/py-ufonormalizer/files/patch-pyproject.toml
new file mode 100644
index 000000000000..5e721716391f
--- /dev/null
+++ b/x11-fonts/py-ufonormalizer/files/patch-pyproject.toml
@@ -0,0 +1,18 @@
+--- pyproject.toml.orig	2025-09-23 19:56:57 UTC
++++ pyproject.toml
+@@ -1,5 +1,5 @@
+ [build-system]
+-requires = ["setuptools>=80", "setuptools-scm>=8"]
++requires = ["setuptools>=61", "setuptools-scm>=8"]
+ build-backend = "setuptools.build_meta"
+ 
+ [project]
+@@ -7,7 +7,7 @@ readme = "README.md"
+ dynamic = ["version"]
+ description = "Script to normalize the XML and other data inside of a UFO."
+ readme = "README.md"
+-license-files = ["LICENSE.txt"]
++license = {file = "LICENSE.txt"}
+ requires-python = ">=3.6"
+ authors = [{ name = "Tal Leming", email = "tal@typesupply.com" }]
+ classifiers = [