From 349323c4735afd6b6928f2662c2bec47b6ee361c Mon Sep 17 00:00:00 2001 From: Tomas Mozes Date: Thu, 20 Sep 2018 13:12:59 +0200 Subject: [PATCH] dev-python/elasticsearch-py: drop old MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Tomáš Mózes Package-Manager: Portage-2.3.49, Repoman-2.3.10 Signed-off-by: Michał Górny Closes: https://github.com/gentoo/gentoo/pull/9927 --- .../elasticsearch-py-6.3.1.ebuild | 102 ------------------ 1 file changed, 102 deletions(-) delete mode 100644 dev-python/elasticsearch-py/elasticsearch-py-6.3.1.ebuild diff --git a/dev-python/elasticsearch-py/elasticsearch-py-6.3.1.ebuild b/dev-python/elasticsearch-py/elasticsearch-py-6.3.1.ebuild deleted file mode 100644 index 966afedf7a01..000000000000 --- a/dev-python/elasticsearch-py/elasticsearch-py-6.3.1.ebuild +++ /dev/null @@ -1,102 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) -ES_VERSION="6.4.0" - -inherit distutils-r1 - -MY_PN=${PN/-py/} -DESCRIPTION="official Python low-level client for Elasticsearch" -HOMEPAGE="https://github.com/elastic/elasticsearch-py" -SRC_URI="https://github.com/elasticsearch/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz - test? ( https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-oss-${ES_VERSION}.tar.gz )" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="examples doc test" - -# tests fail in chroot -# https://github.com/elastic/elasticsearch/issues/12018 -RESTRICT="test" - -RDEPEND=">=dev-python/urllib3-1.21.1[${PYTHON_USEDEP}] - /dev/null - if [[ $? -eq 0 ]]; then - einfo "Elasticsearch started" - es_started=1 - eend 0 - break - elif grep -q 'BindException\[Address already in use\]' "${ES_LOG}" 2>/dev/null; then - eend 1 - eerror "Elasticsearch already running" - die "Cannot start Elasticsearch for tests" - else - einfo "Waiting for Elasticsearch" - eend 1 - sleep 2 - continue - fi - done - - [[ $es_started -eq 0 ]] && die "Elasticsearch failed to start" - - export TEST_ES_SERVER="localhost:${ES_PORT}" - esetup.py test || die - - pkill -F ${PID} -} - -python_install_all() { - use doc && HTML_DOCS=( docs/_build/html/. ) - use examples && dodoc -r example - doman docs/_build/man/* - distutils-r1_python_install_all -} -- 2.26.2