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/bottle/
Date: Mon, 25 May 2020 19:48:20
Message-Id: 1590436090.8063d37eb15836ec20293fa80defa5b698ac1f88.mgorny@gentoo
1 commit: 8063d37eb15836ec20293fa80defa5b698ac1f88
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 25 19:43:39 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 25 19:48:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8063d37e
7
8 dev-python/bottle: Port to py3.9
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/bottle/bottle-0.12.18.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/bottle/bottle-0.12.18.ebuild b/dev-python/bottle/bottle-0.12.18.ebuild
16 index ac258120d08..1e518dc8bb1 100644
17 --- a/dev-python/bottle/bottle-0.12.18.ebuild
18 +++ b/dev-python/bottle/bottle-0.12.18.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
24 +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
25
26 inherit distutils-r1 eutils