Gentoo Archives: gentoo-commits

From: Piotr Karbowski <slashbeast@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/testresources/
Date: Mon, 30 Dec 2019 21:54:32
Message-Id: 1577742849.4f88adfd5f78d4a39f10ba3d351c6e499ebaa51a.slashbeast@gentoo
1 commit: 4f88adfd5f78d4a39f10ba3d351c6e499ebaa51a
2 Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 30 21:49:00 2019 +0000
4 Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 30 21:54:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f88adfd
7
8 dev-python/testresources-2.0.1: python 3.8 support added.
9
10 Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
11
12 dev-python/testresources/testresources-2.0.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/testresources/testresources-2.0.1.ebuild b/dev-python/testresources/testresources-2.0.1.ebuild
16 index cac85cb34df..1bc1deea878 100644
17 --- a/dev-python/testresources/testresources-2.0.1.ebuild
18 +++ b/dev-python/testresources/testresources-2.0.1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=5
22
23 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
24 +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 )
25
26 inherit distutils-r1