1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00

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
This commit is contained in:
Rene Ladan 2024-06-15 20:31:48 +02:00
parent 366c381ea3
commit 972f8b2ff2
5 changed files with 1 additions and 36 deletions

1
MOVED
View File

@ -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

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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.