Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Feb 2026 14:49:54 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 595316e1430a - main - www/py-django-stubs-ext: Fix build
Message-ID:  <6985ff92.3bb8a.5a62bbc1@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=595316e1430a731a596a7c2e498dccc26e3dc96e

commit 595316e1430a731a596a7c2e498dccc26e3dc96e
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-02-06 14:49:12 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-02-06 14:49:52 +0000

    www/py-django-stubs-ext: Fix build
    
    Approved by:    portmgr (blanket; unbreak)
---
 www/py-django-stubs-ext/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/py-django-stubs-ext/Makefile b/www/py-django-stubs-ext/Makefile
index 114675d3f024..0ba93a67afcd 100644
--- a/www/py-django-stubs-ext/Makefile
+++ b/www/py-django-stubs-ext/Makefile
@@ -12,7 +12,7 @@ WWW=		https://github.com/typeddjango/django-stubs
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}uv-build>=0.9.9<0.10.0:devel/py-uv-build@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}uv-build>=0.9.9:devel/py-uv-build@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django42>=0:www/py-django42@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR}
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6985ff92.3bb8a.5a62bbc1>