Bug 202000 - [NEW PORT] net/py-kafka-python: Pure Python client for Apache Kafka
Summary: [NEW PORT] net/py-kafka-python: Pure Python client for Apache Kafka
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords: needs-patch, needs-qa, patch
Depends on:
Blocks:
 
Reported: 2015-07-31 02:11 UTC by Christer Edwards
Modified: 2016-03-15 17:27 UTC (History)
4 users (show)

See Also:
koobs: maintainer-feedback? (christer.edwards)


Attachments
shar (1.71 KB, text/plain)
2015-07-31 02:11 UTC, Christer Edwards
koobs: maintainer-approval-
Details
QA (22.15 KB, text/plain)
2015-07-31 02:12 UTC, Christer Edwards
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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