Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Mar 2026 19:01:13 +0000
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e6c5f6122a81 - main - security/py-tuf: Fix build
Message-ID:  <69b5b079.36612.af76c0c@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69b5b079.36612.af76c0c>