Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/elasticsearch-py/
Date: Tue, 30 Aug 2016 19:07:28
Message-Id: 1472583858.92d67e6ba567131d823b4492c8d86e8e46aca217.soap@gentoo
1 commit: 92d67e6ba567131d823b4492c8d86e8e46aca217
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 30 18:42:51 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 30 19:04:18 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92d67e6b
7
8 dev-python/elasticsearch-py: restore python 3.3
9
10 Package-Manager: portage-2.3.0
11
12 dev-python/elasticsearch-py/elasticsearch-py-2.4.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/elasticsearch-py/elasticsearch-py-2.4.0.ebuild b/dev-python/elasticsearch-py/elasticsearch-py-2.4.0.ebuild
16 index 5b23604..6ed63d1 100644
17 --- a/dev-python/elasticsearch-py/elasticsearch-py-2.4.0.ebuild
18 +++ b/dev-python/elasticsearch-py/elasticsearch-py-2.4.0.ebuild
19 @@ -4,7 +4,7 @@
20
21 EAPI=6
22
23 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
24 +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
25
26 ES_VERSION="2.3.5"