Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/klein/
Date: Sun, 28 Mar 2021 22:16:22
Message-Id: 1616969763.b6adcf2eccd59010de67c9b7684f26141b97a266.dolsen@gentoo
1 commit: b6adcf2eccd59010de67c9b7684f26141b97a266
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 28 21:58:53 2021 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 28 22:16:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6adcf2e
7
8 dev-python/klein: Add py3.9 to python_compat
9
10 Required for buildbot-3.0.2
11
12 Package-Manager: Portage-3.0.14, Repoman-3.0.2
13 Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>
14
15 dev-python/klein/klein-20.6.0.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-python/klein/klein-20.6.0.ebuild b/dev-python/klein/klein-20.6.0.ebuild
19 index 43622c7d56f..8a23e937e7c 100644
20 --- a/dev-python/klein/klein-20.6.0.ebuild
21 +++ b/dev-python/klein/klein-20.6.0.ebuild
22 @@ -1,8 +1,8 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 -PYTHON_COMPAT=( python3_{7,8} )
29 +PYTHON_COMPAT=( python3_{7,8,9} )
30
31 inherit distutils-r1