diff options
Diffstat (limited to 'dev-python/elasticsearch-py/elasticsearch-py-1.4.0.ebuild')
-rw-r--r-- | dev-python/elasticsearch-py/elasticsearch-py-1.4.0.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/elasticsearch-py/elasticsearch-py-1.4.0.ebuild b/dev-python/elasticsearch-py/elasticsearch-py-1.4.0.ebuild new file mode 100644 index 00000000000..f25a4e9b8ec --- /dev/null +++ b/dev-python/elasticsearch-py/elasticsearch-py-1.4.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_{3,4} pypy ) + +inherit distutils-r1 + +DESCRIPTION="official Python low-level client for Elasticsearch" +HOMEPAGE="http://elasticsearch-py.rtfd.org/" +SRC_URI="https://github.com/elasticsearch/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="amd64 arm ~mips x86" +IUSE="" + +DEPEND="dev-python/urllib3[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" |