aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-kombu/pkg/DESCR
diff options
context:
space:
mode:
authorla-ninpre <aaoth@aaoth.xyz>2023-05-03 22:32:44 +0300
committerla-ninpre <aaoth@aaoth.xyz>2023-05-03 22:32:44 +0300
commitde84f3120f9d382178326ce7f0f18a95d3af0744 (patch)
treee7e62d7c03765b40d325af3811dce689262738cd /devel/py-kombu/pkg/DESCR
parent8ac11058a60f683cb53e2b3114a29e4be87f258b (diff)
downloadports-de84f3120f9d382178326ce7f0f18a95d3af0744.tar.gz
ports-de84f3120f9d382178326ce7f0f18a95d3af0744.zip
devel/py-kombu: add 5.2.4
Diffstat (limited to 'devel/py-kombu/pkg/DESCR')
-rw-r--r--devel/py-kombu/pkg/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/py-kombu/pkg/DESCR b/devel/py-kombu/pkg/DESCR
new file mode 100644
index 0000000..6d0ecef
--- /dev/null
+++ b/devel/py-kombu/pkg/DESCR
@@ -0,0 +1,6 @@
+Kombu is a messaging library for Python.
+
+The aim of Kombu is to make messaging in Python as easy as possible
+by providing an idiomatic high-level interface for the AMQ protocol,
+and also provide proven and tested solutions to common messaging
+problems.