commit: 7d1872bbb922a959cf8e0df82f18d0f826ca5109
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 15:24:05 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 15:29:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d1872bb
dev-python/jsonpatch: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jsonpatch/jsonpatch-1.13.ebuild | 2 +-
dev-python/jsonpatch/jsonpatch-1.15.ebuild | 2 +-
dev-python/jsonpatch/jsonpatch-1.21.ebuild | 2 +-
dev-python/jsonpatch/jsonpatch-1.23.ebuild | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-python/jsonpatch/jsonpatch-1.13.ebuild
b/dev-python/jsonpatch/jsonpatch-1.13.ebuild
index 359b638f6b4..f4ec5d6600d 100644
--- a/dev-python/jsonpatch/jsonpatch-1.13.ebuild
+++ b/dev-python/jsonpatch/jsonpatch-1.13.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
RESTRICT="test"
diff --git a/dev-python/jsonpatch/jsonpatch-1.15.ebuild
b/dev-python/jsonpatch/jsonpatch-1.15.ebuild
index afc9c529f93..1f1c237810f 100644
--- a/dev-python/jsonpatch/jsonpatch-1.15.ebuild
+++ b/dev-python/jsonpatch/jsonpatch-1.15.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
RESTRICT="test"
diff --git a/dev-python/jsonpatch/jsonpatch-1.21.ebuild
b/dev-python/jsonpatch/jsonpatch-1.21.ebuild
index 858be7d7a10..a3c42315c2d 100644
--- a/dev-python/jsonpatch/jsonpatch-1.21.ebuild
+++ b/dev-python/jsonpatch/jsonpatch-1.21.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
RESTRICT="test"
diff --git a/dev-python/jsonpatch/jsonpatch-1.23.ebuild
b/dev-python/jsonpatch/jsonpatch-1.23.ebuild
index 9076661a498..0b8c2f80ac1 100644
--- a/dev-python/jsonpatch/jsonpatch-1.23.ebuild
+++ b/dev-python/jsonpatch/jsonpatch-1.23.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} )
RESTRICT="test"