Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 374113 - py-amqplib (New package)
Summary: py-amqplib (New package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: Normal enhancement
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-05 09:17 UTC by Maksim 'max_posedon' Melnikau
Modified: 2011-07-07 13:44 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim 'max_posedon' Melnikau 2011-07-05 09:17:17 UTC
It will be nice to have in portage http://code.google.com/p/py-amqplib/
Very popular AMQP Python solution.
Comment 1 Matt Summers (RETIRED) gentoo-dev 2011-07-06 14:13:04 UTC
I have an ebuild for amqplib-0.6.1 in my overlay [1]. Upstream had a lull in development, but it appears that they have picked things back up since March of this year. This particular lib supports AMQP 0-8, meaning that it is missing newer features found in AMQP 0-9-1, however I have not found this to be an issue. In any case, I have been using this ebuild and package in production for many months, works just fine.



[1] http://git.overlays.gentoo.org/gitweb/?p=dev/quantumsummers.git;a=blob;f=dev-python/amqplib/amqplib-0.6.1.ebuild;h=bf07c569219625492053820d2bc928331141484c;hb=HEAD
Comment 2 Matt Summers (RETIRED) gentoo-dev 2011-07-07 13:44:36 UTC
This is in the tree now, dev-python/amqplib. Please test and report any issues. Thanks.

As a side note, I am looking into a package called pika [1] that provides an updated interface to the AMQP protocol and optional asynchronous operation.

[1] https://github.com/pika/pika