git: 60a67071779d - main - www/py-django-bootstrap3: Unbreak build after 27f2951236d9
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 06 Feb 2026 13:48:44 UTC
The branch main has been updated by kai:
URL: https://cgit.FreeBSD.org/ports/commit/?id=60a67071779df3ecb4c09f3d754a0de90a5694f3
commit 60a67071779df3ecb4c09f3d754a0de90a5694f3
Author: Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2026-02-06 12:40:06 +0000
Commit: Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2026-02-06 13:48:23 +0000
www/py-django-bootstrap3: Unbreak build after 27f2951236d9
* Relax the version requirements for py-uv-build which has been updated
recently and convert the obtained patch into a local patch to prevent
possible distfile mismatches due repo growth.
---
www/py-django-bootstrap3/Makefile | 2 +-
www/py-django-bootstrap3/files/patch-pyproject.toml | 16 ++++++++++++++++
2 files changed, 17 insertions(+), 1 deletion(-)
diff --git a/www/py-django-bootstrap3/Makefile b/www/py-django-bootstrap3/Makefile
index 5067b8e13a3a..e60cc14c5675 100644
--- a/www/py-django-bootstrap3/Makefile
+++ b/www/py-django-bootstrap3/Makefile
@@ -12,7 +12,7 @@ WWW= https://github.com/zostera/django-bootstrap3
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}uv-build>=0.9.6<0.10.0:devel/py-uv-build@${PY_FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}uv-build>=0.9.6<0.11.0:devel/py-uv-build@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=4.2:www/py-django42@${PY_FLAVOR}
USES= python
diff --git a/www/py-django-bootstrap3/files/patch-pyproject.toml b/www/py-django-bootstrap3/files/patch-pyproject.toml
new file mode 100644
index 000000000000..8835249b9575
--- /dev/null
+++ b/www/py-django-bootstrap3/files/patch-pyproject.toml
@@ -0,0 +1,16 @@
+Relax version requirements for py-uv-build.
+
+Obtained from:
+
+https://github.com/zostera/django-bootstrap3/commit/e02004187be369e33556d8d7e0fe89ede8ff5242
+
+--- pyproject.toml.orig 1970-01-01 00:00:00 UTC
++++ pyproject.toml
+@@ -1,6 +1,6 @@ build-backend = "uv_build"
+ [build-system]
+ build-backend = "uv_build"
+-requires = ["uv_build>=0.9.6,<0.10.0"]
++requires = ["uv_build>=0.9.6,<0.11.0"]
+
+ [project]
+ authors = [