| Summary: | [NEW PORT] net/py-kafka-python: Pure Python client for Apache Kafka | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Christer Edwards <christer.edwards> | ||||||
| Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | CC: | christer.edwards, feld, koobs, python | ||||||
| Priority: | --- | Keywords: | needs-patch, needs-qa, patch | ||||||
| Version: | Latest | Flags: | koobs:
maintainer-feedback?
(christer.edwards) |
||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
Created attachment 159405 [details]
QA
This package requires 'six' as per the setup.py: install_requires=['six'], I also created a PR upstream to include LICENSE in the PyPI sdist: https://github.com/mumrah/kafka-python/pull/441 Committed with minor changes, thanks! A commit references this bug: Author: feld Date: Tue Mar 15 17:26:51 UTC 2016 New revision: 411196 URL: https://svnweb.freebsd.org/changeset/ports/411196 Log: This module provides low-level protocol support for Apache Kafka as well as 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> Changes: head/net/Makefile head/net/py-kafka-python/ head/net/py-kafka-python/Makefile head/net/py-kafka-python/distinfo head/net/py-kafka-python/pkg-descr |
Created attachment 159404 [details] shar New port submission - net/py-kafka-python