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/kaitaistruct/
Date: Wed, 02 Sep 2020 22:43:53
Message-Id: 1599086617.ee888ed79a1985fdbb39088aa42e821b6b4052c5.sam@gentoo
1 commit: ee888ed79a1985fdbb39088aa42e821b6b4052c5
2 Author: Matt Smith <matt <AT> offtopica <DOT> uk>
3 AuthorDate: Sat Aug 29 13:56:25 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 22:43:37 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee888ed7
7
8 dev-python/kaitaistruct: Add Python 3.8 to PYTHON_COMPAT
9
10 Closes: https://bugs.gentoo.org/718796
11 Package-Manager: Portage-3.0.4, Repoman-3.0.1
12 Signed-off-by: Matt Smith <matt <AT> offtopica.uk>
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 dev-python/kaitaistruct/kaitaistruct-0.8.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild b/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild
19 index 626735a49c2..dc89a9167f7 100644
20 --- a/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild
21 +++ b/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=6
25
26 -PYTHON_COMPAT=( python3_{6,7} )
27 +PYTHON_COMPAT=( python3_{6,7,8} )
28
29 inherit distutils-r1