git: 9610ecab5548 - main - www/py-dj51-django-debug-toolbar: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Dec 2025 11:21:34 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9610ecab55481de0d4faf89cb7bf8b5ef2a8b435
commit 9610ecab55481de0d4faf89cb7bf8b5ef2a8b435
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-12-31 11:21:24 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-12-31 11:21:24 +0000
www/py-dj51-django-debug-toolbar: Remove expired port
2025-12-31 www/py-dj51-django-debug-toolbar: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
---
MOVED | 1 +
www/Makefile | 1 -
www/py-dj51-django-debug-toolbar/Makefile | 30 ------------------------------
www/py-dj51-django-debug-toolbar/distinfo | 3 ---
www/py-dj51-django-debug-toolbar/pkg-descr | 3 ---
5 files changed, 1 insertion(+), 37 deletions(-)
diff --git a/MOVED b/MOVED
index 6807acc3da96..f3eb0dd5e024 100644
--- a/MOVED
+++ b/MOVED
@@ -4934,3 +4934,4 @@ www/py-dj51-django-guardian||2025-12-31|Has expired: Extended support of Django
www/py-dj51-drf-spectacular||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
www/py-dj51-django-compression-middleware||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
www/py-dj51-strawberry-graphql-django||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
+www/py-dj51-django-debug-toolbar||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
diff --git a/www/Makefile b/www/Makefile
index 12d5d52928e2..a6d60777111f 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1548,7 +1548,6 @@
SUBDIR += py-dj51-django-auditlog
SUBDIR += py-dj51-django-auth-ldap
SUBDIR += py-dj51-django-choices-field
- SUBDIR += py-dj51-django-debug-toolbar
SUBDIR += py-dj51-django-htmx
SUBDIR += py-dj51-django-tables2
SUBDIR += py-dj51-django-timezone-field
diff --git a/www/py-dj51-django-debug-toolbar/Makefile b/www/py-dj51-django-debug-toolbar/Makefile
deleted file mode 100644
index 567b07a1cc9e..000000000000
--- a/www/py-dj51-django-debug-toolbar/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-PORTNAME= django-debug-toolbar
-PORTVERSION= 6.1.0
-CATEGORIES= www python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj51-
-DISTNAME= django_debug_toolbar-${PORTVERSION}
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Configurable set of panels to display debug information
-WWW= https://django-debug-toolbar.readthedocs.io/en/latest/ \
- https://github.com/django-commons/django-debug-toolbar
-
-LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
-EXPIRATION_DATE=2025-12-31
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django51>=4.2.9:www/py-django51@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}sqlparse>=0.2.0:databases/py-sqlparse@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= autoplist concurrent pep517
-
-CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/www/py-dj51-django-debug-toolbar/distinfo b/www/py-dj51-django-debug-toolbar/distinfo
deleted file mode 100644
index a2f6c4bed06d..000000000000
--- a/www/py-dj51-django-debug-toolbar/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1762586902
-SHA256 (django_debug_toolbar-6.1.0.tar.gz) = e962ec350c9be8bdba918138e975a9cdb193f60ec396af2bb71b769e8e165519
-SIZE (django_debug_toolbar-6.1.0.tar.gz) = 309141
diff --git a/www/py-dj51-django-debug-toolbar/pkg-descr b/www/py-dj51-django-debug-toolbar/pkg-descr
deleted file mode 100644
index e62114e4b61f..000000000000
--- a/www/py-dj51-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.