Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/protobuf-python/
Date: Tue, 15 Sep 2020 18:34:18
Message-Id: 1600194815.8984e2a98656f5858cc95432150611bc0f59b704.floppym@gentoo
1 commit: 8984e2a98656f5858cc95432150611bc0f59b704
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Mon Sep 14 00:00:00 2020 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 15 18:33:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8984e2a9
7
8 dev-python/protobuf-python: Add support for Python 3.9.
9
10 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
11 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
12
13 dev-python/protobuf-python/protobuf-python-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/protobuf-python/protobuf-python-9999.ebuild b/dev-python/protobuf-python/protobuf-python-9999.ebuild
17 index f47c4a98916..dfb268ea07f 100644
18 --- a/dev-python/protobuf-python/protobuf-python-9999.ebuild
19 +++ b/dev-python/protobuf-python/protobuf-python-9999.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI="7"
24 -PYTHON_COMPAT=(python{2_7,3_6,3_7,3_8})
25 +PYTHON_COMPAT=(python{2_7,3_6,3_7,3_8,3_9})
26 DISTUTILS_USE_SETUPTOOLS="manual"
27
28 inherit distutils-r1