Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/munkres/
Date: Fri, 14 May 2021 11:21:39
Message-Id: 1620991270.8e3e85f4a503a1f108f15039a447111b7dde092d.sam@gentoo
1 commit: 8e3e85f4a503a1f108f15039a447111b7dde092d
2 Author: Guillaume Seren <guillaumeseren <AT> gmail <DOT> com>
3 AuthorDate: Mon May 10 21:12:04 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri May 14 11:21:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e3e85f4
7
8 dev-python/munkres: enable Python3.9
9
10 Closes: https://bugs.gentoo.org/789141
11 Package-Manager: Portage-3.0.18, Repoman-3.0.2
12 Signed-off-by: Guillaume Seren <guillaumeseren <AT> gmail.com>
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 dev-python/munkres/munkres-1.1.2.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-python/munkres/munkres-1.1.2.ebuild b/dev-python/munkres/munkres-1.1.2.ebuild
19 index 1b19ee636c6..f243268ad49 100644
20 --- a/dev-python/munkres/munkres-1.1.2.ebuild
21 +++ b/dev-python/munkres/munkres-1.1.2.ebuild
22 @@ -1,9 +1,9 @@
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
29 -PYTHON_COMPAT=( python3_{7,8} )
30 +PYTHON_COMPAT=( python3_{7..9} )
31
32 inherit distutils-r1