Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fudge/
Date: Fri, 29 Jan 2021 12:11:02
Message-Id: 1611922255.893054d2eb0c5b526de360815c75f6cf15e3d72f.polynomial-c@gentoo
1 commit: 893054d2eb0c5b526de360815c75f6cf15e3d72f
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 29 12:10:49 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 29 12:10:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=893054d2
7
8 dev-python/fudge: Added python3_9 support
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 dev-python/fudge/fudge-1.1.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/fudge/fudge-1.1.1.ebuild b/dev-python/fudge/fudge-1.1.1.ebuild
17 index ab7e83bbd7c..61d6cdec0b7 100644
18 --- a/dev-python/fudge/fudge-1.1.1.ebuild
19 +++ b/dev-python/fudge/fudge-1.1.1.ebuild
20 @@ -1,8 +1,8 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 -PYTHON_COMPAT=( python3_{6,7,8} )
27 +PYTHON_COMPAT=( python3_{6..9} )
28
29 inherit distutils-r1