git: a627b12e972e - main - www/py-dj42-channels: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 15 Jun 2024 18:13:45 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=a627b12e972e21382b097be8ffa69a2a7d494ec4 commit a627b12e972e21382b097be8ffa69a2a7d494ec4 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-06-15 18:13:40 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-06-15 18:13:40 +0000 www/py-dj42-channels: Remove expired port 2024-06-15 www/py-dj42-channels: Obsolete, please use www/py-channels instead --- MOVED | 1 + www/Makefile | 1 - www/py-dj42-channels/Makefile | 26 -------------------------- www/py-dj42-channels/distinfo | 3 --- www/py-dj42-channels/pkg-descr | 4 ---- 5 files changed, 1 insertion(+), 34 deletions(-) diff --git a/MOVED b/MOVED index 8e277ce0707a..06c8034d5385 100644 --- a/MOVED +++ b/MOVED @@ -3327,3 +3327,4 @@ www/py-dj42-django-cors-headers|www/py-django-cors-headers|2024-06-15|Has expire www/py-dj42-django-treebeard|www/py-django-treebeard|2024-06-15|Has expired: Obsolete, please use www/py-django-treebeard instead www/py-dj42-django-otp|www/py-django-otp|2024-06-15|Has expired: Obsolete, please use www/py-django-otp instead www/py-dj42-django-prometheus|www/py-django-prometheus|2024-06-15|Has expired: Obsolete, please use www/py-django-prometheus instead +www/py-dj42-channels|www/py-channels|2024-06-15|Has expired: Obsolete, please use www/py-channels instead diff --git a/www/Makefile b/www/Makefile index 03a43163eb39..cdee1e00eea5 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1482,7 +1482,6 @@ SUBDIR += py-cssutils SUBDIR += py-daphne SUBDIR += py-dj-database-url - SUBDIR += py-dj42-channels SUBDIR += py-dj42-django-allauth SUBDIR += py-dj42-django-crispy-forms SUBDIR += py-dj42-django-debug-toolbar diff --git a/www/py-dj42-channels/Makefile b/www/py-dj42-channels/Makefile deleted file mode 100644 index 8443f6925162..000000000000 --- a/www/py-dj42-channels/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -PORTNAME= channels -PORTVERSION= 4.0.0 -CATEGORIES= www python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj42- - -MAINTAINER= grembo@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=2024-06-15 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asgiref>=3.5.0<4:www/py-asgiref@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist concurrent distutils - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/www/py-dj42-channels/distinfo b/www/py-dj42-channels/distinfo deleted file mode 100644 index 5b1a85e8267d..000000000000 --- a/www/py-dj42-channels/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1696904100 -SHA256 (channels-4.0.0.tar.gz) = 0ce53507a7da7b148eaa454526e0e05f7da5e5d1c23440e4886cf146981d8420 -SIZE (channels-4.0.0.tar.gz) = 24446 diff --git a/www/py-dj42-channels/pkg-descr b/www/py-dj42-channels/pkg-descr deleted file mode 100644 index 01296180bc27..000000000000 --- a/www/py-dj42-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.