summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorrodent <rodent>2014-04-19 17:57:31 +0000
committerrodent <rodent>2014-04-19 17:57:31 +0000
commitb4d68b80aa4bcad89a9b76023f0ab45370a44728 (patch)
tree93d3bc9274bd53e0c776b63e9723dc6108b3b8bc /net
parent13f1522b23efd2a1e6a5d99e132a2908892b8369 (diff)
downloadpkgsrc-b4d68b80aa4bcad89a9b76023f0ab45370a44728.tar.gz
Import py27-celery-3.1.11 as net/py-celery.
Celery is an asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. The execution units, called tasks, are executed concurrently on a single or more worker servers using multiprocessing, Eventlet, or gevent. Tasks can execute asynchronously (in the background) or synchronously (wait until ready).
Diffstat (limited to 'net')
-rw-r--r--net/py-celery/DESCR6
-rw-r--r--net/py-celery/Makefile34
-rw-r--r--net/py-celery/PLIST735
-rw-r--r--net/py-celery/distinfo5
4 files changed, 780 insertions, 0 deletions
diff --git a/net/py-celery/DESCR b/net/py-celery/DESCR
new file mode 100644
index 00000000000..1a9735f7c26
--- /dev/null
+++ b/net/py-celery/DESCR
@@ -0,0 +1,6 @@
+Celery is an asynchronous task queue/job queue based on distributed message
+passing. It is focused on real-time operation, but supports scheduling as well.
+
+The execution units, called tasks, are executed concurrently on a single or more
+worker servers using multiprocessing, Eventlet, or gevent. Tasks can execute
+asynchronously (in the background) or synchronously (wait until ready).
diff --git a/net/py-celery/Makefile b/net/py-celery/Makefile
new file mode 100644
index 00000000000..4cd0607bb09
--- /dev/null
+++ b/net/py-celery/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1 2014/04/19 17:57:31 rodent Exp $
+#
+
+DISTNAME= celery-3.1.11
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= net python
+MASTER_SITES= https://pypi.python.org/packages/source/c/celery/
+
+MAINTAINER= rodent@NetBSD.org
+HOMEPAGE= http://www.celeryproject.org/
+COMMENT= Asynchronous task/job queue based on distributed message passing
+LICENSE= modified-bsd AND cc-by-nc-sa-v3.0
+
+DEPENDS+= ${PYPKGPREFIX}-anyjson-[0-9]*:../../textproc/py-anyjson
+DEPENDS+= ${PYPKGPREFIX}-billiard>=3.3.0.14:../../parallel/py-billiard
+DEPENDS+= ${PYPKGPREFIX}-kombu>=3.0.14:../../net/py-kombu
+DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
+
+USE_LANGUAGES= c
+
+PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
+
+post-install:
+ ${MV} ${DESTDIR}${PREFIX}/bin/celery \
+ ${DESTDIR}${PREFIX}/bin/celery${PYVERSSUFFIX}
+ ${MV} ${DESTDIR}${PREFIX}/bin/celerybeat \
+ ${DESTDIR}${PREFIX}/bin/celerybeat${PYVERSSUFFIX}
+ ${MV} ${DESTDIR}${PREFIX}/bin/celeryd \
+ ${DESTDIR}${PREFIX}/bin/celeryd${PYVERSSUFFIX}
+ ${MV} ${DESTDIR}${PREFIX}/bin/celeryd-multi \
+ ${DESTDIR}${PREFIX}/bin/celeryd-multi${PYVERSSUFFIX}
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/py-celery/PLIST b/net/py-celery/PLIST
new file mode 100644
index 00000000000..c91014f873f
--- /dev/null
+++ b/net/py-celery/PLIST
@@ -0,0 +1,735 @@
+@comment $NetBSD: PLIST,v 1.1 2014/04/19 17:57:31 rodent Exp $
+bin/celery${PYVERSSUFFIX}
+bin/celerybeat${PYVERSSUFFIX}
+bin/celeryd${PYVERSSUFFIX}
+bin/celeryd-multi${PYVERSSUFFIX}
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/celery/__init__.py
+${PYSITELIB}/celery/__init__.pyc
+${PYSITELIB}/celery/__init__.pyo
+${PYSITELIB}/celery/__main__.py
+${PYSITELIB}/celery/__main__.pyc
+${PYSITELIB}/celery/__main__.pyo
+${PYSITELIB}/celery/_state.py
+${PYSITELIB}/celery/_state.pyc
+${PYSITELIB}/celery/_state.pyo
+${PYSITELIB}/celery/app/__init__.py
+${PYSITELIB}/celery/app/__init__.pyc
+${PYSITELIB}/celery/app/__init__.pyo
+${PYSITELIB}/celery/app/amqp.py
+${PYSITELIB}/celery/app/amqp.pyc
+${PYSITELIB}/celery/app/amqp.pyo
+${PYSITELIB}/celery/app/annotations.py
+${PYSITELIB}/celery/app/annotations.pyc
+${PYSITELIB}/celery/app/annotations.pyo
+${PYSITELIB}/celery/app/base.py
+${PYSITELIB}/celery/app/base.pyc
+${PYSITELIB}/celery/app/base.pyo
+${PYSITELIB}/celery/app/builtins.py
+${PYSITELIB}/celery/app/builtins.pyc
+${PYSITELIB}/celery/app/builtins.pyo
+${PYSITELIB}/celery/app/control.py
+${PYSITELIB}/celery/app/control.pyc
+${PYSITELIB}/celery/app/control.pyo
+${PYSITELIB}/celery/app/defaults.py
+${PYSITELIB}/celery/app/defaults.pyc
+${PYSITELIB}/celery/app/defaults.pyo
+${PYSITELIB}/celery/app/log.py
+${PYSITELIB}/celery/app/log.pyc
+${PYSITELIB}/celery/app/log.pyo
+${PYSITELIB}/celery/app/registry.py
+${PYSITELIB}/celery/app/registry.pyc
+${PYSITELIB}/celery/app/registry.pyo
+${PYSITELIB}/celery/app/routes.py
+${PYSITELIB}/celery/app/routes.pyc
+${PYSITELIB}/celery/app/routes.pyo
+${PYSITELIB}/celery/app/task.py
+${PYSITELIB}/celery/app/task.pyc
+${PYSITELIB}/celery/app/task.pyo
+${PYSITELIB}/celery/app/trace.py
+${PYSITELIB}/celery/app/trace.pyc
+${PYSITELIB}/celery/app/trace.pyo
+${PYSITELIB}/celery/app/utils.py
+${PYSITELIB}/celery/app/utils.pyc
+${PYSITELIB}/celery/app/utils.pyo
+${PYSITELIB}/celery/apps/__init__.py
+${PYSITELIB}/celery/apps/__init__.pyc
+${PYSITELIB}/celery/apps/__init__.pyo
+${PYSITELIB}/celery/apps/beat.py
+${PYSITELIB}/celery/apps/beat.pyc
+${PYSITELIB}/celery/apps/beat.pyo
+${PYSITELIB}/celery/apps/worker.py
+${PYSITELIB}/celery/apps/worker.pyc
+${PYSITELIB}/celery/apps/worker.pyo
+${PYSITELIB}/celery/backends/__init__.py
+${PYSITELIB}/celery/backends/__init__.pyc
+${PYSITELIB}/celery/backends/__init__.pyo
+${PYSITELIB}/celery/backends/amqp.py
+${PYSITELIB}/celery/backends/amqp.pyc
+${PYSITELIB}/celery/backends/amqp.pyo
+${PYSITELIB}/celery/backends/base.py
+${PYSITELIB}/celery/backends/base.pyc
+${PYSITELIB}/celery/backends/base.pyo
+${PYSITELIB}/celery/backends/cache.py
+${PYSITELIB}/celery/backends/cache.pyc
+${PYSITELIB}/celery/backends/cache.pyo
+${PYSITELIB}/celery/backends/cassandra.py
+${PYSITELIB}/celery/backends/cassandra.pyc
+${PYSITELIB}/celery/backends/cassandra.pyo
+${PYSITELIB}/celery/backends/couchbase.py
+${PYSITELIB}/celery/backends/couchbase.pyc
+${PYSITELIB}/celery/backends/couchbase.pyo
+${PYSITELIB}/celery/backends/database/__init__.py
+${PYSITELIB}/celery/backends/database/__init__.pyc
+${PYSITELIB}/celery/backends/database/__init__.pyo
+${PYSITELIB}/celery/backends/database/models.py
+${PYSITELIB}/celery/backends/database/models.pyc
+${PYSITELIB}/celery/backends/database/models.pyo
+${PYSITELIB}/celery/backends/database/session.py
+${PYSITELIB}/celery/backends/database/session.pyc
+${PYSITELIB}/celery/backends/database/session.pyo
+${PYSITELIB}/celery/backends/mongodb.py
+${PYSITELIB}/celery/backends/mongodb.pyc
+${PYSITELIB}/celery/backends/mongodb.pyo
+${PYSITELIB}/celery/backends/redis.py
+${PYSITELIB}/celery/backends/redis.pyc
+${PYSITELIB}/celery/backends/redis.pyo
+${PYSITELIB}/celery/backends/rpc.py
+${PYSITELIB}/celery/backends/rpc.pyc
+${PYSITELIB}/celery/backends/rpc.pyo
+${PYSITELIB}/celery/beat.py
+${PYSITELIB}/celery/beat.pyc
+${PYSITELIB}/celery/beat.pyo
+${PYSITELIB}/celery/bin/__init__.py
+${PYSITELIB}/celery/bin/__init__.pyc
+${PYSITELIB}/celery/bin/__init__.pyo
+${PYSITELIB}/celery/bin/amqp.py
+${PYSITELIB}/celery/bin/amqp.pyc
+${PYSITELIB}/celery/bin/amqp.pyo
+${PYSITELIB}/celery/bin/base.py
+${PYSITELIB}/celery/bin/base.pyc
+${PYSITELIB}/celery/bin/base.pyo
+${PYSITELIB}/celery/bin/beat.py
+${PYSITELIB}/celery/bin/beat.pyc
+${PYSITELIB}/celery/bin/beat.pyo
+${PYSITELIB}/celery/bin/celery.py
+${PYSITELIB}/celery/bin/celery.pyc
+${PYSITELIB}/celery/bin/celery.pyo
+${PYSITELIB}/celery/bin/celeryd_detach.py
+${PYSITELIB}/celery/bin/celeryd_detach.pyc
+${PYSITELIB}/celery/bin/celeryd_detach.pyo
+${PYSITELIB}/celery/bin/events.py
+${PYSITELIB}/celery/bin/events.pyc
+${PYSITELIB}/celery/bin/events.pyo
+${PYSITELIB}/celery/bin/graph.py
+${PYSITELIB}/celery/bin/graph.pyc
+${PYSITELIB}/celery/bin/graph.pyo
+${PYSITELIB}/celery/bin/multi.py
+${PYSITELIB}/celery/bin/multi.pyc
+${PYSITELIB}/celery/bin/multi.pyo
+${PYSITELIB}/celery/bin/worker.py
+${PYSITELIB}/celery/bin/worker.pyc
+${PYSITELIB}/celery/bin/worker.pyo
+${PYSITELIB}/celery/bootsteps.py
+${PYSITELIB}/celery/bootsteps.pyc
+${PYSITELIB}/celery/bootsteps.pyo
+${PYSITELIB}/celery/canvas.py
+${PYSITELIB}/celery/canvas.pyc
+${PYSITELIB}/celery/canvas.pyo
+${PYSITELIB}/celery/concurrency/__init__.py
+${PYSITELIB}/celery/concurrency/__init__.pyc
+${PYSITELIB}/celery/concurrency/__init__.pyo
+${PYSITELIB}/celery/concurrency/asynpool.py
+${PYSITELIB}/celery/concurrency/asynpool.pyc
+${PYSITELIB}/celery/concurrency/asynpool.pyo
+${PYSITELIB}/celery/concurrency/base.py
+${PYSITELIB}/celery/concurrency/base.pyc
+${PYSITELIB}/celery/concurrency/base.pyo
+${PYSITELIB}/celery/concurrency/eventlet.py
+${PYSITELIB}/celery/concurrency/eventlet.pyc
+${PYSITELIB}/celery/concurrency/eventlet.pyo
+${PYSITELIB}/celery/concurrency/gevent.py
+${PYSITELIB}/celery/concurrency/gevent.pyc
+${PYSITELIB}/celery/concurrency/gevent.pyo
+${PYSITELIB}/celery/concurrency/prefork.py
+${PYSITELIB}/celery/concurrency/prefork.pyc
+${PYSITELIB}/celery/concurrency/prefork.pyo
+${PYSITELIB}/celery/concurrency/solo.py
+${PYSITELIB}/celery/concurrency/solo.pyc
+${PYSITELIB}/celery/concurrency/solo.pyo
+${PYSITELIB}/celery/concurrency/threads.py
+${PYSITELIB}/celery/concurrency/threads.pyc
+${PYSITELIB}/celery/concurrency/threads.pyo
+${PYSITELIB}/celery/contrib/__init__.py
+${PYSITELIB}/celery/contrib/__init__.pyc
+${PYSITELIB}/celery/contrib/__init__.pyo
+${PYSITELIB}/celery/contrib/abortable.py
+${PYSITELIB}/celery/contrib/abortable.pyc
+${PYSITELIB}/celery/contrib/abortable.pyo
+${PYSITELIB}/celery/contrib/batches.py
+${PYSITELIB}/celery/contrib/batches.pyc
+${PYSITELIB}/celery/contrib/batches.pyo
+${PYSITELIB}/celery/contrib/methods.py
+${PYSITELIB}/celery/contrib/methods.pyc
+${PYSITELIB}/celery/contrib/methods.pyo
+${PYSITELIB}/celery/contrib/migrate.py
+${PYSITELIB}/celery/contrib/migrate.pyc
+${PYSITELIB}/celery/contrib/migrate.pyo
+${PYSITELIB}/celery/contrib/rdb.py
+${PYSITELIB}/celery/contrib/rdb.pyc
+${PYSITELIB}/celery/contrib/rdb.pyo
+${PYSITELIB}/celery/contrib/sphinx.py
+${PYSITELIB}/celery/contrib/sphinx.pyc
+${PYSITELIB}/celery/contrib/sphinx.pyo
+${PYSITELIB}/celery/datastructures.py
+${PYSITELIB}/celery/datastructures.pyc
+${PYSITELIB}/celery/datastructures.pyo
+${PYSITELIB}/celery/events/__init__.py
+${PYSITELIB}/celery/events/__init__.pyc
+${PYSITELIB}/celery/events/__init__.pyo
+${PYSITELIB}/celery/events/cursesmon.py
+${PYSITELIB}/celery/events/cursesmon.pyc
+${PYSITELIB}/celery/events/cursesmon.pyo
+${PYSITELIB}/celery/events/dumper.py
+${PYSITELIB}/celery/events/dumper.pyc
+${PYSITELIB}/celery/events/dumper.pyo
+${PYSITELIB}/celery/events/snapshot.py
+${PYSITELIB}/celery/events/snapshot.pyc
+${PYSITELIB}/celery/events/snapshot.pyo
+${PYSITELIB}/celery/events/state.py
+${PYSITELIB}/celery/events/state.pyc
+${PYSITELIB}/celery/events/state.pyo
+${PYSITELIB}/celery/exceptions.py
+${PYSITELIB}/celery/exceptions.pyc
+${PYSITELIB}/celery/exceptions.pyo
+${PYSITELIB}/celery/five.py
+${PYSITELIB}/celery/five.pyc
+${PYSITELIB}/celery/five.pyo
+${PYSITELIB}/celery/fixups/__init__.py
+${PYSITELIB}/celery/fixups/__init__.pyc
+${PYSITELIB}/celery/fixups/__init__.pyo
+${PYSITELIB}/celery/fixups/django.py
+${PYSITELIB}/celery/fixups/django.pyc
+${PYSITELIB}/celery/fixups/django.pyo
+${PYSITELIB}/celery/loaders/__init__.py
+${PYSITELIB}/celery/loaders/__init__.pyc
+${PYSITELIB}/celery/loaders/__init__.pyo
+${PYSITELIB}/celery/loaders/app.py
+${PYSITELIB}/celery/loaders/app.pyc
+${PYSITELIB}/celery/loaders/app.pyo
+${PYSITELIB}/celery/loaders/base.py
+${PYSITELIB}/celery/loaders/base.pyc
+${PYSITELIB}/celery/loaders/base.pyo
+${PYSITELIB}/celery/loaders/default.py
+${PYSITELIB}/celery/loaders/default.pyc
+${PYSITELIB}/celery/loaders/default.pyo
+${PYSITELIB}/celery/local.py
+${PYSITELIB}/celery/local.pyc
+${PYSITELIB}/celery/local.pyo
+${PYSITELIB}/celery/platforms.py
+${PYSITELIB}/celery/platforms.pyc
+${PYSITELIB}/celery/platforms.pyo
+${PYSITELIB}/celery/result.py
+${PYSITELIB}/celery/result.pyc
+${PYSITELIB}/celery/result.pyo
+${PYSITELIB}/celery/schedules.py
+${PYSITELIB}/celery/schedules.pyc
+${PYSITELIB}/celery/schedules.pyo
+${PYSITELIB}/celery/security/__init__.py
+${PYSITELIB}/celery/security/__init__.pyc
+${PYSITELIB}/celery/security/__init__.pyo
+${PYSITELIB}/celery/security/certificate.py
+${PYSITELIB}/celery/security/certificate.pyc
+${PYSITELIB}/celery/security/certificate.pyo
+${PYSITELIB}/celery/security/key.py
+${PYSITELIB}/celery/security/key.pyc
+${PYSITELIB}/celery/security/key.pyo
+${PYSITELIB}/celery/security/serialization.py
+${PYSITELIB}/celery/security/serialization.pyc
+${PYSITELIB}/celery/security/serialization.pyo
+${PYSITELIB}/celery/security/utils.py
+${PYSITELIB}/celery/security/utils.pyc
+${PYSITELIB}/celery/security/utils.pyo
+${PYSITELIB}/celery/signals.py
+${PYSITELIB}/celery/signals.pyc
+${PYSITELIB}/celery/signals.pyo
+${PYSITELIB}/celery/states.py
+${PYSITELIB}/celery/states.pyc
+${PYSITELIB}/celery/states.pyo
+${PYSITELIB}/celery/task/__init__.py
+${PYSITELIB}/celery/task/__init__.pyc
+${PYSITELIB}/celery/task/__init__.pyo
+${PYSITELIB}/celery/task/base.py
+${PYSITELIB}/celery/task/base.pyc
+${PYSITELIB}/celery/task/base.pyo
+${PYSITELIB}/celery/task/http.py
+${PYSITELIB}/celery/task/http.pyc
+${PYSITELIB}/celery/task/http.pyo
+${PYSITELIB}/celery/task/sets.py
+${PYSITELIB}/celery/task/sets.pyc
+${PYSITELIB}/celery/task/sets.pyo
+${PYSITELIB}/celery/task/trace.py
+${PYSITELIB}/celery/task/trace.pyc
+${PYSITELIB}/celery/task/trace.pyo
+${PYSITELIB}/celery/tests/__init__.py
+${PYSITELIB}/celery/tests/__init__.pyc
+${PYSITELIB}/celery/tests/__init__.pyo
+${PYSITELIB}/celery/tests/app/__init__.py
+${PYSITELIB}/celery/tests/app/__init__.pyc
+${PYSITELIB}/celery/tests/app/__init__.pyo
+${PYSITELIB}/celery/tests/app/test_amqp.py
+${PYSITELIB}/celery/tests/app/test_amqp.pyc
+${PYSITELIB}/celery/tests/app/test_amqp.pyo
+${PYSITELIB}/celery/tests/app/test_annotations.py
+${PYSITELIB}/celery/tests/app/test_annotations.pyc
+${PYSITELIB}/celery/tests/app/test_annotations.pyo
+${PYSITELIB}/celery/tests/app/test_app.py
+${PYSITELIB}/celery/tests/app/test_app.pyc
+${PYSITELIB}/celery/tests/app/test_app.pyo
+${PYSITELIB}/celery/tests/app/test_beat.py
+${PYSITELIB}/celery/tests/app/test_beat.pyc
+${PYSITELIB}/celery/tests/app/test_beat.pyo
+${PYSITELIB}/celery/tests/app/test_builtins.py
+${PYSITELIB}/celery/tests/app/test_builtins.pyc
+${PYSITELIB}/celery/tests/app/test_builtins.pyo
+${PYSITELIB}/celery/tests/app/test_celery.py
+${PYSITELIB}/celery/tests/app/test_celery.pyc
+${PYSITELIB}/celery/tests/app/test_celery.pyo
+${PYSITELIB}/celery/tests/app/test_control.py
+${PYSITELIB}/celery/tests/app/test_control.pyc
+${PYSITELIB}/celery/tests/app/test_control.pyo
+${PYSITELIB}/celery/tests/app/test_defaults.py
+${PYSITELIB}/celery/tests/app/test_defaults.pyc
+${PYSITELIB}/celery/tests/app/test_defaults.pyo
+${PYSITELIB}/celery/tests/app/test_exceptions.py
+${PYSITELIB}/celery/tests/app/test_exceptions.pyc
+${PYSITELIB}/celery/tests/app/test_exceptions.pyo
+${PYSITELIB}/celery/tests/app/test_loaders.py
+${PYSITELIB}/celery/tests/app/test_loaders.pyc
+${PYSITELIB}/celery/tests/app/test_loaders.pyo
+${PYSITELIB}/celery/tests/app/test_log.py
+${PYSITELIB}/celery/tests/app/test_log.pyc
+${PYSITELIB}/celery/tests/app/test_log.pyo
+${PYSITELIB}/celery/tests/app/test_registry.py
+${PYSITELIB}/celery/tests/app/test_registry.pyc
+${PYSITELIB}/celery/tests/app/test_registry.pyo
+${PYSITELIB}/celery/tests/app/test_routes.py
+${PYSITELIB}/celery/tests/app/test_routes.pyc
+${PYSITELIB}/celery/tests/app/test_routes.pyo
+${PYSITELIB}/celery/tests/app/test_schedules.py
+${PYSITELIB}/celery/tests/app/test_schedules.pyc
+${PYSITELIB}/celery/tests/app/test_schedules.pyo
+${PYSITELIB}/celery/tests/app/test_utils.py
+${PYSITELIB}/celery/tests/app/test_utils.pyc
+${PYSITELIB}/celery/tests/app/test_utils.pyo
+${PYSITELIB}/celery/tests/backends/__init__.py
+${PYSITELIB}/celery/tests/backends/__init__.pyc
+${PYSITELIB}/celery/tests/backends/__init__.pyo
+${PYSITELIB}/celery/tests/backends/test_amqp.py
+${PYSITELIB}/celery/tests/backends/test_amqp.pyc
+${PYSITELIB}/celery/tests/backends/test_amqp.pyo
+${PYSITELIB}/celery/tests/backends/test_backends.py
+${PYSITELIB}/celery/tests/backends/test_backends.pyc
+${PYSITELIB}/celery/tests/backends/test_backends.pyo
+${PYSITELIB}/celery/tests/backends/test_base.py
+${PYSITELIB}/celery/tests/backends/test_base.pyc
+${PYSITELIB}/celery/tests/backends/test_base.pyo
+${PYSITELIB}/celery/tests/backends/test_cache.py
+${PYSITELIB}/celery/tests/backends/test_cache.pyc
+${PYSITELIB}/celery/tests/backends/test_cache.pyo
+${PYSITELIB}/celery/tests/backends/test_cassandra.py
+${PYSITELIB}/celery/tests/backends/test_cassandra.pyc
+${PYSITELIB}/celery/tests/backends/test_cassandra.pyo
+${PYSITELIB}/celery/tests/backends/test_couchbase.py
+${PYSITELIB}/celery/tests/backends/test_couchbase.pyc
+${PYSITELIB}/celery/tests/backends/test_couchbase.pyo
+${PYSITELIB}/celery/tests/backends/test_database.py
+${PYSITELIB}/celery/tests/backends/test_database.pyc
+${PYSITELIB}/celery/tests/backends/test_database.pyo
+${PYSITELIB}/celery/tests/backends/test_mongodb.py
+${PYSITELIB}/celery/tests/backends/test_mongodb.pyc
+${PYSITELIB}/celery/tests/backends/test_mongodb.pyo
+${PYSITELIB}/celery/tests/backends/test_redis.py
+${PYSITELIB}/celery/tests/backends/test_redis.pyc
+${PYSITELIB}/celery/tests/backends/test_redis.pyo
+${PYSITELIB}/celery/tests/backends/test_rpc.py
+${PYSITELIB}/celery/tests/backends/test_rpc.pyc
+${PYSITELIB}/celery/tests/backends/test_rpc.pyo
+${PYSITELIB}/celery/tests/bin/__init__.py
+${PYSITELIB}/celery/tests/bin/__init__.pyc
+${PYSITELIB}/celery/tests/bin/__init__.pyo
+${PYSITELIB}/celery/tests/bin/proj/__init__.py
+${PYSITELIB}/celery/tests/bin/proj/__init__.pyc
+${PYSITELIB}/celery/tests/bin/proj/__init__.pyo
+${PYSITELIB}/celery/tests/bin/proj/app.py
+${PYSITELIB}/celery/tests/bin/proj/app.pyc
+${PYSITELIB}/celery/tests/bin/proj/app.pyo
+${PYSITELIB}/celery/tests/bin/test_amqp.py
+${PYSITELIB}/celery/tests/bin/test_amqp.pyc
+${PYSITELIB}/celery/tests/bin/test_amqp.pyo
+${PYSITELIB}/celery/tests/bin/test_base.py
+${PYSITELIB}/celery/tests/bin/test_base.pyc
+${PYSITELIB}/celery/tests/bin/test_base.pyo
+${PYSITELIB}/celery/tests/bin/test_beat.py
+${PYSITELIB}/celery/tests/bin/test_beat.pyc
+${PYSITELIB}/celery/tests/bin/test_beat.pyo
+${PYSITELIB}/celery/tests/bin/test_celery.py
+${PYSITELIB}/celery/tests/bin/test_celery.pyc
+${PYSITELIB}/celery/tests/bin/test_celery.pyo
+${PYSITELIB}/celery/tests/bin/test_celeryd_detach.py
+${PYSITELIB}/celery/tests/bin/test_celeryd_detach.pyc
+${PYSITELIB}/celery/tests/bin/test_celeryd_detach.pyo
+${PYSITELIB}/celery/tests/bin/test_celeryevdump.py
+${PYSITELIB}/celery/tests/bin/test_celeryevdump.pyc
+${PYSITELIB}/celery/tests/bin/test_celeryevdump.pyo
+${PYSITELIB}/celery/tests/bin/test_events.py
+${PYSITELIB}/celery/tests/bin/test_events.pyc
+${PYSITELIB}/celery/tests/bin/test_events.pyo
+${PYSITELIB}/celery/tests/bin/test_multi.py
+${PYSITELIB}/celery/tests/bin/test_multi.pyc
+${PYSITELIB}/celery/tests/bin/test_multi.pyo
+${PYSITELIB}/celery/tests/bin/test_worker.py
+${PYSITELIB}/celery/tests/bin/test_worker.pyc
+${PYSITELIB}/celery/tests/bin/test_worker.pyo
+${PYSITELIB}/celery/tests/case.py
+${PYSITELIB}/celery/tests/case.pyc
+${PYSITELIB}/celery/tests/case.pyo
+${PYSITELIB}/celery/tests/compat_modules/__init__.py
+${PYSITELIB}/celery/tests/compat_modules/__init__.pyc
+${PYSITELIB}/celery/tests/compat_modules/__init__.pyo
+${PYSITELIB}/celery/tests/compat_modules/test_compat.py
+${PYSITELIB}/celery/tests/compat_modules/test_compat.pyc
+${PYSITELIB}/celery/tests/compat_modules/test_compat.pyo
+${PYSITELIB}/celery/tests/compat_modules/test_compat_utils.py
+${PYSITELIB}/celery/tests/compat_modules/test_compat_utils.pyc
+${PYSITELIB}/celery/tests/compat_modules/test_compat_utils.pyo
+${PYSITELIB}/celery/tests/compat_modules/test_decorators.py
+${PYSITELIB}/celery/tests/compat_modules/test_decorators.pyc
+${PYSITELIB}/celery/tests/compat_modules/test_decorators.pyo
+${PYSITELIB}/celery/tests/compat_modules/test_http.py
+${PYSITELIB}/celery/tests/compat_modules/test_http.pyc
+${PYSITELIB}/celery/tests/compat_modules/test_http.pyo
+${PYSITELIB}/celery/tests/compat_modules/test_messaging.py
+${PYSITELIB}/celery/tests/compat_modules/test_messaging.pyc
+${PYSITELIB}/celery/tests/compat_modules/test_messaging.pyo
+${PYSITELIB}/celery/tests/compat_modules/test_sets.py
+${PYSITELIB}/celery/tests/compat_modules/test_sets.pyc
+${PYSITELIB}/celery/tests/compat_modules/test_sets.pyo
+${PYSITELIB}/celery/tests/concurrency/__init__.py
+${PYSITELIB}/celery/tests/concurrency/__init__.pyc
+${PYSITELIB}/celery/tests/concurrency/__init__.pyo
+${PYSITELIB}/celery/tests/concurrency/test_concurrency.py
+${PYSITELIB}/celery/tests/concurrency/test_concurrency.pyc
+${PYSITELIB}/celery/tests/concurrency/test_concurrency.pyo
+${PYSITELIB}/celery/tests/concurrency/test_eventlet.py
+${PYSITELIB}/celery/tests/concurrency/test_eventlet.pyc
+${PYSITELIB}/celery/tests/concurrency/test_eventlet.pyo
+${PYSITELIB}/celery/tests/concurrency/test_gevent.py
+${PYSITELIB}/celery/tests/concurrency/test_gevent.pyc
+${PYSITELIB}/celery/tests/concurrency/test_gevent.pyo
+${PYSITELIB}/celery/tests/concurrency/test_pool.py
+${PYSITELIB}/celery/tests/concurrency/test_pool.pyc
+${PYSITELIB}/celery/tests/concurrency/test_pool.pyo
+${PYSITELIB}/celery/tests/concurrency/test_prefork.py
+${PYSITELIB}/celery/tests/concurrency/test_prefork.pyc
+${PYSITELIB}/celery/tests/concurrency/test_prefork.pyo
+${PYSITELIB}/celery/tests/concurrency/test_solo.py
+${PYSITELIB}/celery/tests/concurrency/test_solo.pyc
+${PYSITELIB}/celery/tests/concurrency/test_solo.pyo
+${PYSITELIB}/celery/tests/concurrency/test_threads.py
+${PYSITELIB}/celery/tests/concurrency/test_threads.pyc
+${PYSITELIB}/celery/tests/concurrency/test_threads.pyo
+${PYSITELIB}/celery/tests/contrib/__init__.py
+${PYSITELIB}/celery/tests/contrib/__init__.pyc
+${PYSITELIB}/celery/tests/contrib/__init__.pyo
+${PYSITELIB}/celery/tests/contrib/test_abortable.py
+${PYSITELIB}/celery/tests/contrib/test_abortable.pyc
+${PYSITELIB}/celery/tests/contrib/test_abortable.pyo
+${PYSITELIB}/celery/tests/contrib/test_methods.py
+${PYSITELIB}/celery/tests/contrib/test_methods.pyc
+${PYSITELIB}/celery/tests/contrib/test_methods.pyo
+${PYSITELIB}/celery/tests/contrib/test_migrate.py
+${PYSITELIB}/celery/tests/contrib/test_migrate.pyc
+${PYSITELIB}/celery/tests/contrib/test_migrate.pyo
+${PYSITELIB}/celery/tests/contrib/test_rdb.py
+${PYSITELIB}/celery/tests/contrib/test_rdb.pyc
+${PYSITELIB}/celery/tests/contrib/test_rdb.pyo
+${PYSITELIB}/celery/tests/events/__init__.py
+${PYSITELIB}/celery/tests/events/__init__.pyc
+${PYSITELIB}/celery/tests/events/__init__.pyo
+${PYSITELIB}/celery/tests/events/test_cursesmon.py
+${PYSITELIB}/celery/tests/events/test_cursesmon.pyc
+${PYSITELIB}/celery/tests/events/test_cursesmon.pyo
+${PYSITELIB}/celery/tests/events/test_events.py
+${PYSITELIB}/celery/tests/events/test_events.pyc
+${PYSITELIB}/celery/tests/events/test_events.pyo
+${PYSITELIB}/celery/tests/events/test_snapshot.py
+${PYSITELIB}/celery/tests/events/test_snapshot.pyc
+${PYSITELIB}/celery/tests/events/test_snapshot.pyo
+${PYSITELIB}/celery/tests/events/test_state.py
+${PYSITELIB}/celery/tests/events/test_state.pyc
+${PYSITELIB}/celery/tests/events/test_state.pyo
+${PYSITELIB}/celery/tests/fixups/__init__.py
+${PYSITELIB}/celery/tests/fixups/__init__.pyc
+${PYSITELIB}/celery/tests/fixups/__init__.pyo
+${PYSITELIB}/celery/tests/fixups/test_django.py
+${PYSITELIB}/celery/tests/fixups/test_django.pyc
+${PYSITELIB}/celery/tests/fixups/test_django.pyo
+${PYSITELIB}/celery/tests/functional/__init__.py
+${PYSITELIB}/celery/tests/functional/__init__.pyc
+${PYSITELIB}/celery/tests/functional/__init__.pyo
+${PYSITELIB}/celery/tests/functional/case.py
+${PYSITELIB}/celery/tests/functional/case.pyc
+${PYSITELIB}/celery/tests/functional/case.pyo
+${PYSITELIB}/celery/tests/functional/tasks.py
+${PYSITELIB}/celery/tests/functional/tasks.pyc
+${PYSITELIB}/celery/tests/functional/tasks.pyo
+${PYSITELIB}/celery/tests/security/__init__.py
+${PYSITELIB}/celery/tests/security/__init__.pyc
+${PYSITELIB}/celery/tests/security/__init__.pyo
+${PYSITELIB}/celery/tests/security/case.py
+${PYSITELIB}/celery/tests/security/case.pyc
+${PYSITELIB}/celery/tests/security/case.pyo
+${PYSITELIB}/celery/tests/security/test_certificate.py
+${PYSITELIB}/celery/tests/security/test_certificate.pyc
+${PYSITELIB}/celery/tests/security/test_certificate.pyo
+${PYSITELIB}/celery/tests/security/test_key.py
+${PYSITELIB}/celery/tests/security/test_key.pyc
+${PYSITELIB}/celery/tests/security/test_key.pyo
+${PYSITELIB}/celery/tests/security/test_security.py
+${PYSITELIB}/celery/tests/security/test_security.pyc
+${PYSITELIB}/celery/tests/security/test_security.pyo
+${PYSITELIB}/celery/tests/security/test_serialization.py
+${PYSITELIB}/celery/tests/security/test_serialization.pyc
+${PYSITELIB}/celery/tests/security/test_serialization.pyo
+${PYSITELIB}/celery/tests/slow/__init__.py
+${PYSITELIB}/celery/tests/slow/__init__.pyc
+${PYSITELIB}/celery/tests/slow/__init__.pyo
+${PYSITELIB}/celery/tests/tasks/__init__.py
+${PYSITELIB}/celery/tests/tasks/__init__.pyc
+${PYSITELIB}/celery/tests/tasks/__init__.pyo
+${PYSITELIB}/celery/tests/tasks/test_canvas.py
+${PYSITELIB}/celery/tests/tasks/test_canvas.pyc
+${PYSITELIB}/celery/tests/tasks/test_canvas.pyo
+${PYSITELIB}/celery/tests/tasks/test_chord.py
+${PYSITELIB}/celery/tests/tasks/test_chord.pyc
+${PYSITELIB}/celery/tests/tasks/test_chord.pyo
+${PYSITELIB}/celery/tests/tasks/test_context.py
+${PYSITELIB}/celery/tests/tasks/test_context.pyc
+${PYSITELIB}/celery/tests/tasks/test_context.pyo
+${PYSITELIB}/celery/tests/tasks/test_result.py
+${PYSITELIB}/celery/tests/tasks/test_result.pyc
+${PYSITELIB}/celery/tests/tasks/test_result.pyo
+${PYSITELIB}/celery/tests/tasks/test_states.py
+${PYSITELIB}/celery/tests/tasks/test_states.pyc
+${PYSITELIB}/celery/tests/tasks/test_states.pyo
+${PYSITELIB}/celery/tests/tasks/test_tasks.py
+${PYSITELIB}/celery/tests/tasks/test_tasks.pyc
+${PYSITELIB}/celery/tests/tasks/test_tasks.pyo
+${PYSITELIB}/celery/tests/tasks/test_trace.py
+${PYSITELIB}/celery/tests/tasks/test_trace.pyc
+${PYSITELIB}/celery/tests/tasks/test_trace.pyo
+${PYSITELIB}/celery/tests/utils/__init__.py
+${PYSITELIB}/celery/tests/utils/__init__.pyc
+${PYSITELIB}/celery/tests/utils/__init__.pyo
+${PYSITELIB}/celery/tests/utils/test_datastructures.py
+${PYSITELIB}/celery/tests/utils/test_datastructures.pyc
+${PYSITELIB}/celery/tests/utils/test_datastructures.pyo
+${PYSITELIB}/celery/tests/utils/test_dispatcher.py
+${PYSITELIB}/celery/tests/utils/test_dispatcher.pyc
+${PYSITELIB}/celery/tests/utils/test_dispatcher.pyo
+${PYSITELIB}/celery/tests/utils/test_encoding.py
+${PYSITELIB}/celery/tests/utils/test_encoding.pyc
+${PYSITELIB}/celery/tests/utils/test_encoding.pyo
+${PYSITELIB}/celery/tests/utils/test_functional.py
+${PYSITELIB}/celery/tests/utils/test_functional.pyc
+${PYSITELIB}/celery/tests/utils/test_functional.pyo
+${PYSITELIB}/celery/tests/utils/test_imports.py
+${PYSITELIB}/celery/tests/utils/test_imports.pyc
+${PYSITELIB}/celery/tests/utils/test_imports.pyo
+${PYSITELIB}/celery/tests/utils/test_local.py
+${PYSITELIB}/celery/tests/utils/test_local.pyc
+${PYSITELIB}/celery/tests/utils/test_local.pyo
+${PYSITELIB}/celery/tests/utils/test_mail.py
+${PYSITELIB}/celery/tests/utils/test_mail.pyc
+${PYSITELIB}/celery/tests/utils/test_mail.pyo
+${PYSITELIB}/celery/tests/utils/test_pickle.py
+${PYSITELIB}/celery/tests/utils/test_pickle.pyc
+${PYSITELIB}/celery/tests/utils/test_pickle.pyo
+${PYSITELIB}/celery/tests/utils/test_platforms.py
+${PYSITELIB}/celery/tests/utils/test_platforms.pyc
+${PYSITELIB}/celery/tests/utils/test_platforms.pyo
+${PYSITELIB}/celery/tests/utils/test_saferef.py
+${PYSITELIB}/celery/tests/utils/test_saferef.pyc
+${PYSITELIB}/celery/tests/utils/test_saferef.pyo
+${PYSITELIB}/celery/tests/utils/test_serialization.py
+${PYSITELIB}/celery/tests/utils/test_serialization.pyc
+${PYSITELIB}/celery/tests/utils/test_serialization.pyo
+${PYSITELIB}/celery/tests/utils/test_sysinfo.py
+${PYSITELIB}/celery/tests/utils/test_sysinfo.pyc
+${PYSITELIB}/celery/tests/utils/test_sysinfo.pyo
+${PYSITELIB}/celery/tests/utils/test_term.py
+${PYSITELIB}/celery/tests/utils/test_term.pyc
+${PYSITELIB}/celery/tests/utils/test_term.pyo
+${PYSITELIB}/celery/tests/utils/test_text.py
+${PYSITELIB}/celery/tests/utils/test_text.pyc
+${PYSITELIB}/celery/tests/utils/test_text.pyo
+${PYSITELIB}/celery/tests/utils/test_threads.py
+${PYSITELIB}/celery/tests/utils/test_threads.pyc
+${PYSITELIB}/celery/tests/utils/test_threads.pyo
+${PYSITELIB}/celery/tests/utils/test_timer2.py
+${PYSITELIB}/celery/tests/utils/test_timer2.pyc
+${PYSITELIB}/celery/tests/utils/test_timer2.pyo
+${PYSITELIB}/celery/tests/utils/test_timeutils.py
+${PYSITELIB}/celery/tests/utils/test_timeutils.pyc
+${PYSITELIB}/celery/tests/utils/test_timeutils.pyo
+${PYSITELIB}/celery/tests/utils/test_utils.py
+${PYSITELIB}/celery/tests/utils/test_utils.pyc
+${PYSITELIB}/celery/tests/utils/test_utils.pyo
+${PYSITELIB}/celery/tests/worker/__init__.py
+${PYSITELIB}/celery/tests/worker/__init__.pyc
+${PYSITELIB}/celery/tests/worker/__init__.pyo
+${PYSITELIB}/celery/tests/worker/test_autoreload.py
+${PYSITELIB}/celery/tests/worker/test_autoreload.pyc
+${PYSITELIB}/celery/tests/worker/test_autoreload.pyo
+${PYSITELIB}/celery/tests/worker/test_autoscale.py
+${PYSITELIB}/celery/tests/worker/test_autoscale.pyc
+${PYSITELIB}/celery/tests/worker/test_autoscale.pyo
+${PYSITELIB}/celery/tests/worker/test_bootsteps.py
+${PYSITELIB}/celery/tests/worker/test_bootsteps.pyc
+${PYSITELIB}/celery/tests/worker/test_bootsteps.pyo
+${PYSITELIB}/celery/tests/worker/test_components.py
+${PYSITELIB}/celery/tests/worker/test_components.pyc
+${PYSITELIB}/celery/tests/worker/test_components.pyo
+${PYSITELIB}/celery/tests/worker/test_consumer.py
+${PYSITELIB}/celery/tests/worker/test_consumer.pyc
+${PYSITELIB}/celery/tests/worker/test_consumer.pyo
+${PYSITELIB}/celery/tests/worker/test_control.py
+${PYSITELIB}/celery/tests/worker/test_control.pyc
+${PYSITELIB}/celery/tests/worker/test_control.pyo
+${PYSITELIB}/celery/tests/worker/test_heartbeat.py
+${PYSITELIB}/celery/tests/worker/test_heartbeat.pyc
+${PYSITELIB}/celery/tests/worker/test_heartbeat.pyo
+${PYSITELIB}/celery/tests/worker/test_hub.py
+${PYSITELIB}/celery/tests/worker/test_hub.pyc
+${PYSITELIB}/celery/tests/worker/test_hub.pyo
+${PYSITELIB}/celery/tests/worker/test_loops.py
+${PYSITELIB}/celery/tests/worker/test_loops.pyc
+${PYSITELIB}/celery/tests/worker/test_loops.pyo
+${PYSITELIB}/celery/tests/worker/test_request.py
+${PYSITELIB}/celery/tests/worker/test_request.pyc
+${PYSITELIB}/celery/tests/worker/test_request.pyo
+${PYSITELIB}/celery/tests/worker/test_revoke.py
+${PYSITELIB}/celery/tests/worker/test_revoke.pyc
+${PYSITELIB}/celery/tests/worker/test_revoke.pyo
+${PYSITELIB}/celery/tests/worker/test_state.py
+${PYSITELIB}/celery/tests/worker/test_state.pyc
+${PYSITELIB}/celery/tests/worker/test_state.pyo
+${PYSITELIB}/celery/tests/worker/test_strategy.py
+${PYSITELIB}/celery/tests/worker/test_strategy.pyc
+${PYSITELIB}/celery/tests/worker/test_strategy.pyo
+${PYSITELIB}/celery/tests/worker/test_worker.py
+${PYSITELIB}/celery/tests/worker/test_worker.pyc
+${PYSITELIB}/celery/tests/worker/test_worker.pyo
+${PYSITELIB}/celery/utils/__init__.py
+${PYSITELIB}/celery/utils/__init__.pyc
+${PYSITELIB}/celery/utils/__init__.pyo
+${PYSITELIB}/celery/utils/compat.py
+${PYSITELIB}/celery/utils/compat.pyc
+${PYSITELIB}/celery/utils/compat.pyo
+${PYSITELIB}/celery/utils/debug.py
+${PYSITELIB}/celery/utils/debug.pyc
+${PYSITELIB}/celery/utils/debug.pyo
+${PYSITELIB}/celery/utils/dispatch/__init__.py
+${PYSITELIB}/celery/utils/dispatch/__init__.pyc
+${PYSITELIB}/celery/utils/dispatch/__init__.pyo
+${PYSITELIB}/celery/utils/dispatch/saferef.py
+${PYSITELIB}/celery/utils/dispatch/saferef.pyc
+${PYSITELIB}/celery/utils/dispatch/saferef.pyo
+${PYSITELIB}/celery/utils/dispatch/signal.py
+${PYSITELIB}/celery/utils/dispatch/signal.pyc
+${PYSITELIB}/celery/utils/dispatch/signal.pyo
+${PYSITELIB}/celery/utils/encoding.py
+${PYSITELIB}/celery/utils/encoding.pyc
+${PYSITELIB}/celery/utils/encoding.pyo
+${PYSITELIB}/celery/utils/functional.py
+${PYSITELIB}/celery/utils/functional.pyc
+${PYSITELIB}/celery/utils/functional.pyo
+${PYSITELIB}/celery/utils/imports.py
+${PYSITELIB}/celery/utils/imports.pyc
+${PYSITELIB}/celery/utils/imports.pyo
+${PYSITELIB}/celery/utils/iso8601.py
+${PYSITELIB}/celery/utils/iso8601.pyc
+${PYSITELIB}/celery/utils/iso8601.pyo
+${PYSITELIB}/celery/utils/log.py
+${PYSITELIB}/celery/utils/log.pyc
+${PYSITELIB}/celery/utils/log.pyo
+${PYSITELIB}/celery/utils/mail.py
+${PYSITELIB}/celery/utils/mail.pyc
+${PYSITELIB}/celery/utils/mail.pyo
+${PYSITELIB}/celery/utils/objects.py
+${PYSITELIB}/celery/utils/objects.pyc
+${PYSITELIB}/celery/utils/objects.pyo
+${PYSITELIB}/celery/utils/serialization.py
+${PYSITELIB}/celery/utils/serialization.pyc
+${PYSITELIB}/celery/utils/serialization.pyo
+${PYSITELIB}/celery/utils/sysinfo.py
+${PYSITELIB}/celery/utils/sysinfo.pyc
+${PYSITELIB}/celery/utils/sysinfo.pyo
+${PYSITELIB}/celery/utils/term.py
+${PYSITELIB}/celery/utils/term.pyc
+${PYSITELIB}/celery/utils/term.pyo
+${PYSITELIB}/celery/utils/text.py
+${PYSITELIB}/celery/utils/text.pyc
+${PYSITELIB}/celery/utils/text.pyo
+${PYSITELIB}/celery/utils/threads.py
+${PYSITELIB}/celery/utils/threads.pyc
+${PYSITELIB}/celery/utils/threads.pyo
+${PYSITELIB}/celery/utils/timer2.py
+${PYSITELIB}/celery/utils/timer2.pyc
+${PYSITELIB}/celery/utils/timer2.pyo
+${PYSITELIB}/celery/utils/timeutils.py
+${PYSITELIB}/celery/utils/timeutils.pyc
+${PYSITELIB}/celery/utils/timeutils.pyo
+${PYSITELIB}/celery/worker/__init__.py
+${PYSITELIB}/celery/worker/__init__.pyc
+${PYSITELIB}/celery/worker/__init__.pyo
+${PYSITELIB}/celery/worker/autoreload.py
+${PYSITELIB}/celery/worker/autoreload.pyc
+${PYSITELIB}/celery/worker/autoreload.pyo
+${PYSITELIB}/celery/worker/autoscale.py
+${PYSITELIB}/celery/worker/autoscale.pyc
+${PYSITELIB}/celery/worker/autoscale.pyo
+${PYSITELIB}/celery/worker/components.py
+${PYSITELIB}/celery/worker/components.pyc
+${PYSITELIB}/celery/worker/components.pyo
+${PYSITELIB}/celery/worker/consumer.py
+${PYSITELIB}/celery/worker/consumer.pyc
+${PYSITELIB}/celery/worker/consumer.pyo
+${PYSITELIB}/celery/worker/control.py
+${PYSITELIB}/celery/worker/control.pyc
+${PYSITELIB}/celery/worker/control.pyo
+${PYSITELIB}/celery/worker/heartbeat.py
+${PYSITELIB}/celery/worker/heartbeat.pyc
+${PYSITELIB}/celery/worker/heartbeat.pyo
+${PYSITELIB}/celery/worker/job.py
+${PYSITELIB}/celery/worker/job.pyc
+${PYSITELIB}/celery/worker/job.pyo
+${PYSITELIB}/celery/worker/loops.py
+${PYSITELIB}/celery/worker/loops.pyc
+${PYSITELIB}/celery/worker/loops.pyo
+${PYSITELIB}/celery/worker/pidbox.py
+${PYSITELIB}/celery/worker/pidbox.pyc
+${PYSITELIB}/celery/worker/pidbox.pyo
+${PYSITELIB}/celery/worker/state.py
+${PYSITELIB}/celery/worker/state.pyc
+${PYSITELIB}/celery/worker/state.pyo
+${PYSITELIB}/celery/worker/strategy.py
+${PYSITELIB}/celery/worker/strategy.pyc
+${PYSITELIB}/celery/worker/strategy.pyo
diff --git a/net/py-celery/distinfo b/net/py-celery/distinfo
new file mode 100644
index 00000000000..b122e1c1d6e
--- /dev/null
+++ b/net/py-celery/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/04/19 17:57:31 rodent Exp $
+
+SHA1 (celery-3.1.11.tar.gz) = 60cde9bced8f104de23d7a979847dd9ac5a43498
+RMD160 (celery-3.1.11.tar.gz) = e778c924c6ce2c3c43cee399636cc5636a5c83a2
+Size (celery-3.1.11.tar.gz) = 1289359 bytes