commit: 2fb2b68b31722b353c92cc435ae57a4194eeb2b9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 4 19:27:21 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 4 19:47:13 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fb2b68b
dev-python/responses: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/responses/responses-0.10.7.ebuild | 2 +-
dev-python/responses/responses-0.6.0.ebuild | 2 +-
dev-python/responses/responses-0.9.0.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/responses/responses-0.10.7.ebuild
b/dev-python/responses/responses-0.10.7.ebuild
index 460a11b9e02..f781f4d9d74 100644
--- a/dev-python/responses/responses-0.10.7.ebuild
+++ b/dev-python/responses/responses-0.10.7.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,7,8}} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
inherit distutils-r1
diff --git a/dev-python/responses/responses-0.6.0.ebuild
b/dev-python/responses/responses-0.6.0.ebuild
index ebd96e53d16..6fe4e2b545f 100644
--- a/dev-python/responses/responses-0.6.0.ebuild
+++ b/dev-python/responses/responses-0.6.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=(python{2_7,3_6})
+PYTHON_COMPAT=(python3_6)
inherit distutils-r1
diff --git a/dev-python/responses/responses-0.9.0.ebuild
b/dev-python/responses/responses-0.9.0.ebuild
index 26a732bdfdc..54e0807ea71 100644
--- a/dev-python/responses/responses-0.9.0.ebuild
+++ b/dev-python/responses/responses-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,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1