diff --git a/www/py-dj60-django-stubs-ext/Makefile b/www/py-dj60-django-stubs-ext/Makefile index 539e1586c7db..4dfc7f41d2a3 100644 --- a/www/py-dj60-django-stubs-ext/Makefile +++ b/www/py-dj60-django-stubs-ext/Makefile @@ -1,24 +1,24 @@ PORTNAME= django-stubs-ext -PORTVERSION= 5.2.9 +PORTVERSION= 6.0.3 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj60- DISTNAME= django_stubs_ext-${PORTVERSION} MAINTAINER= dtxdf@FreeBSD.org COMMENT= Monkey-patching and extensions for django-stubs WWW= https://github.com/typeddjango/django-stubs LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}uv-build>=0:devel/py-uv-build@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django60>=0:www/py-django60@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include diff --git a/www/py-dj60-django-stubs-ext/distinfo b/www/py-dj60-django-stubs-ext/distinfo index 9255fb91dd8a..baadbefc6ff2 100644 --- a/www/py-dj60-django-stubs-ext/distinfo +++ b/www/py-dj60-django-stubs-ext/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1770616223 -SHA256 (django_stubs_ext-5.2.9.tar.gz) = 6db4054d1580657b979b7d391474719f1a978773e66c7070a5e246cd445a25a9 -SIZE (django_stubs_ext-5.2.9.tar.gz) = 6497 +TIMESTAMP = 1776643461 +SHA256 (django_stubs_ext-6.0.3.tar.gz) = 3307d42132bc295d5744de6276bc5fdf6896efc70f891e21c0ae8bdf529d2762 +SIZE (django_stubs_ext-6.0.3.tar.gz) = 6663 diff --git a/www/py-dj60-django-stubs-ext/files/patch-pyproject.toml b/www/py-dj60-django-stubs-ext/files/patch-pyproject.toml index fcab6673d1e9..c5109c798f86 100644 --- a/www/py-dj60-django-stubs-ext/files/patch-pyproject.toml +++ b/www/py-dj60-django-stubs-ext/files/patch-pyproject.toml @@ -1,11 +1,11 @@ ---- pyproject.toml.orig 2026-02-09 05:50:33 UTC +--- pyproject.toml.orig 2026-04-20 00:04:28 UTC +++ pyproject.toml -@@ -40,7 +40,7 @@ Funding = "https://github.com/sponsors/typeddjango" +@@ -42,7 +42,7 @@ Funding = "https://github.com/sponsors/typeddjango" "Release notes" = "https://github.com/typeddjango/django-stubs/releases" [build-system] --requires = ["uv_build>=0.9.9,<0.10.0"] -+requires = ["uv_build>=0.10.0,<0.11.0"] +-requires = ["uv_build>=0.11.0,<0.12.0"] ++requires = ["uv_build"] build-backend = "uv_build" [tool.uv.build-backend]