Commit 59cdef6f authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

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

2023-12-31 www/py-dj41-django-debug-toolbar: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/
parent 8cb24995
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8286,3 +8286,4 @@ www/py-dj41-django-cors-headers|www/py-dj42-django-cors-headers|2023-12-31|Has e
databases/mysql57-server|mysql80-server|2023-12-31|Has expired: Upstream support ended in October 2019
databases/mysql57-client|mysql80-client|2023-12-31|Has expired: Upstream support ended in October 2019
www/py-dj41-django-filter|www/py-dj42-django-filter|2023-12-31|Has expired: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/
www/py-dj41-django-debug-toolbar|www/py-dj42-django-debug-toolbar|2023-12-31|Has expired: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/
+0 −1
Original line number Diff line number Diff line
@@ -1493,7 +1493,6 @@
    SUBDIR += py-daphne
    SUBDIR += py-dj-database-url
    SUBDIR += py-dj41-django-auth-ldap
    SUBDIR += py-dj41-django-debug-toolbar
    SUBDIR += py-dj41-django-js-asset
    SUBDIR += py-dj41-django-timezone-field
    SUBDIR += py-dj41-djangorestframework
+0 −30
Original line number Diff line number Diff line
PORTNAME=	django-debug-toolbar
PORTVERSION=	4.2.0
CATEGORIES=	www python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj41-
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/jazzband/django-debug-toolbar

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

DEPRECATED=	Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/
EXPIRATION_DATE=	2023-12-31

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django41>=3.2.4:www/py-django41@${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 = 1692211819
SHA256 (django_debug_toolbar-4.2.0.tar.gz) = bc7fdaafafcdedefcc67a4a5ad9dac96efd6e41db15bc74d402a54a2ba4854dc
SIZE (django_debug_toolbar-4.2.0.tar.gz) = 259709
+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.