Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/construct/
Date: Tue, 29 Sep 2020 10:26:57
Message-Id: 1601375102.64c55640f115bbafb2df3ac1afdbae8a0319f10d.juippis@gentoo
1 commit: 64c55640f115bbafb2df3ac1afdbae8a0319f10d
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Wed Sep 2 08:59:43 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 29 10:25:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64c55640
7
8 dev-python/construct: add support for new python
9
10 Added python3_8 and python3_9.
11
12 Package-Manager: Portage-3.0.4, Repoman-2.3.23
13 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
14 Closes: https://github.com/gentoo/gentoo/pull/17368
15 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
16
17 dev-python/construct/construct-2.10.56.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/dev-python/construct/construct-2.10.56.ebuild b/dev-python/construct/construct-2.10.56.ebuild
21 index 3a485cc7636..b7ceabb00f5 100644
22 --- a/dev-python/construct/construct-2.10.56.ebuild
23 +++ b/dev-python/construct/construct-2.10.56.ebuild
24 @@ -2,7 +2,7 @@
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 -PYTHON_COMPAT=( python3_{6,7} )
29 +PYTHON_COMPAT=( python3_{6,7,8,9} )
30
31 inherit distutils-r1