# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
maintainers stromnov openmaintainer
description Distributed Task Queue
long_description Celery is an asynchronous task queue/job queue based \
on distributed message passing
homepage http://celeryproject.org/
master_sites http://pypi.python.org/packages/source/c/celery/
distname celery-${version}
checksums md5 fa6c661cf037b1b95ec81e67386bccb7 \
sha1 b74cfc10d2402fc63361312358bd12afe728e6a7 \
rmd160 936b21030603c07a15c6a80af8a7774f9d41c055
python.default_version 27
depends_lib port:py${python.version}-distribute \
port:py${python.version}-kombu \
port:py${python.version}-parsing \
port:py${python.version}-anyjson \
port:py${python.version}-amqplib
depends_run port:celery_select
select.file ${filespath}/py${python.version}-celery
"To make the Python ${python.branch} version of py-celery the one that is run
when you execute the commands without a version suffix, e.g. 'celeryd' or 'celeryctl',
port select --set ${select.group} [file tail ${select.file}]"
livecheck.url ${master_sites}
livecheck.regex "celery-(\\d+(?:\\.\\d+)*)${extract.suffix}"