aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2026-06-30 19:39:59 +0000
committerRene Ladan <rene@FreeBSD.org>2026-06-30 19:39:59 +0000
commit922b2a989698e86d0682cc9f2603f1398a7786c5 (patch)
treefef4653ae855763bec7d778c0b562d64db8d640b
parente9382fb34c79533a0412bd9959bc92b416adc64b (diff)
www/py-dj52-channels: Remove expired port
2026-06-30 www/py-dj52-channels: Obsolete, please use www/py-channels instead
-rw-r--r--MOVED1
-rw-r--r--www/Makefile1
-rw-r--r--www/py-dj52-channels/Makefile33
-rw-r--r--www/py-dj52-channels/distinfo3
-rw-r--r--www/py-dj52-channels/pkg-descr4
5 files changed, 1 insertions, 41 deletions
diff --git a/MOVED b/MOVED
index 655ff0483cf9..1bc0f8703300 100644
--- a/MOVED
+++ b/MOVED
@@ -5393,3 +5393,4 @@ www/py-dj52-django-otp|www/py-django-otp|2026-06-30|Has expired: Obsolete, pleas
www/py-dj52-django-storages|www/py-django-storages|2026-06-30|Has expired: Obsolete, please use www/py-django-storages instead
www/py-dj52-django-redis|www/py-django-redis|2026-06-30|Has expired: Obsolete, please use www/py-django-redis instead
www/py-dj52-channels-redis|www/py-channels-redis|2026-06-30|Has expired: Obsolete, please use www/py-channels-redis instead
+www/py-dj52-channels|www/py-channels|2026-06-30|Has expired: Obsolete, please use www/py-channels instead
diff --git a/www/Makefile b/www/Makefile
index 44d444ef6c88..06ebe15c1aad 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1564,7 +1564,6 @@
SUBDIR += py-dj42-django_statici18n
SUBDIR += py-dj42-djangorestframework
SUBDIR += py-dj42-djangosaml2
- SUBDIR += py-dj52-channels
SUBDIR += py-dj52-django-allauth
SUBDIR += py-dj52-django-auditlog
SUBDIR += py-dj52-django-auth-ldap
diff --git a/www/py-dj52-channels/Makefile b/www/py-dj52-channels/Makefile
deleted file mode 100644
index f205067c46f2..000000000000
--- a/www/py-dj52-channels/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-PORTNAME= channels
-PORTVERSION= 4.3.2
-CATEGORIES= www python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj52-
-
-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= Obsolete, please use www/py-channels instead
-EXPIRATION_DATE=2026-06-30
-
-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}django52>=4.2:www/py-django52@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= autoplist concurrent pep517
-
-NO_ARCH= yes
-
-OPTIONS_DEFINE= DAPHNE
-DAPHNE_DESC= Django ASGI support via daphne
-
-DAPHNE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}daphne>=4.0.0:www/py-daphne@${PY_FLAVOR}
-
-.include <bsd.port.mk>
diff --git a/www/py-dj52-channels/distinfo b/www/py-dj52-channels/distinfo
deleted file mode 100644
index ce6e551d1a09..000000000000
--- a/www/py-dj52-channels/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1763853468
-SHA256 (channels-4.3.2.tar.gz) = f2bb6bfb73ad7fb4705041d07613c7b4e69528f01ef8cb9fb6c21d9295f15667
-SIZE (channels-4.3.2.tar.gz) = 27023
diff --git a/www/py-dj52-channels/pkg-descr b/www/py-dj52-channels/pkg-descr
deleted file mode 100644
index 01296180bc27..000000000000
--- a/www/py-dj52-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.