File: control

package info (click to toggle)
django-housekeeping 1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 168 kB
  • ctags: 125
  • sloc: python: 692; makefile: 3
file content (43 lines) | stat: -rw-r--r-- 1,579 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
35
36
37
38
39
40
41
42
43
Source: django-housekeeping
Maintainer: Marco Bardelli <bardelli.marco@gmail.com>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python-setuptools,
               python-six,
               python3-all,
               python3-setuptools,
               python3-six,
               quilt
Standards-Version: 3.9.8
Homepage: https://github.com/spanezz/django-housekeeping
Vcs-Git: git://anonscm.debian.org/collab-maint/django-housekeeping.git
Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/django-housekeeping.git

Package: python-django-housekeeping
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Recommends: python-django
Description: Pluggable housekeeping framework for Django sites in Python 2
 django\_housekeeping provides a management command that finds and run
 tasks defined by your Django apps.
 .
 Tasks can declare dependencies on each other, run in multiple stages
 and provide infrastructure that other tasks can use.
 .
 This is the Python 2 version of the package.

Package: python3-django-housekeeping
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: python3-django
Description: Pluggable housekeeping framework for Django sites in Python 3
 django\_housekeeping provides a management command that finds and run
 tasks defined by your Django apps.
 .
 Tasks can declare dependencies on each other, run in multiple stages
 and provide infrastructure that other tasks can use.
 .
 This is the Python 3 version of the package.