Port details |
- py-dj40-django-redis Full featured Redis cache/session backend for Django
- 5.2.0_2 www
=0 5.2.0_2Version of this port present on the latest quarterly branch.
- DEPRECATED: Extended support of Django 4.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/
This port expired on: 2023-05-20
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2022-06-16 16:33:07
- Last Update: 2023-05-20 09:57:17
- Commit Hash: 9bc0a7e
- Also Listed In: databases python
- License: BSD3CLAUSE
- WWW:
- https://github.com/jazzband/django-redis
- Description:
- Django-redis is a BSD Licensed, full featured Redis cache/session
backend for Django.
Why use django-redis?
* Modular client system (pluggable clients).
* Master-Slave support in the default client.
* Used in production in several projects as cache and session storage.
* Supports infinite timeouts.
* Python 3 support in same code base.
* Facilities for raw access to Redis client/connection pool.
* Highly configurable (can emulate memcached exception behavior, for
example).
* Unix sockets supported by default.
* Pluggable parsers.
- ¦ ¦ ¦ ¦
- 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}dj40-django-redis>0:www/py-dj40-django-redis@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- No installation instructions:
- This port has been deleted.
- PKGNAME: py39-dj40-django-redis
- Package flavors (<flavor>: <package>)
- py39: py39-dj40-django-redis
- distinfo:
- TIMESTAMP = 1641046018
SHA256 (django-redis-5.2.0.tar.gz) = 8a99e5582c79f894168f5865c52bd921213253b7fd64d16733ae4591564465de
SIZE (django-redis-5.2.0.tar.gz) = 44132
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:
-
- py39-hiredis>=0 : databases/py-hiredis@py39
- py39-mock>=0 : devel/py-mock@py39
- py39-msgpack>=0 : devel/py-msgpack@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-django40>=2.2 : www/py-django40@py39
- py39-redis>=3 : databases/py-redis@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_py-dj40-django-redis
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.2.0_2 20 May 2023 09:57:17 |
Rene Ladan (rene) |
www/py-dj40-django-redis: Remove expired port:
2023-05-20 www/py-dj40-django-redis: Extended support of Django 4.0 ends April
2023, upgrade to the Django 4.1+ version of this port. See
https://www.djangoproject.com/download/ |
5.2.0_2 18 Apr 2023 18:00:57 |
Po-Chuan Hsieh (sunpoet) |
www/py-dj40-django-redis: Revert 001ff60d10ab0adcf3b8870af208ac5d3537da4c
- Change RUN_DEPENDS from py-redis3 to py-redis
- Relax version requirement of RUN_DEPENDS
- Bump PORTREVISION for dependency change |
5.2.0_1 09 Apr 2023 20:40:47 |
Po-Chuan Hsieh (sunpoet) |
www/py-dj40-django-redis: Change RUN_DEPENDS from py-redis to py-redis3
- Bump PORTREVISION for dependency change |
5.2.0 22 Feb 2023 07:10:22 |
Kai Knoblich (kai) |
*/*dj40*: Deprecate/Set to expire
* Django 4.0 will reach its End-of-Life in April 2023. Deprecate its
consumers and set the expiration date accordingly.
Reviewed by: sunpoet, wen (python, via e-mail)
Approved by: sunpoet, wen (python, via e-mail)
Differential Revision: https://reviews.freebsd.org/D38651 |
5.2.0 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
5.2.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
5.2.0 16 Jun 2022 16:28:33 |
Kai Knoblich (kai) |
net-mgmt/netbox: Create Django 4.0 consumers
* Django 3.2 is currently the "default" version in the ports tree due
its long term support until April 2024. 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 3.2 release possible because it requires Django
4.0.
All of the ports listed below were created on the basis of their
respective original ports:
- devel/py-dj40-django-rq
- devel/py-dj40-graphene-django (Only the first 15 lines of the commit message are shown above ) |