New port: net/py-confluent-kafka

Confluent-kafka-python is a lightweight wrapper around librdkafka,
a finely tuned C client.  The Python bindings provides a high-level
Producer and Consumer with support for the balanced consumer groups
of Apache Kafka.

WWW: https://github.com/confluentinc/confluent-kafka-python

PR:		233403
Submitted by:	sergey@akhmatov.ru
Reviewed by:	koobs
This commit is contained in:
Tobias Kortkamp 2019-01-28 19:09:37 +00:00
parent 7b74f02d6a
commit 39e0c65db9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491512
4 changed files with 35 additions and 0 deletions

View File

@ -1023,6 +1023,7 @@
SUBDIR += py-cjdns
SUBDIR += py-cloudflare-scrape
SUBDIR += py-coherence
SUBDIR += py-confluent-kafka
SUBDIR += py-cymruwhois
SUBDIR += py-dpkt
SUBDIR += py-dugong

View File

@ -0,0 +1,25 @@
# $FreeBSD$
PORTNAME= confluent-kafka
DISTVERSION= 0.11.6
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sergey@akhmatov.ru
COMMENT= Confluent Apache Kafka Python client
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= librdkafka.so:net/librdkafka
RUN_DEPENDS= ${PY_ENUM34} \
${PY_FUTURES}
USES= localbase python
USE_PYTHON= autoplist distutils
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/confluent_kafka/cimpl.so
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1542818934
SHA256 (confluent-kafka-0.11.6.tar.gz) = 2746f7796b3c15dabd07a7750ff2cb3cb9a1e97aab6881c6b1e091fc9ca27fb7
SIZE (confluent-kafka-0.11.6.tar.gz) = 72996

View File

@ -0,0 +1,6 @@
Confluent-kafka-python is a lightweight wrapper around librdkafka,
a finely tuned C client. The Python bindings provides a high-level
Producer and Consumer with support for the balanced consumer groups
of Apache Kafka.
WWW: https://github.com/confluentinc/confluent-kafka-python