Source: cubicweb-celery
Section: web
Priority: optional
Maintainer: LOGILAB S.A. (Paris, FRANCE) <contact@logilab.fr>
Build-Depends:
 debhelper (>= 9),
 dh-python,
 python (>= 2.6.5),
 python-setuptools,
 python-cubicweb (>= 3.24.0),
Standards-Version: 3.9.6
X-Python-Version: >= 2.6
Homepage: https://www.cubicweb.org/project/cubicweb-celery

Package: cubicweb-celery
Architecture: all
Depends:
 python-cubicweb (>= 3.24.0),
 python-six (>= 1.4.0),
 python-celery (<< 4),
 ${python:Depends},
 ${misc:Depends},
Description: Celery integration with CubicWeb
 CubicWeb is a semantic web application framework.
 .
 Allows a CubicWeb application to use Celery to run distributed CubicWeb
 (or not) tasks from a CubicWeb application.
 .
 This package will install the Celery cube allowing to declare Celery
 tasks running in a CubicWeb application along with the Celery worker module
 allowing to start Celery workers running tasks for a CubicWeb application.
