git: a5bfc94fb093 - main - www/py-dj51-channels: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Wed, 31 Dec 2025 11:30:58 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a5bfc94fb093e46f8d358eafa1515adbb1a01b3f

commit a5bfc94fb093e46f8d358eafa1515adbb1a01b3f
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-12-31 11:30:51 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-12-31 11:30:51 +0000

    www/py-dj51-channels: Remove expired port
    
    2025-12-31 www/py-dj51-channels: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
---
 MOVED                          |  1 +
 www/Makefile                   |  1 -
 www/py-dj51-channels/Makefile  | 30 ------------------------------
 www/py-dj51-channels/distinfo  |  3 ---
 www/py-dj51-channels/pkg-descr |  4 ----
 5 files changed, 1 insertion(+), 38 deletions(-)

diff --git a/MOVED b/MOVED
index 7dc91f4d246d..ab14694827a5 100644
--- a/MOVED
+++ b/MOVED
@@ -4942,3 +4942,4 @@ www/py-dj51-django-auditlog||2025-12-31|Has expired: Extended support of Django
 www/py-dj51-django-auth-ldap||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
 www/py-dj51-django-choices-field||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
 devel/py-dj51-strawberry-graphql||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
+www/py-dj51-channels||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
diff --git a/www/Makefile b/www/Makefile
index 1860f13611e9..79f176f219ab 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1543,7 +1543,6 @@
     SUBDIR += py-dash
     SUBDIR += py-ddgs
     SUBDIR += py-dj-database-url
-    SUBDIR += py-dj51-channels
     SUBDIR += py-dj51-django-htmx
     SUBDIR += py-dj51-django-tables2
     SUBDIR += py-dj51-djangorestframework
diff --git a/www/py-dj51-channels/Makefile b/www/py-dj51-channels/Makefile
deleted file mode 100644
index 61b058571586..000000000000
--- a/www/py-dj51-channels/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-PORTNAME=	channels
-PORTVERSION=	4.3.2
-CATEGORIES=	www python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj51-
-
-MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Brings async, event-driven capabilities to Django
-WWW=		https://channels.readthedocs.io/en/latest/ \
-		https://github.com/django/channels
-
-LICENSE=	BSD3CLAUSE
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-DEPRECATED=	Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
-EXPIRATION_DATE=2025-12-31
-
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}asgiref>=3.9.0<4:www/py-asgiref@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}django51>=4.2:www/py-django51@${PY_FLAVOR}
-
-USES=		python
-USE_PYTHON=	autoplist concurrent pep517
-
-CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
-
-NO_ARCH=	yes
-
-.include <bsd.port.mk>
diff --git a/www/py-dj51-channels/distinfo b/www/py-dj51-channels/distinfo
deleted file mode 100644
index d3ede372723c..000000000000
--- a/www/py-dj51-channels/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1763853466
-SHA256 (channels-4.3.2.tar.gz) = f2bb6bfb73ad7fb4705041d07613c7b4e69528f01ef8cb9fb6c21d9295f15667
-SIZE (channels-4.3.2.tar.gz) = 27023
diff --git a/www/py-dj51-channels/pkg-descr b/www/py-dj51-channels/pkg-descr
deleted file mode 100644
index 01296180bc27..000000000000
--- a/www/py-dj51-channels/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Channels augments Django to bring WebSocket, long-poll HTTP, task offloading and
-other async support to your code, using familiar Django design patterns and a
-flexible underlying framework that lets you not only customize behaviours but
-also write support for your own protocols and needs.