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 59 60
|
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 (>= 9),
dh-python,
python-all,
python-appconf,
python-celery,
python-d2to1,
python-django,
python-django-celery,
python-django-celery-transactions,
python-django-haystack,
python-setuptools,
python-whoosh,
python3-all,
python3-celery,
python3-d2to1,
python3-django,
python3-django-celery,
python3-django-celery-transactions,
python3-django-haystack,
python3-setuptools,
python3-whoosh
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/celery-haystack.git
Vcs-Git: git://anonscm.debian.org/python-modules/packages/celery-haystack.git
Homepage: https://github.com/django-haystack/celery-haystack
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3
Package: python-django-celery-haystack
Architecture: all
Depends: python-appconf,
python-django,
python-django-celery-transactions,
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-appconf,
python3-django,
python3-django-celery-transactions,
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.
|