forked from Lainports/freebsd-ports
high-level consumer and producer classes. Request batching is supported by the protocol as well as broker-aware request routing. Gzip and Snappy compression is also supported for message sets. WWW: https://github.com/mumrah/kafka-python PR: 202000 Submitted by: Christer Edwards <christer.edwards@gmail.com>
20 lines
457 B
Makefile
20 lines
457 B
Makefile
# Created by: Christer Edwards <christer.edwards@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kafka-python
|
|
PORTVERSION= 0.9.4
|
|
CATEGORIES= net python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= christer.edwards@gmail.com
|
|
COMMENT= Pure Python client for Apache Kafka
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USE_PYTHON= autoplist distutils
|
|
USES= python shebangfix
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:${PORTSDIR}/devel/py-six
|
|
|
|
.include <bsd.port.mk>
|