Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/
Date: Mon, 28 Dec 2020 18:50:22
Message-Id: 1609181409.1ca31198c9d67b28aaea32301ea96428f787b706.bkohler@gentoo
1 commit: 1ca31198c9d67b28aaea32301ea96428f787b706
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 28 18:14:56 2020 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 28 18:50:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ca31198
7
8 dev-python/path-and-address: add python3_9
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
12
13 dev-python/path-and-address/path-and-address-2.0.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/path-and-address/path-and-address-2.0.1.ebuild b/dev-python/path-and-address/path-and-address-2.0.1.ebuild
17 index f4df422f872..c37f5f7172b 100644
18 --- a/dev-python/path-and-address/path-and-address-2.0.1.ebuild
19 +++ b/dev-python/path-and-address/path-and-address-2.0.1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
25 +PYTHON_COMPAT=( pypy3 python3_{6..9} )
26
27 inherit distutils-r1