Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jun 2026 20:23:07 +0000
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 30f94ef928cf - main - www/py-dj52-django-stubs-ext: Remove expired port
Message-ID:  <6a4425ab.3130f.7f7d1d44@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=30f94ef928cf17402362c234ac0b5092edbd77f8

commit 30f94ef928cf17402362c234ac0b5092edbd77f8
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2026-06-30 20:22:24 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2026-06-30 20:22:55 +0000

    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
---
 MOVED                                              |  1 +
 www/Makefile                                       |  1 -
 www/py-dj52-django-stubs-ext/Makefile              | 27 ----------------------
 www/py-dj52-django-stubs-ext/distinfo              |  3 ---
 .../files/patch-pyproject.toml                     | 11 ---------
 www/py-dj52-django-stubs-ext/pkg-descr             |  5 ----
 6 files changed, 1 insertion(+), 47 deletions(-)

diff --git a/MOVED b/MOVED
index de5a7124c3ef..defe9bbc11be 100644
--- a/MOVED
+++ b/MOVED
@@ -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
diff --git a/www/Makefile b/www/Makefile
index 49526168e96b..92841d051229 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -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
diff --git a/www/py-dj52-django-stubs-ext/Makefile b/www/py-dj52-django-stubs-ext/Makefile
deleted file mode 100644
index 3b67fe084782..000000000000
--- a/www/py-dj52-django-stubs-ext/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-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>
diff --git a/www/py-dj52-django-stubs-ext/distinfo b/www/py-dj52-django-stubs-ext/distinfo
deleted file mode 100644
index 9255fb91dd8a..000000000000
--- a/www/py-dj52-django-stubs-ext/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1770616223
-SHA256 (django_stubs_ext-5.2.9.tar.gz) = 6db4054d1580657b979b7d391474719f1a978773e66c7070a5e246cd445a25a9
-SIZE (django_stubs_ext-5.2.9.tar.gz) = 6497
diff --git a/www/py-dj52-django-stubs-ext/files/patch-pyproject.toml b/www/py-dj52-django-stubs-ext/files/patch-pyproject.toml
deleted file mode 100644
index 932dd024fb41..000000000000
--- a/www/py-dj52-django-stubs-ext/files/patch-pyproject.toml
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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]
diff --git a/www/py-dj52-django-stubs-ext/pkg-descr b/www/py-dj52-django-stubs-ext/pkg-descr
deleted file mode 100644
index 544fd8d1f497..000000000000
--- a/www/py-dj52-django-stubs-ext/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-django-stubs contains type stubs and a custom mypy plugin to provide more
-precise static types and type inference for Django framework. Django uses some
-Python "magic" that makes having precise types for some code patterns
-problematic. This is why we need this project. The final goal is to be able to
-get precise types for most common patterns.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a4425ab.3130f.7f7d1d44>