File: control

package info (click to toggle)
celery-haystack 0.10-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 196 kB
  • sloc: python: 321; makefile: 8
file content (58 lines) | stat: -rw-r--r-- 1,776 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Source: celery-haystack
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Michael Fladischer <fladi@debian.org>,
Section: python
Priority: optional
Build-Depends:
 debhelper (>= 11),
 dh-python,
 python-all,
 python-celery,
 python-d2to1,
 python-django,
 python-django-appconf,
 python-django-haystack,
 python-setuptools,
 python-whoosh,
 python3-all,
 python3-celery,
 python3-d2to1,
 python3-django,
 python3-django-appconf,
 python3-django-haystack,
 python3-setuptools,
 python3-whoosh,
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/python-team/modules/celery-haystack
Vcs-Git: https://salsa.debian.org/python-team/modules/celery-haystack.git
Homepage: https://github.com/django-haystack/celery-haystack
Testsuite: autopkgtest-pkg-python

Package: python-django-celery-haystack
Architecture: all
Depends:
 python-django,
 python-django-appconf,
 python-django-haystack,
 ${misc:Depends},
 ${python:Depends},
Description: utilize Celery for automatic haystack index updates
 This Django app allows you to utilize Celery for automatically updating and
 deleting objects in a Haystack search index. It provides a SearchIndex
 subclass and a signal processor to trigger the updates.

Package: python3-django-celery-haystack
Architecture: all
Depends:
 python3-django,
 python3-django-appconf,
 python3-django-haystack,
 ${misc:Depends},
 ${python3:Depends},
Description: utilize Celery for automatic haystack index updates (Python3 version)
 This Django app allows you to utilize Celery for automatically updating and
 deleting objects in a Haystack search index. It provides a SearchIndex
 subclass and a signal processor to trigger the updates.
 .
 This package contains the Python 3 version of the library.