Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/elasticsearch-curator/
Date: Fri, 16 Aug 2019 13:50:34
Message-Id: 1565962806.b9be7ae9811d60dd324cdc1d1bd37e793f0a176f.mgorny@gentoo
1 commit: b9be7ae9811d60dd324cdc1d1bd37e793f0a176f
2 Author: Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
3 AuthorDate: Fri Aug 16 12:18:32 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 16 13:40:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9be7ae9
7
8 dev-python/elasticsearch-curator: drop old
9
10 Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/elasticsearch-curator/Manifest | 2 -
14 .../elasticsearch-curator-5.4.1.ebuild | 118 ---------------------
15 2 files changed, 120 deletions(-)
16
17 diff --git a/dev-python/elasticsearch-curator/Manifest b/dev-python/elasticsearch-curator/Manifest
18 index 91a47d5a5b7..3d7731c867f 100644
19 --- a/dev-python/elasticsearch-curator/Manifest
20 +++ b/dev-python/elasticsearch-curator/Manifest
21 @@ -1,5 +1,3 @@
22 -DIST elasticsearch-6.1.1.tar.gz 28462503 BLAKE2B a3ac6edf6ed110fc3832bc6b1c5e4d7acbc67ee2faeba35d9dc7215bbcf10fb3617cfbc050687d7361fc4b6f644afe9cbfc23591b5ae26e692f38dbf13872e7d SHA512 dcc23ef80ad2545490508d3e9db2fd0e6ae9a99cece0990f537c522265961dad234734548d1d86288af7f65a6ee681f5624d2c0e71df0e1dcc32fdb56dcefe92
23 -DIST elasticsearch-curator-5.4.1.tar.gz 294363 BLAKE2B 180882cee9ed3424569705beda727f823cea0cfc47897d06b1cb8258166e40fc9913eb266481b09155a0f5f88b52a680b9187f69417983c2d78b5d24874489c3 SHA512 a2f187d99ebcf8069bfd472316aefe501719400268120c250812670e5525209cebffa913f5fb988305d963bb2a7b61cf47426905b856e34f41afd3a9d67d28f3
24 DIST elasticsearch-curator-5.5.4.tar.gz 221161 BLAKE2B 41828800dd9237142767d3163b3d87770ea5b904858991598cce2feb7c3a22d85c0d73275a2f232099ea82e7346fc20080a3bfef692ee808b730d3e4e6de405d SHA512 99ed18592105d19791513ad713115b6e2a6b589ab8b4e3fc4435b2878e25f552e0bda8d63cb6279970afc6ba39d9f3db17af1b4fb44500fe8a14b060e1530258
25 DIST elasticsearch-curator-5.6.0.tar.gz 221555 BLAKE2B cbf1f645b266d2d08914ff74fd5c63bcd5661ef68a8b9286ed59b05d52d50e18e8d18e00b3a0e037f8e6452ce79213280b5ecffaf6af0a3fb70ef92458c80efa SHA512 7dc02b5d15228ea96254dc7dd8069d8396c5d3df883b7ab42936c7612b0f16f5399131563703ccd05469facee7ddf20a720daf62a2713943a4b9a0c9448dd676
26 DIST elasticsearch-oss-6.3.2.tar.gz 29418577 BLAKE2B 152640dc01a10f44ba43f87f68361cc0dd5e1cf54d0ff92377f3acd1a12a247f002ffe2d003cc53760e891278249c10b1d6d4eb978b0bb1c1ebf8879a2cfcb9a SHA512 3c51a860414f7e55900b1d9a350bdbc3e673c8445e316454c2480315b4b9fc08df58090c6281cecc3ae63d12d78d6bd58e228b3371aa325db799ce18758a21f4
27
28 diff --git a/dev-python/elasticsearch-curator/elasticsearch-curator-5.4.1.ebuild b/dev-python/elasticsearch-curator/elasticsearch-curator-5.4.1.ebuild
29 deleted file mode 100644
30 index 356801ca1a8..00000000000
31 --- a/dev-python/elasticsearch-curator/elasticsearch-curator-5.4.1.ebuild
32 +++ /dev/null
33 @@ -1,118 +0,0 @@
34 -# Copyright 1999-2019 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -PYTHON_COMPAT=( python{2_7,3_5,3_6} )
40 -
41 -MY_PN="curator"
42 -ES_VERSION="6.1.1"
43 -
44 -inherit distutils-r1
45 -
46 -DESCRIPTION="Tending time-series indices in Elasticsearch"
47 -HOMEPAGE="https://github.com/elasticsearch/curator"
48 -SRC_URI="https://github.com/elasticsearch/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
49 - test? ( https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz )"
50 -
51 -LICENSE="Apache-2.0"
52 -SLOT="0"
53 -KEYWORDS="amd64 x86"
54 -RESTRICT="test"
55 -IUSE="doc test"
56 -
57 -RDEPEND="
58 - >=dev-python/elasticsearch-py-5.4.0[${PYTHON_USEDEP}]
59 - <dev-python/elasticsearch-py-7.0.0[${PYTHON_USEDEP}]
60 - >=dev-python/click-6.7[${PYTHON_USEDEP}]
61 - >=dev-python/certifi-2017.4.17[${PYTHON_USEDEP}]
62 - >=dev-python/urllib3-1.20[${PYTHON_USEDEP}]
63 - >=dev-python/voluptuous-0.9.3[${PYTHON_USEDEP}]"
64 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
65 - dev-python/sphinx[${PYTHON_USEDEP}]
66 - >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
67 - test? ( ${RDEPEND}
68 - virtual/jre:1.8
69 - dev-python/mock[${PYTHON_USEDEP}]
70 - dev-python/nose[${PYTHON_USEDEP}]
71 - dev-python/coverage[${PYTHON_USEDEP}]
72 - dev-python/nosexcover[${PYTHON_USEDEP}]
73 - dev-python/six[${PYTHON_USEDEP}] )"
74 -
75 -S="${WORKDIR}/${MY_PN}-${PV}"
76 -
77 -python_prepare_all() {
78 - # avoid downloading from net
79 - sed -e '/^intersphinx_mapping/,+3d' -i docs/conf.py || die
80 -
81 - distutils-r1_python_prepare_all
82 -}
83 -
84 -python_compile_all() {
85 - emake -C docs -j1 man $(usex doc html "")
86 -}
87 -
88 -# tests fail in chroot
89 -# https://github.com/elastic/elasticsearch/issues/12018
90 -#
91 -# running tests in non-chroot environments:
92 -# FEATURES="test -usersandbox" emerge dev-python/elasticsearch-curator
93 -python_test() {
94 - ES="${WORKDIR}/elasticsearch-${ES_VERSION}"
95 - ES_PORT="25123"
96 - ES_INSTANCE="gentoo-es-curator-test"
97 - ES_LOG="${ES}/logs/${ES_INSTANCE}.log"
98 - PID="${ES}/elasticsearch.pid"
99 -
100 - # run Elasticsearch instance on custom port
101 - sed -i "s/#http.port: 9200/http.port: ${ES_PORT}/g; \
102 - s/#cluster.name: my-application/cluster.name: ${ES_INSTANCE}/g" \
103 - "${ES}/config/elasticsearch.yml" || die
104 -
105 - # start local instance of elasticsearch
106 - "${ES}/bin/elasticsearch" -d -p "${PID}" -Epath.repo=/ || die
107 -
108 - local i
109 - local es_started=0
110 - for i in {1..20}; do
111 - grep -q "started" "${ES_LOG}" 2> /dev/null
112 - if [[ $? -eq 0 ]]; then
113 - einfo "Elasticsearch started"
114 - es_started=1
115 - eend 0
116 - break
117 - elif grep -q 'BindException\[Address already in use\]' "${ES_LOG}" 2>/dev/null; then
118 - eend 1
119 - eerror "Elasticsearch already running"
120 - die "Cannot start Elasticsearch for tests"
121 - else
122 - einfo "Waiting for Elasticsearch"
123 - eend 1
124 - sleep 2
125 - continue
126 - fi
127 - done
128 -
129 - [[ $es_started -eq 0 ]] && die "Elasticsearch failed to start"
130 -
131 - export TEST_ES_SERVER="localhost:${ES_PORT}"
132 - esetup.py test || die
133 -
134 - pkill -F ${PID}
135 -}
136 -
137 -python_install_all() {
138 - use doc && local HTML_DOCS=( docs/_build/html/. )
139 - doman docs/_build/man/*
140 - distutils-r1_python_install_all
141 -}
142 -
143 -pkg_postinst() {
144 - ewarn ""
145 - ewarn "For Python 3 support information please read: http://click.pocoo.org/latest/python3/"
146 - ewarn ""
147 - ewarn "Example usage on Python 3:"
148 - ewarn "export LC_ALL=en_US.UTF-8"
149 - ewarn "export LANG=en_US.UTF-8"
150 - ewarn "curator ..."
151 -}