aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-06-15 18:13:40 +0000
committerRene Ladan <rene@FreeBSD.org>2024-06-15 18:13:40 +0000
commita627b12e972e21382b097be8ffa69a2a7d494ec4 (patch)
tree311dd6df8ef2b41019e96ba756380b83e90caf9c
parent641d790bdc950d965abceffd3092f84df669b3eb (diff)
www/py-dj42-channels: Remove expired port
2024-06-15 www/py-dj42-channels: Obsolete, please use www/py-channels instead
-rw-r--r--MOVED1
-rw-r--r--www/Makefile1
-rw-r--r--www/py-dj42-channels/Makefile26
-rw-r--r--www/py-dj42-channels/distinfo3
-rw-r--r--www/py-dj42-channels/pkg-descr4
5 files changed, 1 insertions, 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.