commit:     90e0f4245ab34a3567e422b7aa5c27095755a34b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  5 12:43:00 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb  5 12:59:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90e0f424

dev-python/elasticsearch-py: Remove py2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/elasticsearch-py/elasticsearch-py-6.3.1-r1.ebuild | 2 +-
 dev-python/elasticsearch-py/elasticsearch-py-6.4.0.ebuild    | 2 +-
 dev-python/elasticsearch-py/elasticsearch-py-7.0.5.ebuild    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/elasticsearch-py/elasticsearch-py-6.3.1-r1.ebuild 
b/dev-python/elasticsearch-py/elasticsearch-py-6.3.1-r1.ebuild
index ffa0d68037f..6ad7d0907f0 100644
--- a/dev-python/elasticsearch-py/elasticsearch-py-6.3.1-r1.ebuild
+++ b/dev-python/elasticsearch-py/elasticsearch-py-6.3.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 ES_VERSION="6.4.0"
 
 inherit distutils-r1

diff --git a/dev-python/elasticsearch-py/elasticsearch-py-6.4.0.ebuild 
b/dev-python/elasticsearch-py/elasticsearch-py-6.4.0.ebuild
index 635ff2c7760..e080218c68a 100644
--- a/dev-python/elasticsearch-py/elasticsearch-py-6.4.0.ebuild
+++ b/dev-python/elasticsearch-py/elasticsearch-py-6.4.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 ES_VERSION="6.4.0"
 
 inherit distutils-r1

diff --git a/dev-python/elasticsearch-py/elasticsearch-py-7.0.5.ebuild 
b/dev-python/elasticsearch-py/elasticsearch-py-7.0.5.ebuild
index 78f5b441594..46c6f8620a3 100644
--- a/dev-python/elasticsearch-py/elasticsearch-py-7.0.5.ebuild
+++ b/dev-python/elasticsearch-py/elasticsearch-py-7.0.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 ES_VERSION="7.0.1"
 
 inherit distutils-r1

Reply via email to