git: 5bfca08fc58e - main - www/py-dj-database-url: Unbreak build after 21c2f9c595ac
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 23 Apr 2026 11:09:27 UTC
The branch main has been updated by kai:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5bfca08fc58e6cf9f183118eea39565598370f15
commit 5bfca08fc58e6cf9f183118eea39565598370f15
Author: Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2026-04-23 11:07:15 +0000
Commit: Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2026-04-23 11:07:15 +0000
www/py-dj-database-url: Unbreak build after 21c2f9c595ac
* Relax the version requirements for py-uv-build which has been updated
recently.
Reported by: pkg-fallout
---
www/py-dj-database-url/Makefile | 2 +-
www/py-dj-database-url/files/patch-pyproject.toml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/www/py-dj-database-url/Makefile b/www/py-dj-database-url/Makefile
index c404df0a469a..511dc983beaa 100644
--- a/www/py-dj-database-url/Makefile
+++ b/www/py-dj-database-url/Makefile
@@ -12,7 +12,7 @@ WWW= https://github.com/jazzband/dj-database-url
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}uv-build>=0.9.17<0.11.0:devel/py-uv-build@${PY_FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}uv-build>=0.9.17<0.12.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-dj-database-url/files/patch-pyproject.toml b/www/py-dj-database-url/files/patch-pyproject.toml
index 78556f89db9f..2d77b7c6f7b8 100644
--- a/www/py-dj-database-url/files/patch-pyproject.toml
+++ b/www/py-dj-database-url/files/patch-pyproject.toml
@@ -7,7 +7,7 @@ Relax version requirements for py-uv-build.
[build-system]
-requires = ["uv_build>=0.9.17,<0.10.0"]
-+requires = ["uv_build>=0.9.17,<0.11.0"]
++requires = ["uv_build>=0.9.17,<0.12.0"]
build-backend = "uv_build"
[tool.uv.build-backend]