commit: 54a9cc240f3da0f2450d56c4006e8285a3b56267
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 15:25:54 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 15:29:20 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54a9cc24
dev-python/jsonrpclib: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jsonrpclib/jsonrpclib-0.3.1.ebuild | 2 +-
dev-python/jsonrpclib/jsonrpclib-0.4.0.ebuild | 2 +-
dev-python/jsonrpclib/jsonrpclib-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/jsonrpclib/jsonrpclib-0.3.1.ebuild
b/dev-python/jsonrpclib/jsonrpclib-0.3.1.ebuild
index 4b06bc13c13..8ba5623f22c 100644
--- a/dev-python/jsonrpclib/jsonrpclib-0.3.1.ebuild
+++ b/dev-python/jsonrpclib/jsonrpclib-0.3.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
diff --git a/dev-python/jsonrpclib/jsonrpclib-0.4.0.ebuild
b/dev-python/jsonrpclib/jsonrpclib-0.4.0.ebuild
index 555604f6190..39a56fdc78b 100644
--- a/dev-python/jsonrpclib/jsonrpclib-0.4.0.ebuild
+++ b/dev-python/jsonrpclib/jsonrpclib-0.4.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
diff --git a/dev-python/jsonrpclib/jsonrpclib-9999.ebuild
b/dev-python/jsonrpclib/jsonrpclib-9999.ebuild
index 7ce2952d724..ec15474a092 100644
--- a/dev-python/jsonrpclib/jsonrpclib-9999.ebuild
+++ b/dev-python/jsonrpclib/jsonrpclib-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1