File: control

package info (click to toggle)
python-django-tasks-db 0.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 344 kB
  • sloc: python: 2,227; sh: 5; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 1,184 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
Source: python-django-tasks-db
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jakob Haufe <sur5r@debian.org>,
Build-Depends: debhelper-compat (= 13),
               pybuild-plugin-pyproject,
Build-Depends-Indep: dh-sequence-python3,
                     just,
                     python3-all,
                     python3-coverage,
                     python3-dj-database-url,
                     python3-django,
                     python3-django-stubs-ext,
                     python3-django-tasks,
                     python3-setuptools,
Standards-Version: 4.7.3
Homepage: https://github.com/RealOrangeOne/django-tasks-db
Vcs-Browser: https://salsa.debian.org/python-team/packages/django-tasks-db
Vcs-Git: https://salsa.debian.org/python-team/packages/django-tasks-db.git

Package: python3-django-tasks-db
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Description: Backport of Django's built in Tasks framework - Database backend
 Starting with 6.0, Django includes a framework for background tasks.
 This is a backport of it for older versions of Django.
 .
 This package contains the database backend.