Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Feb 2026 13:48:45 +0000
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9f881a2e2f63 - main - www/py-dj-database-url: Unbreak build after 27f2951236d9
Message-ID:  <6985f13d.35e8c.7d52f95e@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by kai:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9f881a2e2f63b995e6b917494cf1a88b4198d2ad

commit 9f881a2e2f63b995e6b917494cf1a88b4198d2ad
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2026-02-06 12:48:27 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2026-02-06 13:48:23 +0000

    www/py-dj-database-url: Unbreak build after 27f2951236d9
    
    * Relax the version requirements for py-uv-build which has been updated
      recently.
---
 www/py-dj-database-url/Makefile                   |  2 +-
 www/py-dj-database-url/files/patch-pyproject.toml | 13 +++++++++++++
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/www/py-dj-database-url/Makefile b/www/py-dj-database-url/Makefile
index 1fb0c0c2e19d..c8b0ef773f54 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.10.0:devel/py-uv-build@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}uv-build>=0.9.17<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-dj-database-url/files/patch-pyproject.toml b/www/py-dj-database-url/files/patch-pyproject.toml
new file mode 100644
index 000000000000..78556f89db9f
--- /dev/null
+++ b/www/py-dj-database-url/files/patch-pyproject.toml
@@ -0,0 +1,13 @@
+Relax version requirements for py-uv-build.
+
+--- pyproject.toml.orig	2026-02-06 12:46:32 UTC
++++ pyproject.toml
+@@ -35,7 +35,7 @@ classifiers = [
+ 
+ 
+ [build-system]
+-requires = ["uv_build>=0.9.17,<0.10.0"]
++requires = ["uv_build>=0.9.17,<0.11.0"]
+ build-backend = "uv_build"
+ 
+ [tool.uv.build-backend]


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6985f13d.35e8c.7d52f95e>