Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/coreapi/
Date: Wed, 02 Dec 2020 22:29:10
Message-Id: 1606948141.008fd6b3ca56f05b93577600eaa12e54a001b7e5.bman@gentoo
1 commit: 008fd6b3ca56f05b93577600eaa12e54a001b7e5
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 2 22:27:50 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 2 22:29:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=008fd6b3
7
8 dev-python/coreapi: add py3_{8,9}
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 dev-python/coreapi/coreapi-2.3.3-r1.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-python/coreapi/coreapi-2.3.3-r1.ebuild b/dev-python/coreapi/coreapi-2.3.3-r1.ebuild
16 index 61a0d757cfe..b8f32cf2ee2 100644
17 --- a/dev-python/coreapi/coreapi-2.3.3-r1.ebuild
18 +++ b/dev-python/coreapi/coreapi-2.3.3-r1.ebuild
19 @@ -3,7 +3,8 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_6 python3_7 )
24 +PYTHON_COMPAT=( python3_{6..9} )
25 +
26 inherit distutils-r1
27
28 DESCRIPTION="Python client library for Core API"