git: c607278e91cb - main - misc/py-anthropic: Fix build by relaxing the hatchling dependency version requirement
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Sep 2025 01:47:32 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c607278e91cb7a4445de96bb50dc6fb2141a30d3
commit c607278e91cb7a4445de96bb50dc6fb2141a30d3
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-09-28 01:46:37 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-09-28 01:47:29 +0000
misc/py-anthropic: Fix build by relaxing the hatchling dependency version requirement
Reported by: fallout
Approved by: portmgr (blanket unbreak)
---
misc/py-anthropic/files/patch-pyproject.toml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/misc/py-anthropic/files/patch-pyproject.toml b/misc/py-anthropic/files/patch-pyproject.toml
new file mode 100644
index 000000000000..6cc2785d1cd8
--- /dev/null
+++ b/misc/py-anthropic/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig 2025-09-28 01:45:18 UTC
++++ pyproject.toml
+@@ -63,7 +63,7 @@ dev-dependencies = [
+ ]
+
+ [build-system]
+-requires = ["hatchling==1.26.3", "hatch-fancy-pypi-readme"]
++requires = ["hatchling", "hatch-fancy-pypi-readme"]
+ build-backend = "hatchling.build"
+
+ [tool.hatch.build]