diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/py-dj50-channels/Makefile | 30 | ||||
-rw-r--r-- | www/py-dj50-channels/distinfo | 3 | ||||
-rw-r--r-- | www/py-dj50-channels/pkg-descr | 4 |
5 files changed, 1 insertions, 38 deletions
@@ -4426,3 +4426,4 @@ lang/kross-interpreters||2025-05-31|Has expired: Development discontinued, not s www/py-dj50-django-taggit|www/py-dj51-django-taggit|2025-06-01|Has expired: Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/ www/py-dj50-strawberry-graphql-django|www/py-dj51-strawberry-graphql-django|2025-06-01|Has expired: Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/ devel/py-dj50-strawberry-graphql|devel/py-dj51-strawberry-graphql|2025-06-01|Has expired: Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/ +www/py-dj50-channels|www/py-dj51-channels|2025-06-01|Has expired: Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/ diff --git a/www/Makefile b/www/Makefile index aea301fa04f6..f2ec7a9a98cb 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1516,7 +1516,6 @@ SUBDIR += py-daphne SUBDIR += py-dash SUBDIR += py-dj-database-url - SUBDIR += py-dj50-channels SUBDIR += py-dj50-django-auth-ldap SUBDIR += py-dj50-django-choices-field SUBDIR += py-dj50-django-cors-headers diff --git a/www/py-dj50-channels/Makefile b/www/py-dj50-channels/Makefile deleted file mode 100644 index a152801f068d..000000000000 --- a/www/py-dj50-channels/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -PORTNAME= channels -PORTVERSION= 4.2.2 -CATEGORIES= www python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj50- - -MAINTAINER= kai@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.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/ -EXPIRATION_DATE=2025-05-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.6.0<4:www/py-asgiref@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}django50>=4.2:www/py-django50@${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-dj50-channels/distinfo b/www/py-dj50-channels/distinfo deleted file mode 100644 index 52354b92f283..000000000000 --- a/www/py-dj50-channels/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1745148758 -SHA256 (channels-4.2.2.tar.gz) = 8d7208e48ab8fdb972aaeae8311ce920637d97656ffc7ae5eca4f93f84bcd9a0 -SIZE (channels-4.2.2.tar.gz) = 26647 diff --git a/www/py-dj50-channels/pkg-descr b/www/py-dj50-channels/pkg-descr deleted file mode 100644 index 01296180bc27..000000000000 --- a/www/py-dj50-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. |