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

Newsfeed changes

The news feed page[s] were not laid out well. Two pages, disjointed information, hard to figure out how to use the optional parameters...

Thankfully, someone told me.

The new page is ready for your review. Please compare these two:

You may also be interested in the Github issue.
Port details
py-channels Brings async, event-driven capabilities to Django
4.2.0 www on this many watch lists=2 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.0Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-10-11 13:00:23
Last Update: 2024-11-21 20:54:08
Commit Hash: cec5536
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
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.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}channels>0:www/py-channels@${PY_FLAVOR}
To install the port:
cd /usr/ports/www/py-channels/ && make install clean
To add the package, run one of these commands:
  • pkg install www/py-channels
  • pkg install py311-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-channels listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-channels
Package flavors (<flavor>: <package>)
  • py311: py311-channels
distinfo:
TIMESTAMP = 1732202562 SHA256 (channels-4.2.0.tar.gz) = d9e707487431ba5dbce9af982970dab3b0efd786580fadb99e45dca5e39fdd59 SIZE (channels-4.2.0.tar.gz) = 26554

Packages (timestamps in pop-ups are UTC):
py39-channels
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly-----4.0.04.0.04.0.0
FreeBSD:14:latest--------
FreeBSD:14:quarterly-----4.0.04.0.04.0.0
FreeBSD:15:latest--n/a-n/a4.0.04.0.04.0.0
 

py311-channels
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest4.2.04.2.0-4.2.04.2.0---
FreeBSD:13:quarterly4.2.04.2.0-4.2.04.2.0---
FreeBSD:14:latest4.2.04.2.0-4.2.04.2.0---
FreeBSD:14:quarterly4.2.04.2.0-4.2.04.2.0---
FreeBSD:15:latest4.2.04.2.0n/a4.2.0n/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.6.0<4 : www/py-asgiref@py311
  2. py311-django42>=4.2 : www/py-django42@py311
  3. python3.11 : lang/python311
This port is required by:
for Run
  1. www/py-channels-redis

Configuration Options:
No options to configure
Options name:
www_py-channels
USES:
python
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.
Port Moves
  • port moved here from www/py-dj42-channels on 2024-06-15
    REASON: Has expired: Obsolete, please use www/py-channels instead

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.2.0
21 Nov 2024 20:54:08
commit hash: cec5536e759fed0597ab20ee0f11712610ebf9c4commit hash: cec5536e759fed0597ab20ee0f11712610ebf9c4commit hash: cec5536e759fed0597ab20ee0f11712610ebf9c4commit hash: cec5536e759fed0597ab20ee0f11712610ebf9c4 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-channels: Update to 4.2.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.1.0
05 Apr 2024 23:58:19
commit hash: 5fea95bcf9c48056354cac8c10b77f8342d8a3e0commit hash: 5fea95bcf9c48056354cac8c10b77f8342d8a3e0commit hash: 5fea95bcf9c48056354cac8c10b77f8342d8a3e0commit hash: 5fea95bcf9c48056354cac8c10b77f8342d8a3e0 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-channels: Update to 4.1.0

- Convert to USE_PYTHON=pep517

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.0.0
11 Oct 2023 12:53:45
commit hash: 84437b55bbafb20bc1916ac98b6594c18c668dbacommit hash: 84437b55bbafb20bc1916ac98b6594c18c668dbacommit hash: 84437b55bbafb20bc1916ac98b6594c18c668dbacommit hash: 84437b55bbafb20bc1916ac98b6594c18c668dba files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-channels: Add py-channels 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.

Number of commits found: 3