Commit 30f94ef9 authored by Rene Ladan's avatar Rene Ladan
Browse files

www/py-dj52-django-stubs-ext: Remove expired port

2026-06-30 www/py-dj52-django-stubs-ext: Obsolete, please use www/py-django-stubs-ext instead
parent 544884a5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5420,3 +5420,4 @@ www/py-dj52-drf-writable-nested|www/py-drf-writable-nested|2026-06-30|Has expire
devel/py-dj52-graphene-django|devel/py-graphene-django|2026-06-30|Has expired: Obsolete, please use devel/py-graphene-django instead
www/py-dj52-django-crispy-forms|www/py-django-crispy-forms|2026-06-30|Has expired: Obsolete, please use www/py-django-crispy-forms instead
www/py-dj52-django-modelcluster|www/py-django-modelcluster|2026-06-30|Has expired: Obsolete, please use www/py-django-modelcluster instead
www/py-dj52-django-stubs-ext|www/py-django-stubs-ext|2026-06-30|Has expired: Obsolete, please use www/py-django-stubs-ext instead
+0 −1
Original line number Diff line number Diff line
@@ -1567,7 +1567,6 @@
    SUBDIR += py-dj52-django-allauth
    SUBDIR += py-dj52-django-auditlog
    SUBDIR += py-dj52-django-debug-toolbar
    SUBDIR += py-dj52-django-stubs-ext
    SUBDIR += py-dj52-djangorestframework
    SUBDIR += py-dj52-social-auth-app-django
    SUBDIR += py-dj60-channels
+0 −27
Original line number Diff line number Diff line
PORTNAME=	django-stubs-ext
PORTVERSION=	5.2.9
CATEGORIES=	www python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj52-
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

DEPRECATED=     Obsolete, please use www/py-django-stubs-ext instead
EXPIRATION_DATE=2026-06-30

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}uv-build>=0:devel/py-uv-build@${PY_FLAVOR}
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django52>=0:www/py-django52@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR}

USES=		python
USE_PYTHON=	autoplist concurrent pep517

NO_ARCH=	yes

.include <bsd.port.mk>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1770616223
SHA256 (django_stubs_ext-5.2.9.tar.gz) = 6db4054d1580657b979b7d391474719f1a978773e66c7070a5e246cd445a25a9
SIZE (django_stubs_ext-5.2.9.tar.gz) = 6497
+0 −11
Original line number Diff line number Diff line
--- pyproject.toml.orig	2026-04-19 23:55:25 UTC
+++ pyproject.toml
@@ -40,7 +40,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"]
 build-backend = "uv_build"
 
 [tool.uv.build-backend]
Loading