diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-04-24 07:34:38 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-04-24 07:34:38 +0200 |
commit | d8e509897ef0a904c9b6ec0b8b215c9683aae59b (patch) | |
tree | c8418da1647353ad7a94f00e0590323394ddd1c8 /dev-python/pyxattr | |
parent | dev-python/pylibacl: Remove py2 (diff) | |
download | gentoo-d8e509897ef0a904c9b6ec0b8b215c9683aae59b.tar.gz gentoo-d8e509897ef0a904c9b6ec0b8b215c9683aae59b.tar.bz2 gentoo-d8e509897ef0a904c9b6ec0b8b215c9683aae59b.zip |
dev-python/pyxattr: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyxattr')
-rw-r--r-- | dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pyxattr/pyxattr-0.6.1-r1.ebuild | 2 | ||||
-rw-r--r-- | 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 9fd5a6d4eca5..57280811c535 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 b8b290769893..708ee68229d5 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 cd11c32e5812..825dba179dd9 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 |