Port details |
- py-dj41-django-rq Provides Django integration for RQ (Redis Queue)
- 2.9.0 devel
=0 2.9.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:31
- Commit Hash: 18eba99
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/rq/django-rq
- Description:
- Django integration with RQ, a Redis based Python queuing library. Django-RQ is a
simple app that allows you to configure your queues in django's settings.py and
easily use them in your project.
- ¦ ¦ ¦ ¦
- 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-rq>0:devel/py-dj41-django-rq@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- No installation instructions:
- This port has been deleted.
- PKGNAME: py39-dj41-django-rq
- Package flavors (<flavor>: <package>)
- py39: py39-dj41-django-rq
- distinfo:
- TIMESTAMP = 1701083366
SHA256 (django-rq-2.9.0.tar.gz) = cb9c5dcc6f037316cb227809607f1dc96ddb58ea8face454b09173b412f74966
SIZE (django-rq-2.9.0.tar.gz) = 49153
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-coverage>=0 : devel/py-coverage@py39
- py39-docutils>=0,1 : textproc/py-docutils@py39
- py39-mock>=0 : devel/py-mock@py39
- py39-yaml>=0 : devel/py-yaml@py39
- redis-server : databases/redis
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-django41>=3.2 : www/py-django41@py39
- py39-redis>=3 : databases/py-redis@py39
- py39-rq>=1.11 : devel/py-rq@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:
- devel_py-dj41-django-rq
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Port Moves |
- port moved to devel/py-dj42-django-rq 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 devel/py-dj40-django-rq 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: 7
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.9.0 31 Dec 2023 00:06:31 |
Muhammad Moinur Rahman (bofh) |
devel/py-dj41-django-rq: Remove expired port
2023-12-31 devel/py-dj41-django-rq: 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/ |
2.9.0 27 Nov 2023 18:07:50 |
Po-Chuan Hsieh (sunpoet) |
devel/py-dj41-django-rq: Update to 2.9.0
Changes: https://github.com/rq/django-rq/releases |
2.8.1 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 |
2.8.1 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> |
2.8.1 12 Jun 2023 10:56:19 |
Kai Knoblich (kai) |
devel/py-dj41-django-rq: Update to 2.8.1
* Remove PORTSCOUT as net-mgmt/netbox works fine with
py-django-rq 2.8.1 and should also work newer releases of the
2.8.x series.
Changelogs since 2.7.0:
https://github.com/rq/django-rq/blob/v2.8.1/CHANGELOG.md
https://github.com/rq/django-rq/blob/v2.8.0/CHANGELOG.md
PR: 271886
Approved by: sunpoet (maintainer) |
2.7.0 07 May 2023 16:03:48 |
Po-Chuan Hsieh (sunpoet) |
devel/py-dj41-django-rq: Add PORTSCOUT
It satisfies net-mgmt/netbox requirement. |
2.7.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: 7
|