aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-celery/pkg/DESCR
diff options
context:
space:
mode:
authorla-ninpre <aaoth@aaoth.xyz>2023-05-03 22:36:26 +0300
committerla-ninpre <aaoth@aaoth.xyz>2023-05-03 22:36:26 +0300
commit71b1f853659bc9ae64eb7b30db355b9085a62ec5 (patch)
tree83852e61a14351882647364ce555bdbb3e2b6f9a /devel/py-celery/pkg/DESCR
parentb4c40fba30feaae43aedf9d1768cef2cf9ebb3d5 (diff)
downloadports-71b1f853659bc9ae64eb7b30db355b9085a62ec5.tar.gz
ports-71b1f853659bc9ae64eb7b30db355b9085a62ec5.zip
devel/py-celery: add 5.2.7
Diffstat (limited to 'devel/py-celery/pkg/DESCR')
-rw-r--r--devel/py-celery/pkg/DESCR5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/py-celery/pkg/DESCR b/devel/py-celery/pkg/DESCR
new file mode 100644
index 0000000..ca27294
--- /dev/null
+++ b/devel/py-celery/pkg/DESCR
@@ -0,0 +1,5 @@
+Celery is a simple, flexible, and reliable distributed system to
+process vast amounts of messages, while providing operations with
+the tools required to maintain such a system. It's a task queue
+with focus on real-time processing, while also supporting task
+scheduling.