head	1.2;
access;
symbols
	pkgsrc-2018Q2:1.1.0.2
	pkgsrc-2018Q2-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2018.07.10.01.18.58;	author minskim;	state dead;
branches;
next	1.1;
commitid	42IRBDn5UtaMMwJA;

1.1
date	2018.04.29.23.20.41;	author minskim;	state Exp;
branches;
next	;
commitid	KL2eLuTotgOPpoAA;


desc
@@


1.2
log
@devel/py-kafka: Obsoleted by devel/py-kafka-python
@
text
@# $NetBSD: Makefile,v 1.1 2018/04/29 23:20:41 minskim Exp $

DISTNAME=	kafka-1.3.5
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	devel python
MASTER_SITES=	${MASTER_SITE_PYPI:=k/kafka/}

MAINTAINER=	minskim@@NetBSD.org
HOMEPAGE=	https://github.com/dpkp/kafka-python
COMMENT=	Pure Python client for Apache Kafka
LICENSE=	apache-2.0

USE_LANGUAGES=	# none

.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
@


1.1
log
@devel/py-kafka: Import version 1.3.5

Python client for the Apache Kafka distributed stream processing
system. kafka-python is designed to function much like the official
java client, with a sprinkling of pythonic interfaces (e.g., consumer
iterators).
@
text
@d1 1
a1 1
# $NetBSD$
@

