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: Wed, 18 Jul 2018 21:48:13
Message-Id: 1531950482.841e71f3e9bd355aeea3f88b37d8470b397d6263.mgorny@gentoo
1 commit: 841e71f3e9bd355aeea3f88b37d8470b397d6263
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 18 21:47:44 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 18 21:48:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=841e71f3
7
8 dev-python/pyxattr: Enable py3.7
9
10 dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild b/dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild
14 index 0830703a29f..7a678f05e29 100644
15 --- a/dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild
16 +++ b/dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild
17 @@ -2,7 +2,7 @@
18 # Distributed under the terms of the GNU General Public License v2
19
20 EAPI=6
21 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
22 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy )
23
24 inherit distutils-r1 eutils