File: control

package info (click to toggle)
django-rq 3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 648 kB
  • sloc: python: 3,184; makefile: 7
file content (34 lines) | stat: -rw-r--r-- 1,063 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: django-rq
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Carsten Schoenert <c.schoenert@t-online.de>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-hatchling,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/django-rq
Vcs-Git: https://salsa.debian.org/python-team/packages/django-rq.git
Homepage: https://github.com/rq/django-rq
Testsuite: autopkgtest-pkg-python

Package: python3-django-rq
Architecture: all
Depends:
 python3-django,
 python3-rq (>= 2),
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python3-prometheus-client (>= 0.4.0),
 python3-sentry-sdk (>= 1.0.0),
Description: Django integration with RQ (Redis Queue)
 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.
 .
 This package contains the Python 3 version of the library.