commit:     8cabb9535c79483b9a451e97f168cc006c085d01
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  6 06:23:19 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb  6 06:38:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cabb953

dev-python/toolz: Remove py2

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

 dev-python/toolz/toolz-0.8.0.ebuild | 2 +-
 dev-python/toolz/toolz-0.8.2.ebuild | 2 +-
 dev-python/toolz/toolz-0.9.0.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/toolz/toolz-0.8.0.ebuild 
b/dev-python/toolz/toolz-0.8.0.ebuild
index cf0e788c22d..b26289aab42 100644
--- a/dev-python/toolz/toolz-0.8.0.ebuild
+++ b/dev-python/toolz/toolz-0.8.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 

diff --git a/dev-python/toolz/toolz-0.8.2.ebuild 
b/dev-python/toolz/toolz-0.8.2.ebuild
index 194bea99e18..0a342536e08 100644
--- a/dev-python/toolz/toolz-0.8.2.ebuild
+++ b/dev-python/toolz/toolz-0.8.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 

diff --git a/dev-python/toolz/toolz-0.9.0.ebuild 
b/dev-python/toolz/toolz-0.9.0.ebuild
index 5c7ce0a8da3..67bb2da757d 100644
--- a/dev-python/toolz/toolz-0.9.0.ebuild
+++ b/dev-python/toolz/toolz-0.9.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1
 

Reply via email to