pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/py-celery



Module Name:    pkgsrc
Committed By:   rodent
Date:           Sat Apr 19 17:57:31 UTC 2014

Added Files:
        pkgsrc/net/py-celery: DESCR Makefile PLIST distinfo

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/net/py-celery/DESCR \
    pkgsrc/net/py-celery/Makefile pkgsrc/net/py-celery/PLIST \
    pkgsrc/net/py-celery/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index