Pika is a pure-Python implementation of the AMQP 0-9-1 protocol

that tries to stay fairly independent of the underlying network
support library. Pika was developed primarily for use with
RabbitMQ, but should also work with other AMQP 0-9-1 brokers.

WWW:	http://tonyg.github.com/pika/
This commit is contained in:
Cheng-Lung Sung 2011-03-04 10:15:07 +00:00
parent 00015c7e13
commit cebe2c8544
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270274
4 changed files with 31 additions and 0 deletions

View File

@ -2900,6 +2900,7 @@
SUBDIR += py-pefile
SUBDIR += py-period
SUBDIR += py-phpserialize
SUBDIR += py-pika
SUBDIR += py-pip
SUBDIR += py-plex
SUBDIR += py-ply

22
devel/py-pika/Makefile Normal file
View File

@ -0,0 +1,22 @@
# New ports collection makefile for: py-pika
# Date created: 2011-03-04
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pika
PORTVERSION= 0.9.4
CATEGORIES= devel net
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= clsung@FreeBSD.org
COMMENT= Python AMQP Client Library
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>

2
devel/py-pika/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (pika-0.9.4.tar.gz) = dae64f80d3879ad710715faaa220fecf1b741aeae3b771c4076e79465946a23f
SIZE (pika-0.9.4.tar.gz) = 87705

6
devel/py-pika/pkg-descr Normal file
View File

@ -0,0 +1,6 @@
Pika is a pure-Python implementation of the AMQP 0-9-1 protocol
that tries to stay fairly independent of the underlying network
support library. Pika was developed primarily for use with
RabbitMQ, but should also work with other AMQP 0-9-1 brokers.
WWW: http://tonyg.github.com/pika/