notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Port details
py-dj52-channels Brings async, event-driven capabilities to Django
4.3.1 www on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 4.2.2Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-06-22 07:00:13
Last Update: 2025-09-07 23:04:14
Commit Hash: 35bbf0c
Also Listed In: python
License: BSD3CLAUSE
WWW:
https://channels.readthedocs.io/en/latest/
https://github.com/django/channels
Description:
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.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}dj52-channels>0:www/py-dj52-channels@${PY_FLAVOR}
To install the port:
cd /usr/ports/www/py-dj52-channels/ && make install clean
To add the package, run one of these commands:
  • pkg install www/py-dj52-channels
  • pkg install py311-dj52-channels
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-dj52-channels listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-dj52-channels
Package flavors (<flavor>: <package>)
  • py311: py311-dj52-channels
distinfo:
TIMESTAMP = 1757120858 SHA256 (channels-4.3.1.tar.gz) = 97413ffd674542db08e16a9ef09cd86ec0113e5f8125fbd33cf0854adcf27cdb SIZE (channels-4.3.1.tar.gz) = 26896

Packages (timestamps in pop-ups are UTC):
py311-dj52-channels
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest4.3.14.3.1-4.3.04.3.1---
FreeBSD:13:quarterly4.2.24.2.2-4.2.24.2.2---
FreeBSD:14:latest4.3.04.3.1-4.3.04.3.1---
FreeBSD:14:quarterly4.2.24.2.2-4.2.24.2.2---
FreeBSD:15:latest4.3.04.3.1n/a4.3.0n/a---
FreeBSD:15:quarterly--n/a-n/a---
FreeBSD:16:latest-4.3.0n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>=0 : devel/py-setuptools@py311
  2. py311-wheel>=0 : devel/py-wheel@py311
  3. python3.11 : lang/python311
  4. py311-build>=0 : devel/py-build@py311
  5. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-asgiref>=3.9.0<4 : www/py-asgiref@py311
  2. py311-django52>=4.2 : www/py-django52@py311
  3. python3.11 : lang/python311
This port is required by:
for Run
  1. www/py-dj52-channels-redis

Configuration Options:
No options to configure
Options name:
www_py-dj52-channels
USES:
python:3.10+
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/c/channels/
  2. https://pypi.org/packages/source/c/channels/
Collapse this list.

Number of commits found: 4

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.3.1
07 Sep 2025 23:04:14
commit hash: 35bbf0c2b32db03a28aaf3f27408d705aa117484commit hash: 35bbf0c2b32db03a28aaf3f27408d705aa117484commit hash: 35bbf0c2b32db03a28aaf3f27408d705aa117484commit hash: 35bbf0c2b32db03a28aaf3f27408d705aa117484 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-dj52-channels: Update to 4.3.1

Changes:	https://github.com/django/channels/blob/main/CHANGELOG.txt
		https://github.com/django/channels/tree/main/docs/releases
		https://channels.readthedocs.io/en/latest/releases/
4.3.0
12 Aug 2025 18:15:49
commit hash: 63a9cd5872eeb7afd6dd8164491fd52108736013commit hash: 63a9cd5872eeb7afd6dd8164491fd52108736013commit hash: 63a9cd5872eeb7afd6dd8164491fd52108736013commit hash: 63a9cd5872eeb7afd6dd8164491fd52108736013 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-dj52-channels: Update to 4.3.0

Changes:	https://github.com/django/channels/blob/main/CHANGELOG.txt
		https://github.com/django/channels/tree/main/docs/releases
		https://channels.readthedocs.io/en/latest/releases/index.html
4.2.2
29 Jun 2025 11:46:13
commit hash: 0a48f982ea311b3e0c6125ae1484262e6ce4662bcommit hash: 0a48f982ea311b3e0c6125ae1484262e6ce4662bcommit hash: 0a48f982ea311b3e0c6125ae1484262e6ce4662bcommit hash: 0a48f982ea311b3e0c6125ae1484262e6ce4662b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-dj52-channels: Update to 4.2.2

Changes:	https://github.com/django/channels/blob/main/CHANGELOG.txt
		https://github.com/django/channels/tree/main/docs/releases
		https://channels.readthedocs.io/en/latest/releases/index.html
4.2.0
22 Jun 2025 06:55:08
commit hash: 7f72b5d66013f5cc9013b9b1e5cbbb187f136d6fcommit hash: 7f72b5d66013f5cc9013b9b1e5cbbb187f136d6fcommit hash: 7f72b5d66013f5cc9013b9b1e5cbbb187f136d6fcommit hash: 7f72b5d66013f5cc9013b9b1e5cbbb187f136d6f files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Create Django 5.2 consumers

* Django 4.2 is currently the "default" version in the ports tree due
  its long term support until April 2026.  Thus ports that are assigned
  to that version will exist until then.

  The following ports are required to make the upgrade of
  net-mgmt/netbox to the 4.3 release possible because it requires
  Django 5.2.

  All of the ports listed below were created on the basis of their
  respective original ports:

  - devel/py-dj52-django-rq
  - devel/py-dj52-strawberry-graphql
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 4