commit: d8e509897ef0a904c9b6ec0b8b215c9683aae59b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 24 05:34:38 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Apr 24 05:34:38 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8e50989
dev-python/pyxattr: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild | 2 +-
dev-python/pyxattr/pyxattr-0.6.1-r1.ebuild | 2 +-
dev-python/pyxattr/pyxattr-0.6.1.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild
b/dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild
index 9fd5a6d4eca..57280811c53 100644
--- a/dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild
+++ b/dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1 eutils
diff --git a/dev-python/pyxattr/pyxattr-0.6.1-r1.ebuild
b/dev-python/pyxattr/pyxattr-0.6.1-r1.ebuild
index b8b29076989..708ee68229d 100644
--- a/dev-python/pyxattr/pyxattr-0.6.1-r1.ebuild
+++ b/dev-python/pyxattr/pyxattr-0.6.1-r1.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,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
inherit distutils-r1 eutils
diff --git a/dev-python/pyxattr/pyxattr-0.6.1.ebuild
b/dev-python/pyxattr/pyxattr-0.6.1.ebuild
index cd11c32e581..825dba179dd 100644
--- a/dev-python/pyxattr/pyxattr-0.6.1.ebuild
+++ b/dev-python/pyxattr/pyxattr-0.6.1.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 eutils