Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/redis-py/
Date: Tue, 09 Apr 2019 07:06:05
Message-Id: 1554793523.80011ca8b66f78d5fd0e872d6f75c960a2c56619.prometheanfire@gentoo
1 commit: 80011ca8b66f78d5fd0e872d6f75c960a2c56619
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 9 06:22:50 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 9 07:05:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80011ca8
7
8 dev-python/redis-py: 3.2.1 add py37 support
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-python/redis-py/redis-py-3.2.1.ebuild | 3 +--
14 1 file changed, 1 insertion(+), 2 deletions(-)
15
16 diff --git a/dev-python/redis-py/redis-py-3.2.1.ebuild b/dev-python/redis-py/redis-py-3.2.1.ebuild
17 index fd8436a7c94..b20ce0de521 100644
18 --- a/dev-python/redis-py/redis-py-3.2.1.ebuild
19 +++ b/dev-python/redis-py/redis-py-3.2.1.ebuild
20 @@ -2,8 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 -
25 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
26 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
27
28 inherit distutils-r1