Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypeg2/
Date: Thu, 24 Dec 2020 08:48:54
Message-Id: 1608799680.ac99cd01b0412fcf81250ad1f1c7ce759501c6c2.mgorny@gentoo
1 commit: ac99cd01b0412fcf81250ad1f1c7ce759501c6c2
2 Author: Guillaume Seren <guillaumeseren <AT> gmail <DOT> com>
3 AuthorDate: Thu Dec 24 03:24:47 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 24 08:48:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac99cd01
7
8 dev-python/pypeg2: Add support python3.9
9
10 Closes: https://bugs.gentoo.org/761472
11 Package-Manager: Portage-3.0.9, Repoman-3.0.2
12 Signed-off-by: Guillaume Seren <guillaumeseren <AT> gmail.com>
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild b/dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild
19 index 75770fae21a..c89a5bf748d 100644
20 --- a/dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild
21 +++ b/dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild
22 @@ -4,7 +4,7 @@
23 EAPI=7
24
25 DISTUTILS_USE_SETUPTOOLS=no
26 -PYTHON_COMPAT=( python3_{6,7,8} )
27 +PYTHON_COMPAT=( python3_{6,7,8,9} )
28
29 inherit distutils-r1