Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 536670 - dev-python/elasticsearch-curator - tending your time-series indices in Elasticsearch
Summary: dev-python/elasticsearch-curator - tending your time-series indices in Elasti...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: Proxy Maintainers
URL: https://github.com/elasticsearch/curator
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2015-01-15 06:01 UTC by Tomáš Mózes
Modified: 2015-02-17 14:15 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
elasticsearch-curator-2.1.1.ebuild (elasticsearch-curator-2.1.1.ebuild,425 bytes, text/plain)
2015-01-15 06:01 UTC, Tomáš Mózes
Details
elasticsearch-curator-2.1.2.ebuild (elasticsearch-curator-2.1.2.ebuild,1.89 KB, text/plain)
2015-02-06 10:10 UTC, Tomáš Mózes
Details
elasticsearch-curator-2.1.2.ebuild (elasticsearch-curator-2.1.2.ebuild,1.98 KB, text/plain)
2015-02-12 09:35 UTC, Tomáš Mózes
Details
elasticsearch-curator-2.1.2.ebuild (elasticsearch-curator-2.1.2.ebuild,2.02 KB, text/plain)
2015-02-17 13:12 UTC, Tomáš Mózes
Details
elasticsearch-curator-2.1.2.ebuild (elasticsearch-curator-2.1.2.ebuild,2.01 KB, text/plain)
2015-02-17 13:46 UTC, Tomáš Mózes
Details
elasticsearch-curator-2.1.2.ebuild (elasticsearch-curator-2.1.2.ebuild,2.01 KB, text/plain)
2015-02-17 13:47 UTC, Tomáš Mózes
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomáš Mózes 2015-01-15 06:01:23 UTC
Created attachment 394002 [details]
elasticsearch-curator-2.1.1.ebuild

Like a museum curator manages the exhibits and collections on display, Elasticsearch Curator helps you curate, or manage your time-series indices.
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2015-02-02 00:42:31 UTC
shall we do this one too?
Comment 2 Tomáš Mózes 2015-02-06 10:10:25 UTC
Created attachment 395692 [details]
elasticsearch-curator-2.1.2.ebuild

Added tests/docs
Comment 3 Ian Delaney (RETIRED) gentoo-dev 2015-02-07 00:56:11 UTC
I got 1 run to pass tests which proves the testsuite and the test phase is is good however on repeating I keep getting this.

running test
Searching for elasticsearch<2.0.0,>=1.0.0
Reading https://pypi.python.org/simple/elasticsearch/
Best match: elasticsearch 1.3.0
Downloading https://pypi.python.org/packages/source/e/elasticsearch/elasticsearch-1.3.0.tar.gz#md5=7b078448754cb10951f3c4190e6841a4
Processing elasticsearch-1.3.0.tar.gz
Writing /mnt/gen2/TmpDir/portage/app-misc/elasticsearch-curator-2.1.2/temp/easy_install-gCsnFo/elasticsearch-1.3.0/setup.cfg
Running elasticsearch-1.3.0/setup.py -q bdist_egg --dist-dir /mnt/gen2/TmpDir/portage/app-misc/elasticsearch-curator-2.1.2/temp/easy_install-gCsnFo/elasticsearch-1.3.0/egg-dist-tmp-p7Z6z8
Traceback (most recent call last):

which leads to fail. It's trying to 
easy_install elasticsearch-1.3.0.tar.gz#md5=7b078448754cb10951f3c4190e6841a4

so despite having acquired

elasticsearch-curator-2.1.2/work/{curator-2.1.2,elasticsearch-1.4.2}

setup.py is still insisting on installing elasticsearch itself, unnecessarily. This suggests you need track the source of demanding elasticsearch and patching it out.
Comment 4 Tomáš Mózes 2015-02-07 04:51:03 UTC
A missing dep on dev-python/elasticsearch-py, I'll fix it, thanks.
Comment 5 Tomáš Mózes 2015-02-12 09:35:55 UTC
Created attachment 396238 [details]
elasticsearch-curator-2.1.2.ebuild

Adding dep on elasticsearch-py.
Comment 6 Tomáš Mózes 2015-02-17 13:12:05 UTC
Created attachment 396710 [details]
elasticsearch-curator-2.1.2.ebuild
Comment 7 Tomáš Mózes 2015-02-17 13:46:23 UTC
Created attachment 396712 [details]
elasticsearch-curator-2.1.2.ebuild
Comment 8 Tomáš Mózes 2015-02-17 13:47:48 UTC
Created attachment 396714 [details]
elasticsearch-curator-2.1.2.ebuild
Comment 9 Ian Delaney (RETIRED) gentoo-dev 2015-02-17 14:14:31 UTC
*elasticsearch-curator-2.1.2 (17 Feb 2015)

  17 Feb 2015; Ian Delaney <idella4@gentoo.org>
  +elasticsearch-curator-2.1.2.ebuild, +metadata.xml:
  new ebuild written by proxy maintainer, closes bug #536670