git: 972f8b2ff257 - main - www/py-dj42-django-debug-toolbar: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sat, 15 Jun 2024 18:31:54 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=972f8b2ff2571d86627b36b9d97cc48a1dd058d4

commit 972f8b2ff2571d86627b36b9d97cc48a1dd058d4
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-06-15 18:31:48 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-06-15 18:31:48 +0000

    www/py-dj42-django-debug-toolbar: Remove expired port
    
    2024-06-15 www/py-dj42-django-debug-toolbar: Obsolete, please use www/py-django-debug-toolbar instead
---
 MOVED                                      |  1 +
 www/Makefile                               |  1 -
 www/py-dj42-django-debug-toolbar/Makefile  | 29 -----------------------------
 www/py-dj42-django-debug-toolbar/distinfo  |  3 ---
 www/py-dj42-django-debug-toolbar/pkg-descr |  3 ---
 5 files changed, 1 insertion(+), 36 deletions(-)

diff --git a/MOVED b/MOVED
index e61763995e1a..724a2efc75b1 100644
--- a/MOVED
+++ b/MOVED
@@ -3340,3 +3340,4 @@ www/py-dj42-django-crispy-forms|www/py-django-crispy-forms|2024-06-15|Has expire
 www/py-dj42-django-modelcluster|www/py-django-modelcluster|2024-06-15|Has expired: Obsolete, please use www/py-django-modelcluster instead
 www/py-dj42-django-extensions|www/py-django-extensions|2024-06-15|Has expired: Obsolete, please use www/py-django-extensions instead
 www/py-dj42-djangorestframework|www/py-djangorestframework|2024-06-15|Has expired: Obsolete, please use www/py-djangorestframework instead
+www/py-dj42-django-debug-toolbar|www/py-django-debug-toolbar|2024-06-15|Has expired: Obsolete, please use www/py-django-debug-toolbar instead
diff --git a/www/Makefile b/www/Makefile
index ef4dd9079e79..8b5627bfe304 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1482,7 +1482,6 @@
     SUBDIR += py-cssutils
     SUBDIR += py-daphne
     SUBDIR += py-dj-database-url
-    SUBDIR += py-dj42-django-debug-toolbar
     SUBDIR += py-django-admin-rangefilter
     SUBDIR += py-django-advanced-filters
     SUBDIR += py-django-allauth
diff --git a/www/py-dj42-django-debug-toolbar/Makefile b/www/py-dj42-django-debug-toolbar/Makefile
deleted file mode 100644
index 6a8cc93032ca..000000000000
--- a/www/py-dj42-django-debug-toolbar/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-PORTNAME=	django-debug-toolbar
-PORTVERSION=	4.3.0
-CATEGORIES=	www python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj42-
-DISTNAME=	django_debug_toolbar-${PORTVERSION}
-
-MAINTAINER=	kai@FreeBSD.org
-COMMENT=	Configurable set of panels to display debug information
-WWW=		https://github.com/jazzband/django-debug-toolbar
-
-LICENSE=	BSD3CLAUSE
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-DEPRECATED=	Obsolete, please use www/py-django-debug-toolbar instead
-EXPIRATION_DATE=2024-06-15
-
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django42>=3.2.4:www/py-django42@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}sqlparse>=0.2.0:databases/py-sqlparse@${PY_FLAVOR}
-
-USES=		python
-USE_PYTHON=	autoplist concurrent pep517
-
-NO_ARCH=	yes
-
-CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}*django-debug-toolbar
-
-.include <bsd.port.mk>
diff --git a/www/py-dj42-django-debug-toolbar/distinfo b/www/py-dj42-django-debug-toolbar/distinfo
deleted file mode 100644
index 9cd5002060c9..000000000000
--- a/www/py-dj42-django-debug-toolbar/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1707337312
-SHA256 (django_debug_toolbar-4.3.0.tar.gz) = 0b0dddee5ea29b9cb678593bc0d7a6d76b21d7799cb68e091a2148341a80f3c4
-SIZE (django_debug_toolbar-4.3.0.tar.gz) = 261173
diff --git a/www/py-dj42-django-debug-toolbar/pkg-descr b/www/py-dj42-django-debug-toolbar/pkg-descr
deleted file mode 100644
index e62114e4b61f..000000000000
--- a/www/py-dj42-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.