Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyxattr/
Date: Fri, 24 Apr 2020 05:52:17
Message-Id: 1587706478.d8e509897ef0a904c9b6ec0b8b215c9683aae59b.mgorny@gentoo
1 commit: d8e509897ef0a904c9b6ec0b8b215c9683aae59b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 24 05:34:38 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 24 05:34:38 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8e50989
7
8 dev-python/pyxattr: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild | 2 +-
13 dev-python/pyxattr/pyxattr-0.6.1-r1.ebuild | 2 +-
14 dev-python/pyxattr/pyxattr-0.6.1.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild b/dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild
18 index 9fd5a6d4eca..57280811c53 100644
19 --- a/dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild
20 +++ b/dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild
21 @@ -2,7 +2,7 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
26 +PYTHON_COMPAT=( python3_{6,7} )
27
28 inherit distutils-r1 eutils
29
30
31 diff --git a/dev-python/pyxattr/pyxattr-0.6.1-r1.ebuild b/dev-python/pyxattr/pyxattr-0.6.1-r1.ebuild
32 index b8b29076989..708ee68229d 100644
33 --- a/dev-python/pyxattr/pyxattr-0.6.1-r1.ebuild
34 +++ b/dev-python/pyxattr/pyxattr-0.6.1-r1.ebuild
35 @@ -2,7 +2,7 @@
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI=7
39 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
40 +PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
41
42 inherit distutils-r1 eutils
43
44
45 diff --git a/dev-python/pyxattr/pyxattr-0.6.1.ebuild b/dev-python/pyxattr/pyxattr-0.6.1.ebuild
46 index cd11c32e581..825dba179dd 100644
47 --- a/dev-python/pyxattr/pyxattr-0.6.1.ebuild
48 +++ b/dev-python/pyxattr/pyxattr-0.6.1.ebuild
49 @@ -2,7 +2,7 @@
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=7
53 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
54 +PYTHON_COMPAT=( python3_{6,7} )
55
56 inherit distutils-r1 eutils