summaryrefslogtreecommitdiff
path: root/www/py-dj50-django-debug-toolbar
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-dj50-django-debug-toolbar')
-rw-r--r--www/py-dj50-django-debug-toolbar/Makefile29
-rw-r--r--www/py-dj50-django-debug-toolbar/distinfo3
-rw-r--r--www/py-dj50-django-debug-toolbar/pkg-descr3
3 files changed, 0 insertions, 35 deletions
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.