dev-python/elasticsearch-py: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 12:43:00 +0000 (13:43 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 12:59:51 +0000 (13:59 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/elasticsearch-py/elasticsearch-py-6.3.1-r1.ebuild
dev-python/elasticsearch-py/elasticsearch-py-6.4.0.ebuild
dev-python/elasticsearch-py/elasticsearch-py-7.0.5.ebuild

index ffa0d68037f405d04da3096bd2d289c805354b23..6ad7d0907f0d8843a6b5e19690258797a0620d32 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 ES_VERSION="6.4.0"
 
 inherit distutils-r1
index 635ff2c7760d2fc599701ae6f84b013c7cf145cf..e080218c68adf88084e589f8d5e2ba1074e540eb 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 ES_VERSION="6.4.0"
 
 inherit distutils-r1
index 78f5b4415940fc02c45565481eea7e2f7b4f8900..46c6f8620a384556153cbe9a8c61d2068bdbb163 100644 (file)
@@ -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