git: 8729d76b6c1d - main - www/py-frappe-bench: Unbreak build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Dec 2025 04:39:40 UTC
The branch main has been updated by kiwi:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8729d76b6c1da6d4933819e73e36ca062ab5e6a9
commit 8729d76b6c1da6d4933819e73e36ca062ab5e6a9
Author: Xavier Beaudouin <kiwi@FreeBSD.org>
AuthorDate: 2025-12-05 04:37:42 +0000
Commit: Xavier Beaudouin <kiwi@FreeBSD.org>
CommitDate: 2025-12-05 04:39:12 +0000
www/py-frappe-bench: Unbreak build
---
www/py-frappe-bench/Makefile | 1 +
www/py-frappe-bench/files/patch-pyproject.toml | 11 +++++++++++
2 files changed, 12 insertions(+)
diff --git a/www/py-frappe-bench/Makefile b/www/py-frappe-bench/Makefile
index a63705fe4dd0..a24bae0d8933 100644
--- a/www/py-frappe-bench/Makefile
+++ b/www/py-frappe-bench/Makefile
@@ -1,6 +1,7 @@
PORTNAME= frappe-bench
DISTVERSIONPREFIX= v
DISTVERSION= 5.27.0
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/www/py-frappe-bench/files/patch-pyproject.toml b/www/py-frappe-bench/files/patch-pyproject.toml
new file mode 100644
index 000000000000..18afd86e1b03
--- /dev/null
+++ b/www/py-frappe-bench/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig 2025-12-05 02:58:45 UTC
++++ pyproject.toml
+@@ -45,7 +45,7 @@ requires = [
+
+ [build-system]
+ requires = [
+- "hatchling==1.27.0",
++ "hatchling>=1.27.0",
+ ]
+ build-backend = "hatchling.build"
+