View | Details | Raw Unified | Return to bug 233403 | Differences between
and this patch

Collapse All | Expand All

(-)net/py-confluent-kafka/Makefile (+25 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	confluent-kafka
4
DISTVERSION=	0.11.6
5
CATEGORIES=	net python
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=	sergey@akhmatov.ru
10
COMMENT=	Confluent Apache Kafka Python client
11
12
LICENSE=	APACHE20
13
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
14
15
LIB_DEPENDS=	librdkafka.so:net/librdkafka
16
RUN_DEPENDS=	${PY_ENUM34} \
17
		${PY_FUTURES}
18
19
USES=		localbase python
20
USE_PYTHON=	autoplist distutils
21
22
post-install:
23
	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/confluent_kafka/cimpl.so
24
25
.include <bsd.port.mk>
(-)net/py-confluent-kafka/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1542818934
2
SHA256 (confluent-kafka-0.11.6.tar.gz) = 2746f7796b3c15dabd07a7750ff2cb3cb9a1e97aab6881c6b1e091fc9ca27fb7
3
SIZE (confluent-kafka-0.11.6.tar.gz) = 72996
(-)net/py-confluent-kafka/pkg-descr (+5 lines)
Line 0 Link Here
1
Confluent-kafka-python is a lightweight wrapper around librdkafka, a finely
2
tuned C client. The Python bindings provides a high-level Producer and
3
Consumer with support for the balanced consumer groups of Apache Kafka.
4
5
WWW: https://github.com/confluentinc/confluent-kafka-python

Return to bug 233403