Created attachment 199446 [details] py-confluent-kafka-0.11.6 Add new port for confluent-kafka-python: a lightweight python wrapper around librdkafka. QA: portlint -NAC: OK poudriere testport: OK on 11.2 and 12.0-RC1 with all flavors
maintainer-feedback (+) not required unless set (to ?) first. Minor review item: one could/should technically (though i prefer explicit > implicit) use USES=localbase, instead of: +CFLAGS+= -I${PREFIX}/include +LDFLAGS+= -L${PREFIX}/lib
Created attachment 199447 [details] py-confluent-kafka-0.11.6 Thanks for the review! Updated patch to use USES=localbase
A commit references this bug: Author: tobik Date: Mon Jan 28 19:09:38 UTC 2019 New revision: 491512 URL: https://svnweb.freebsd.org/changeset/ports/491512 Log: 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 Changes: head/net/Makefile head/net/py-confluent-kafka/ head/net/py-confluent-kafka/Makefile head/net/py-confluent-kafka/distinfo head/net/py-confluent-kafka/pkg-descr