Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/net
In directory vz-cvs-3.sog:/tmp/cvs-serv21748/stable/main/finkinfo/net
Added Files:
celery-py.info
Log Message:
celery to stable (thanks for the u-a fix goatbar!)
--- NEW FILE: celery-py.info ---
Info2: <<
Package: celery-py%type_pkg[python]
Version: 1.0.0
Revision: 1
Maintainer: Kurt Schwehr <[email protected]>
License: BSD
Distribution: 10.5, 10.6
Type: python (2.6 2.7)
Homepage: http://pypi.python.org/pypi/celery/
Source: http://pypi.python.org/packages/source/c/celery/celery-%v.tar.gz
Source-MD5: 0e711cb074eff8ef205ef1274b30e8ad
Suggests: rabbitmq-server, django-py%type_pkg[python]
Depends: python%type_pkg[python]-shlibs, amqplib-py%type_pkg[python],
simplejson-py%type_pkg[python]
BuildDepends: python%type_pkg[python], setuptools-py%type_pkg[python]
Description: AMQP task/queue manager
DescDetail: <<
Celery is a 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 one or
more worker servers. Tasks can execute asynchronously (in the
background) or synchronously (wait until ready).
Celery is already used in production to process millions of tasks a
day.
Celery was originally created for use with Django, but is now usable
from any Python project. It can also operate with other languages via
webhooks.
The recommended message broker is RabbitMQ, but support for Redis and
databases is also available.
<<
DocFiles: AUTHORS Changelog LICENSE README THANKS TODO docs
CompileScript: python%type_raw[python] setup.py build
InstallScript: <<
#!/bin/bash -ev
python%type_raw[python] setup.py install --root=%d
for file in celerybeat celeryd celeryinit; do
mv %i/bin/$file %i/bin/${file}-py%type_pkg[python]
done
<<
PostInstScript: <<
# Add --verbose to update-alternatives for debugging
update-alternatives --verbose --install %p/bin/celeryd celery-py
%p/bin/celeryd-py%type_pkg[python] %type_pkg[python] --slave %p/bin/celerybeat
celerybeat %p/bin/celerybeat-py%type_pkg[python] --slave %p/bin/celeryinit
celeryinit %p/bin/celeryinit-py%type_pkg[python]
<<
PreRmScript: <<
if [ $1 != "upgrade" ]; then
update-alternatives --verbose --remove celery-py
%p/bin/celeryd-py%type_pkg[python]
fi
<<
# Info2
<<
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs