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-compat (= 11),
 dh-python,
 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: 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.
