[Python-modules-commits] r28639 - in packages/kombu/branches/python3/debian (control)
fladi-guest at users.alioth.debian.org
fladi-guest at users.alioth.debian.org
Wed Apr 23 14:35:11 UTC 2014
Date: Wednesday, April 23, 2014 @ 14:35:10
Author: fladi-guest
Revision: 28639
Add python3-kombu binary package in d/control.
Modified:
packages/kombu/branches/python3/debian/control
Modified: packages/kombu/branches/python3/debian/control
===================================================================
--- packages/kombu/branches/python3/debian/control 2014-04-23 14:33:50 UTC (rev 28638)
+++ packages/kombu/branches/python3/debian/control 2014-04-23 14:35:10 UTC (rev 28639)
@@ -24,9 +24,12 @@
python-sphinx (>= 1.0.7+dfsg),
python-sqlalchemy,
python-unittest2,
- python-yaml
+ python-yaml,
+ python3-all,
+ python3-setuptools
Build-Conflicts: python-cjson
X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.3
Standards-Version: 3.9.5
Homepage: http://github.com/ask/kombu/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/kombu/trunk/
@@ -62,6 +65,32 @@
* The ability to ensure that an operation is performed by gracefully handling
connection and channel errors.
+Package: python3-kombu
+Architecture: all
+Depends: python3-librabbitmq | python3-amqp (>= 1.4.5),
+ python3-anyjson (>= 0.3.3),
+ ${misc:Depends},
+ ${python3:Depends}
+Recommends: python3-yaml
+Suggests: python-kombu-doc,
+ python3-pymongo (>= 2.6.2),
+ python3-redis,
+ python3-sqlalchemy
+Description: AMQP Messaging Framework for Python (Python3 version)
+ The aim of Kombu is to make messaging in Python as easy as possible by
+ providing an idiomatic high-level interface for the AMQP protocol. It is meant
+ to replace the carrot library by providing a compatibility layer.
+ .
+ Features:
+ * Allows application authors to support several message server solutions by
+ using pluggable transports.
+ * Supports automatic encoding, serialization and compression of message
+ payloads.
+ * The ability to ensure that an operation is performed by gracefully handling
+ connection and channel errors.
+ .
+ This package contains the Python 3 version of the library.
+
Package: python-kombu-doc
Section: doc
Architecture: all
More information about the Python-modules-commits
mailing list