git: e6c5f6122a81 - main - security/py-tuf: Fix build

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 14 Mar 2026 19:01:13 UTC
The branch main has been updated by bofh:

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

commit e6c5f6122a81376eeaad9e233999da63dd1a273f
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2026-03-14 18:54:05 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2026-03-14 19:00:36 +0000

    security/py-tuf: Fix build
---
 security/py-tuf/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/security/py-tuf/Makefile b/security/py-tuf/Makefile
index 37703811d9f2..b32960ff3692 100644
--- a/security/py-tuf/Makefile
+++ b/security/py-tuf/Makefile
@@ -24,4 +24,7 @@ NO_ARCH=	yes
 
 PYTEST_BROKEN_TESTS=	test_cleanup TestRepoExamples # uses files missing from pypi distribution
 
+post-patch:
+	@${REINPLACE_CMD} -e 's|hatchling=|hatchling>|g' ${WRKSRC}/pyproject.toml
+
 .include <bsd.port.mk>