Bug 202000

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: LatestFlags: koobs: maintainer-feedback? (christer.edwards)
Hardware: Any   
OS: Any   
Attachments:
Description Flags
shar
koobs: maintainer-approval-
QA none

Description Christer Edwards 2015-07-31 02:11:39 UTC
Created attachment 159404 [details]
shar

New port submission - net/py-kafka-python
Comment 1 Christer Edwards 2015-07-31 02:12:51 UTC
Created attachment 159405 [details]
QA
Comment 2 Kubilay Kocak freebsd_committer freebsd_triage 2015-07-31 06:07:07 UTC
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
Comment 3 Mark Felder freebsd_committer freebsd_triage 2016-03-15 17:27:06 UTC
Committed with minor changes, thanks!
Comment 4 commit-hook freebsd_committer freebsd_triage 2016-03-15 17:27:19 UTC
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