git: 59cdef6f0539 - main - www/py-dj41-django-debug-toolbar: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Dec 2023 00:08:55 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=59cdef6f05390cf2e544b19d2cd9b1a8619e64ab
commit 59cdef6f05390cf2e544b19d2cd9b1a8619e64ab
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-30 07:31:12 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-31 00:06:37 +0000
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/
---
MOVED | 1 +
www/Makefile | 1 -
www/py-dj41-django-debug-toolbar/Makefile | 30 ------------------------------
www/py-dj41-django-debug-toolbar/distinfo | 3 ---
www/py-dj41-django-debug-toolbar/pkg-descr | 3 ---
5 files changed, 1 insertion(+), 37 deletions(-)
diff --git a/MOVED b/MOVED
index 54e85fd371c5..35bec41b9d07 100644
--- a/MOVED
+++ b/MOVED
@@ -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/
diff --git a/www/Makefile b/www/Makefile
index 46f5fcef8b63..af850f533856 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -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
diff --git a/www/py-dj41-django-debug-toolbar/Makefile b/www/py-dj41-django-debug-toolbar/Makefile
deleted file mode 100644
index 887cee2ffb83..000000000000
--- a/www/py-dj41-django-debug-toolbar/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-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>
diff --git a/www/py-dj41-django-debug-toolbar/distinfo b/www/py-dj41-django-debug-toolbar/distinfo
deleted file mode 100644
index 52b9218a4219..000000000000
--- a/www/py-dj41-django-debug-toolbar/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1692211819
-SHA256 (django_debug_toolbar-4.2.0.tar.gz) = bc7fdaafafcdedefcc67a4a5ad9dac96efd6e41db15bc74d402a54a2ba4854dc
-SIZE (django_debug_toolbar-4.2.0.tar.gz) = 259709
diff --git a/www/py-dj41-django-debug-toolbar/pkg-descr b/www/py-dj41-django-debug-toolbar/pkg-descr
deleted file mode 100644
index e62114e4b61f..000000000000
--- a/www/py-dj41-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.