git: 648a9cd8d60d - main - www/py-dj50-django-debug-toolbar: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sun, 01 Jun 2025 19:36:17 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=648a9cd8d60d5b12b4368beb9c0c04645fadf0fb

commit 648a9cd8d60d5b12b4368beb9c0c04645fadf0fb
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-06-01 19:36:13 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-06-01 19:36:13 +0000

    www/py-dj50-django-debug-toolbar: Remove expired port
    
    2025-05-31 www/py-dj50-django-debug-toolbar: Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
---
 MOVED                                      |  1 +
 www/Makefile                               |  1 -
 www/py-dj50-django-debug-toolbar/Makefile  | 29 -----------------------------
 www/py-dj50-django-debug-toolbar/distinfo  |  3 ---
 www/py-dj50-django-debug-toolbar/pkg-descr |  3 ---
 5 files changed, 1 insertion(+), 36 deletions(-)

diff --git a/MOVED b/MOVED
index 70985a760be7..e4bcb560874c 100644
--- a/MOVED
+++ b/MOVED
@@ -4432,3 +4432,4 @@ www/py-dj50-drf-spectacular|www/py-dj51-drf-spectacular|2025-06-01|Has expired:
 www/py-dj50-djangorestframework|www/py-dj51-djangorestframework|2025-06-01|Has expired: Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
 devel/aphpbreakdown||2025-06-01|Has expired: Upstream is gone and last release in 2018
 www/py-dj50-drf-spectacular-sidecar|www/py-dj51-drf-spectacular-sidecar|2025-06-01|Has expired: Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
+www/py-dj50-django-debug-toolbar|www/py-dj51-django-debug-toolbar|2025-06-01|Has expired: Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
diff --git a/www/Makefile b/www/Makefile
index 5e3b440271ab..8c4fc068f383 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1519,7 +1519,6 @@
     SUBDIR += py-dj50-django-auth-ldap
     SUBDIR += py-dj50-django-choices-field
     SUBDIR += py-dj50-django-cors-headers
-    SUBDIR += py-dj50-django-debug-toolbar
     SUBDIR += py-dj50-django-filter
     SUBDIR += py-dj50-django-htmx
     SUBDIR += py-dj50-django-js-asset
diff --git a/www/py-dj50-django-debug-toolbar/Makefile b/www/py-dj50-django-debug-toolbar/Makefile
deleted file mode 100644
index 99aa20102229..000000000000
--- a/www/py-dj50-django-debug-toolbar/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-PORTNAME=	django-debug-toolbar
-PORTVERSION=	5.1.0
-CATEGORIES=	www python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj50-
-DISTNAME=	django_debug_toolbar-${PORTVERSION}
-
-MAINTAINER=	kai@FreeBSD.org
-COMMENT=	Configurable set of panels to display debug information
-WWW=		https://github.com/django-commons/django-debug-toolbar
-
-LICENSE=	BSD3CLAUSE
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-DEPRECATED=	Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
-EXPIRATION_DATE=2025-05-31
-
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django50>=4.2.9:www/py-django50@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}sqlparse>=0.2.0:databases/py-sqlparse@${PY_FLAVOR}
-
-USES=		python:3.10+
-USE_PYTHON=	autoplist concurrent pep517
-
-CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
-
-NO_ARCH=	yes
-
-.include <bsd.port.mk>
diff --git a/www/py-dj50-django-debug-toolbar/distinfo b/www/py-dj50-django-debug-toolbar/distinfo
deleted file mode 100644
index 676f91348c24..000000000000
--- a/www/py-dj50-django-debug-toolbar/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1745148949
-SHA256 (django_debug_toolbar-5.1.0.tar.gz) = 8a3b9da4aeab8d384a366e20304bd939a451f0242523c5b7b402248ad474eed2
-SIZE (django_debug_toolbar-5.1.0.tar.gz) = 294567
diff --git a/www/py-dj50-django-debug-toolbar/pkg-descr b/www/py-dj50-django-debug-toolbar/pkg-descr
deleted file mode 100644
index e62114e4b61f..000000000000
--- a/www/py-dj50-django-debug-toolbar/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-The Django Debug Toolbar is a configurable set of panels that display various
-debug information about the current request/response and when clicked, display
-more details about the panel's content.