diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 13:43:00 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 13:59:51 +0100 |
commit | 90e0f4245ab34a3567e422b7aa5c27095755a34b (patch) | |
tree | abad504aeab1e4fb2d0a2dfde269d1e2bbaf3a6b /dev-python/elasticsearch-py | |
parent | package.mask: Last rite dev-python/egenix-mx-base (diff) | |
download | gentoo-90e0f4245ab34a3567e422b7aa5c27095755a34b.tar.gz gentoo-90e0f4245ab34a3567e422b7aa5c27095755a34b.tar.bz2 gentoo-90e0f4245ab34a3567e422b7aa5c27095755a34b.zip |
dev-python/elasticsearch-py: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/elasticsearch-py')
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 ffa0d68037f4..6ad7d0907f0d 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 635ff2c7760d..e080218c68ad 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 78f5b4415940..46c6f8620a38 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 |