diff options
author | Virgil Dupras <vdupras@gentoo.org> | 2019-05-06 18:03:17 -0400 |
---|---|---|
committer | Virgil Dupras <vdupras@gentoo.org> | 2019-05-06 18:03:17 -0400 |
commit | 635c138ce0854f09ce32b56df3dde3bff3f9a4d9 (patch) | |
tree | 553f415cbc4e32f839236375c7913a47af0580c8 /dev-python/kafka-python/kafka-python-1.1.1.ebuild | |
parent | 1de027a4a4a91be59bf59c46b84570cebbf5d50d (diff) | |
download | gentoo-635c138ce0854f09ce32b56df3dde3bff3f9a4d9.tar.gz gentoo-635c138ce0854f09ce32b56df3dde3bff3f9a4d9.tar.xz |
dev-python/kafka-python: remove old
Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'dev-python/kafka-python/kafka-python-1.1.1.ebuild')
-rw-r--r-- | dev-python/kafka-python/kafka-python-1.1.1.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-python/kafka-python/kafka-python-1.1.1.ebuild b/dev-python/kafka-python/kafka-python-1.1.1.ebuild deleted file mode 100644 index 34d1afe7d57..00000000000 --- a/dev-python/kafka-python/kafka-python-1.1.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Kafka protocol support in Python" -HOMEPAGE="https://github.com/dpkp/kafka-python/ https://pypi.org/project/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" -} |