Port details |
- py-dj41-django-redis Full featured Redis cache/session backend for Django
- 5.4.0 www
=0 5.4.0Version of this port present on the latest quarterly branch.
- DEPRECATED: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/
This port expired on: 2023-12-31
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2023-02-22 07:18:21
- Last Update: 2023-12-31 00:06:34
- Commit Hash: a4d1a36
- 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}dj41-django-redis>0:www/py-dj41-django-redis@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- No installation instructions:
- This port has been deleted.
- PKGNAME: py39-dj41-django-redis
- Package flavors (<flavor>: <package>)
- py39: py39-dj41-django-redis
- distinfo:
- TIMESTAMP = 1696432968
SHA256 (django-redis-5.4.0.tar.gz) = 6a02abaa34b0fea8bf9b707d2c363ab6adc7409950b2db93602e6cb292818c42
SIZE (django-redis-5.4.0.tar.gz) = 52567
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-django41>=3.2 : www/py-django41@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-dj41-django-redis
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Port Moves |
- port moved to www/py-dj42-django-redis on 2023-12-31
REASON: Has expired: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/
- port moved here from www/py-dj40-django-redis on 2023-05-20
REASON: Has expired: 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/
|
Number of commits found: 8
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.4.0 31 Dec 2023 00:06:34 |
Muhammad Moinur Rahman (bofh) |
www/py-dj41-django-redis: Remove expired port
2023-12-31 www/py-dj41-django-redis: Extended support of Django 4.1 ends
December 2023, upgrade to the Django 4.2+ version of this port. See
https://www.djangoproject.com/download/ |
5.4.0 05 Oct 2023 02:00:26 |
Po-Chuan Hsieh (sunpoet) |
www/py-dj41-django-redis: Update to 5.4.0
Changes: https://github.com/jazzband/django-redis/blob/master/CHANGELOG.rst |
5.3.0 10 Sep 2023 13:15:33 |
Kai Knoblich (kai) |
*/*dj41*: Deprecate/Set to expire
* Django 4.1 will reach its End-of-Life in December 2023. Deprecate its
consumers and set the expiration date accordingly.
Differential Revision: https://reviews.freebsd.org/D41666
With hat: python |
5.3.0 09 Jul 2023 10:21:02 |
Po-Chuan Hsieh (sunpoet) |
www/py-dj41-django-redis: Update to 5.3.0
Changes: https://github.com/jazzband/django-redis/blob/master/CHANGELOG.rst |
5.2.0_2 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
5.2.0_2 14 Apr 2023 08:00:01 |
Kai Knoblich (kai) |
www/py-dj41-django-redis: Change RUN_DEPENDS back to py-redis
The previous commit 957fc72127d3 changed the RUN_DEPENDS from py-redis
to py-redis3, which was derived from the set version constraint (= <4).
The constraint was added as a precautionary measure when this port was
introduced to the ports tree due an currently open issue in conjunction
with py-redis >= 4 (issue #595) and therefore to avoid possible
problems/regressions in regard to net-mgmt/netbox.
The last change to this port has now led to installation conflicts with
net-mgmt/netbox because it requires this port as well as
devel/py-dj41-django-rq. The latter one, pulls in databases/py-redis,
which in the end led to the reported problem. [1]
Fix the issue by switching back to py-redis and also removing the
version constraint.
PR: 270792
Reported by: Fredrik Eriksson [1]
Approved by: sunpoet (maintainer) |
5.2.0_1 09 Apr 2023 20:40:50 |
Po-Chuan Hsieh (sunpoet) |
www/py-dj41-django-redis: Change RUN_DEPENDS from py-redis to py-redis3
- Bump PORTREVISION for dependency change |
5.2.0 22 Feb 2023 06:58:32 |
Kai Knoblich (kai) |
net-mgmt/netbox: Create Django 4.1 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.4 release possible because it requires
Django 4.1.
All of the ports listed below were created on the basis of their
respective original ports:
- devel/py-dj41-django-rq
- devel/py-dj41-graphene-django (Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 8
|