Port details |
- py-channels-redis Redis-backed asgi channel layer implementation
- 4.2.0 www =2 4.2.0Version of this port present on the latest quarterly branch.
- Maintainer: grembo@FreeBSD.org
- Port Added: 2024-05-12 07:09:39
- Last Update: 2024-05-12 07:06:38
- Commit Hash: 1039ca2
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- http://github.com/django/channels_redis/
- Description:
- Provides Django Channels channel layers that use Redis as a backing store.
There are two available implementations:
RedisChannelLayer is the original layer, and implements channel and group
handling itself.
RedisPubSubChannelLayer is newer and leverages Redis Pub/Sub for message
dispatch. This layer is currently at Beta status, meaning it may be subject
to breaking changes whilst it matures.
Both layers support a single-server and sharded configurations.
- ¦ ¦ ¦ ¦
- 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-redis>0:www/py-channels-redis@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-channels-redis/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-channels-redis
- pkg install py39-channels-redis
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 py39-channels-redis listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-channels-redis
- Package flavors (<flavor>: <package>)
- py39: py39-channels-redis
- distinfo:
- TIMESTAMP = 1707598760
SHA256 (channels_redis-4.2.0.tar.gz) = 01c26c4d5d3a203f104bba9e5585c0305a70df390d21792386586068162027fd
SIZE (channels_redis-4.2.0.tar.gz) = 20754
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-redis>=5.0.1 : databases/py-redis@py39
- py39-msgpack>=1 : devel/py-msgpack@py39
- py39-asgiref>=3.7.2 : www/py-asgiref@py39
- py39-channels>=4 : www/py-channels@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Build
-
- deskutils/py-paperless-ngx
- for Run
-
- deskutils/py-paperless-ngx
Configuration Options:
- No options to configure
- Options name:
- www_py-channels-redis
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Port Moves |
- port moved here from www/py-dj42-channels-redis on 2024-05-12
REASON: Renamed after all Django consumers were switched from Django 3.2 to Django 4.2 to have a consistent naming scheme
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.2.0 12 May 2024 07:06:38 |
Kai Knoblich (kai) |
deskutils/py-paperless-ngx: Change RUN_DEPENDS
* Switch the port from the repo-copied py-dj42-django* ports to the
original ones as they're using Django 4.2 now.
* Some ports were also created directly with a "py-dj42-" prefix to
have a consistent naming scheme of Django 4.2 ports and had no
Django 3.2 counterpart.
After all Django consumers have been changed from Django 3.2 to
Django 4.2 with 680c68fd4d69, these ports are now renamed accordingly.
- From: www/py-dj42-channels-redis
To: www/py-channels-redis
- From: www/py-dj42-django-auditlog (Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 1
|