Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/uritemplate/
Date: Mon, 03 Aug 2020 01:40:38
Message-Id: 1596418810.fd26592dee5a77f58de6c8b692bae5527eec09d8.sam@gentoo
1 commit: fd26592dee5a77f58de6c8b692bae5527eec09d8
2 Author: Tom Gillespie <tgbugs <AT> gmail <DOT> com>
3 AuthorDate: Sun Aug 2 03:21:41 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 3 01:40:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd26592d
7
8 dev-python/uritemplate: add 3_9 support
9
10 all tests passing on amd64
11
12 Signed-off-by: Tom Gillespie <tgbugs <AT> gmail.com>
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 dev-python/uritemplate/uritemplate-3.0.1-r1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/uritemplate/uritemplate-3.0.1-r1.ebuild b/dev-python/uritemplate/uritemplate-3.0.1-r1.ebuild
19 index 8f82d9943f1..7c7dd36daee 100644
20 --- a/dev-python/uritemplate/uritemplate-3.0.1-r1.ebuild
21 +++ b/dev-python/uritemplate/uritemplate-3.0.1-r1.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
27 +PYTHON_COMPAT=( python3_{6..9} pypy3 )
28
29 inherit distutils-r1