Commit 1ff6a54a authored by Rene Ladan's avatar Rene Ladan
Browse files

www/py-dj52-django-debug-toolbar: Remove expired port

2026-06-30 www/py-dj52-django-debug-toolbar: Obsolete, please use www/py-django-debug-toolbar instead
parent 27c249fd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5422,3 +5422,4 @@ www/py-dj52-django-crispy-forms|www/py-django-crispy-forms|2026-06-30|Has expire
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
www/py-dj52-django-auditlog|www/py-django-allauth|2026-06-30|Has expired: Obsolete, please use www/py-django-allauth instead
www/py-dj52-django-debug-toolbar|www/py-django-debug-toolbar|2026-06-30|Has expired: Obsolete, please use www/py-django-debug-toolbar instead
+0 −1
Original line number Diff line number Diff line
@@ -1565,7 +1565,6 @@
    SUBDIR += py-dj42-djangorestframework
    SUBDIR += py-dj42-djangosaml2
    SUBDIR += py-dj52-django-allauth
    SUBDIR += py-dj52-django-debug-toolbar
    SUBDIR += py-dj52-djangorestframework
    SUBDIR += py-dj52-social-auth-app-django
    SUBDIR += py-dj60-channels
+0 −30
Original line number Diff line number Diff line
PORTNAME=	django-debug-toolbar
PORTVERSION=	6.3.0
CATEGORIES=	www python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj52-
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=	Obsolete, please use www/py-django-debug-toolbar instead
EXPIRATION_DATE=2026-06-30

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django52>=4.2.9:www/py-django52@${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>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1775587648
SHA256 (django_debug_toolbar-6.3.0.tar.gz) = f830a86fe02e17f625a22cfbed24a5bd1500762e201ec959c50efb0f9327282b
SIZE (django_debug_toolbar-6.3.0.tar.gz) = 334079
+0 −3
Original line number Diff line number Diff line
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.