mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add net/py-rabbitpy, a RabbitMQ client library for Python.
This commit is contained in:
parent
4808bc82b7
commit
a6f6773118
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424819
4 changed files with 32 additions and 0 deletions
|
@ -1022,6 +1022,7 @@
|
|||
SUBDIR += py-pyzmq
|
||||
SUBDIR += py-qt4-network
|
||||
SUBDIR += py-qt5-network
|
||||
SUBDIR += py-rabbitpy
|
||||
SUBDIR += py-radix
|
||||
SUBDIR += py-raet
|
||||
SUBDIR += py-rainbowstream
|
||||
|
|
21
net/py-rabbitpy/Makefile
Normal file
21
net/py-rabbitpy/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rabbitpy
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= olgeni@FreeBSD.org
|
||||
COMMENT= RabbitMQ client library for Python
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pamqp>0:net/py-pamqp
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pamqp>0:net/py-pamqp
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/py-rabbitpy/distinfo
Normal file
3
net/py-rabbitpy/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1477642209
|
||||
SHA256 (rabbitpy-1.0.0.tar.gz) = 54d33746d0c6a686417cd354346803945df0740b39fb92842d259387100db126
|
||||
SIZE (rabbitpy-1.0.0.tar.gz) = 41453
|
7
net/py-rabbitpy/pkg-descr
Normal file
7
net/py-rabbitpy/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
A pure python, thread-safe, minimalistic and Pythonic BSD Licensed
|
||||
AMQP/RabbitMQ library that supports Python 2.6+ and Python 3.2+.
|
||||
rabbitpy aims to provide a simple and easy to use API for interfacing
|
||||
with RabbitMQ, minimizing the programming overhead often found in
|
||||
other libraries.
|
||||
|
||||
WWW: https://github.com/gmr/rabbitpy
|
Loading…
Add table
Reference in a new issue