aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2026-06-30 19:39:19 +0000
committerRene Ladan <rene@FreeBSD.org>2026-06-30 19:39:19 +0000
commite9382fb34c79533a0412bd9959bc92b416adc64b (patch)
tree114b3102e9617e07f0e3fca3ea1f349b5937f941
parent59456e3bd638df3dc214733e62a628fc0580ea82 (diff)
www/py-dj52-channels-redis: Remove expired port
2026-06-30 www/py-dj52-channels-redis: Obsolete, please use www/py-channels-redis instead
-rw-r--r--MOVED1
-rw-r--r--www/Makefile1
-rw-r--r--www/py-dj52-channels-redis/Makefile28
-rw-r--r--www/py-dj52-channels-redis/distinfo3
-rw-r--r--www/py-dj52-channels-redis/pkg-descr12
5 files changed, 1 insertions, 44 deletions
diff --git a/MOVED b/MOVED
index b6ed17f429e8..655ff0483cf9 100644
--- a/MOVED
+++ b/MOVED
@@ -5392,3 +5392,4 @@ www/py-dj52-laces|www/py-laces|2026-06-30|Has expired: Obsolete, please use www/
www/py-dj52-django-otp|www/py-django-otp|2026-06-30|Has expired: Obsolete, please use www/py-django-otp instead
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
diff --git a/www/Makefile b/www/Makefile
index d11dd5cda1c8..44d444ef6c88 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1565,7 +1565,6 @@
SUBDIR += py-dj42-djangorestframework
SUBDIR += py-dj42-djangosaml2
SUBDIR += py-dj52-channels
- SUBDIR += py-dj52-channels-redis
SUBDIR += py-dj52-django-allauth
SUBDIR += py-dj52-django-auditlog
SUBDIR += py-dj52-django-auth-ldap
diff --git a/www/py-dj52-channels-redis/Makefile b/www/py-dj52-channels-redis/Makefile
deleted file mode 100644
index 567c93d15162..000000000000
--- a/www/py-dj52-channels-redis/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-PORTNAME= channels-redis
-PORTVERSION= 4.3.0
-CATEGORIES= www python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj52-
-DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION}
-
-MAINTAINER= grembo@FreeBSD.org
-COMMENT= Redis-backed asgi channel layer implementation
-WWW= http://github.com/django/channels_redis/
-
-LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Obsolete, please use www/py-channels-redis instead
-EXPIRATION_DATE=2026-06-30
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}redis>=5.0.1:databases/py-redis@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}msgpack>=1:devel/py-msgpack@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}asgiref>=3.7.2:www/py-asgiref@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}dj52-channels>=4:www/py-dj52-channels@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= autoplist distutils
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/www/py-dj52-channels-redis/distinfo b/www/py-dj52-channels-redis/distinfo
deleted file mode 100644
index 28730dadc6da..000000000000
--- a/www/py-dj52-channels-redis/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1753980067
-SHA256 (channels_redis-4.3.0.tar.gz) = 740ee7b54f0e28cf2264a940a24453d3f00526a96931f911fcb69228ef245dd2
-SIZE (channels_redis-4.3.0.tar.gz) = 31440
diff --git a/www/py-dj52-channels-redis/pkg-descr b/www/py-dj52-channels-redis/pkg-descr
deleted file mode 100644
index 8cd2d32f3a39..000000000000
--- a/www/py-dj52-channels-redis/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-Provides Django Channels channel layers that use Redis as a backing store.
-
-There are two available implementations:
-
-RedisChannelLayer is the original layer, and implements channel and group
-handling itself.
-
-RedisPubSubChannelLayer is newer and leverages Redis Pub/Sub for message
-dispatch. This layer is currently at Beta status, meaning it may be subject
-to breaking changes whilst it matures.
-
-Both layers support a single-server and sharded configurations.