From: "Austin English" <wizardedit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/kafka-python/
Date: Tue, 17 May 2016 21:14:13 +0000 (UTC) [thread overview]
Message-ID: <1463519590.c67e82ed5038d00fff0769c25480cf817672773a.wizardedit@gentoo> (raw)
commit: c67e82ed5038d00fff0769c25480cf817672773a
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Tue May 17 19:00:05 2016 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Tue May 17 21:13:10 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c67e82ed
dev-python/kafka-python: initial ebuild
Package-Manager: portage-2.2.26
dev-python/kafka-python/Manifest | 1 +
dev-python/kafka-python/kafka-python-1.1.1.ebuild | 30 +++++++++++++++++++++++
dev-python/kafka-python/metadata.xml | 20 +++++++++++++++
3 files changed, 51 insertions(+)
diff --git a/dev-python/kafka-python/Manifest b/dev-python/kafka-python/Manifest
new file mode 100644
index 0000000..55118a2
--- /dev/null
+++ b/dev-python/kafka-python/Manifest
@@ -0,0 +1 @@
+DIST kafka-python-1.1.1.tar.gz 213892 SHA256 1da61987111d23918aaebc81e1a5cfc8c72193a5df3caf4ce8826cf08bef89ec SHA512 aa95c5e5ae7790b898cfa40e763eb9c64f17c74ce1322b9a31edfd61fe693ff7cf7048d3f90cac5911c7c4dc8aa7c34ec9d33224bdad5ae5e9591e7fbcc01967 WHIRLPOOL 7706058a061c08bdd383de36dadb4035fb2c4606b0a0440062e0b92ea3965cbd1dbdb88ffc6784096e62d088a733fce66617aef63463485c5a1cfe416a007743
diff --git a/dev-python/kafka-python/kafka-python-1.1.1.ebuild b/dev-python/kafka-python/kafka-python-1.1.1.ebuild
new file mode 100644
index 0000000..fc2ef43
--- /dev/null
+++ b/dev-python/kafka-python/kafka-python-1.1.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Kafka protocol support in Python"
+HOMEPAGE="https://github.com/dpkp/kafka-python/ https://pypi.python.org/pypi/kafka-python/"
+SRC_URI="https://github.com/dpkp/kafka-python/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="snappy test"
+
+RDEPEND="snappy? ( dev-python/snappy[${PYTHON_USEDEP}] )"
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ test? (
+ dev-python/mock[${PYTHON_USEDEP}]
+ dev-python/tox[${PYTHON_USEDEP}]
+ dev-python/unittest2[${PYTHON_USEDEP}]
+ )"
+
+python_test() {
+ esetup.py test || die "tests failed"
+}
diff --git a/dev-python/kafka-python/metadata.xml b/dev-python/kafka-python/metadata.xml
new file mode 100644
index 0000000..e2edf61
--- /dev/null
+++ b/dev-python/kafka-python/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>wizardedit@gentoo.org</email>
+ <name>Austin English</name>
+ </maintainer>
+ <longdescription>
+ Python client for Apache Kafka
+ </longdescription>
+ <use>
+ <flag name="snappy">
+ Install snappy compression/decompression support
+ </flag>
+ </use>
+ <upstream>
+ <remote-id type="github">dpkp/kafka-python</remote-id>
+ <remote-id type="pypi">kafka-python</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2016-05-17 21:14 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-17 21:14 Austin English [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-06-17 19:23 [gentoo-commits] repo/gentoo:master commit in: dev-python/kafka-python/ Austin English
2017-05-15 6:03 Zac Medico
2019-04-09 3:14 Austin English
2019-05-06 22:03 Virgil Dupras
2019-12-19 1:17 Zac Medico
2020-02-24 20:42 Zac Medico
2020-03-27 21:06 Michał Górny
2020-03-27 21:06 Michał Górny
2020-08-22 9:15 Michał Górny
2021-05-23 10:48 Michał Górny
2021-07-05 11:16 Michał Górny
2021-08-01 21:33 Michał Górny
2021-08-02 6:40 Michał Górny
2021-10-17 9:00 Michał Górny
2023-02-21 7:41 Michał Górny
2024-02-28 16:48 Michał Górny
2024-02-28 20:50 Jakov Smolić
2024-04-14 15:57 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1463519590.c67e82ed5038d00fff0769c25480cf817672773a.wizardedit@gentoo \
--to=wizardedit@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox