Commit 922b2a98 authored by Rene Ladan's avatar Rene Ladan
Browse files

www/py-dj52-channels: Remove expired port

2026-06-30 www/py-dj52-channels: Obsolete, please use www/py-channels instead
parent e9382fb3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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

www/py-dj52-channels/Makefile

deleted100644 → 0
+0 −33
Original line number Diff line number Diff line
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>

www/py-dj52-channels/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1763853468
SHA256 (channels-4.3.2.tar.gz) = f2bb6bfb73ad7fb4705041d07613c7b4e69528f01ef8cb9fb6c21d9295f15667
SIZE (channels-4.3.2.tar.gz) = 27023

www/py-dj52-channels/pkg-descr

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
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.