commit: 33432a224cb0a0174e5308ca55648933b5d7358d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 16:26:27 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 16:26:27 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33432a22
dev-python/git-python: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/git-python/git-python-1.0.2.ebuild | 2 +-
dev-python/git-python/git-python-2.1.11.ebuild | 2 +-
dev-python/git-python/git-python-2.1.7.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/git-python/git-python-1.0.2.ebuild
b/dev-python/git-python/git-python-1.0.2.ebuild
index a9272b7f703..5bf25e7aeaa 100644
--- a/dev-python/git-python/git-python-1.0.2.ebuild
+++ b/dev-python/git-python/git-python-1.0.2.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1
diff --git a/dev-python/git-python/git-python-2.1.11.ebuild
b/dev-python/git-python/git-python-2.1.11.ebuild
index 50bd8d006a1..f913b11117b 100644
--- a/dev-python/git-python/git-python-2.1.11.ebuild
+++ b/dev-python/git-python/git-python-2.1.11.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1
diff --git a/dev-python/git-python/git-python-2.1.7.ebuild
b/dev-python/git-python/git-python-2.1.7.ebuild
index 34c1d99d1ab..d162d0654d7 100644
--- a/dev-python/git-python/git-python-2.1.7.ebuild
+++ b/dev-python/git-python/git-python-2.1.7.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1