Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/booleanOperations/
Date: Tue, 23 Feb 2021 15:32:23
Message-Id: 1614094331.a3be9483c1896ce7201893baf63a799ba9f5bb0d.pacho@gentoo
1 commit: a3be9483c1896ce7201893baf63a799ba9f5bb0d
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 23 15:27:18 2021 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 23 15:32:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3be9483
7
8 dev-python/booleanOperations: Support python 3.9
9
10 Closes: https://bugs.gentoo.org/761906
11 Package-Manager: Portage-3.0.14, Repoman-3.0.2
12 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
13
14 dev-python/booleanOperations/booleanOperations-0.9.0-r1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/booleanOperations/booleanOperations-0.9.0-r1.ebuild b/dev-python/booleanOperations/booleanOperations-0.9.0-r1.ebuild
18 index bf8eb273b66..865713960e7 100644
19 --- a/dev-python/booleanOperations/booleanOperations-0.9.0-r1.ebuild
20 +++ b/dev-python/booleanOperations/booleanOperations-0.9.0-r1.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27
28 -PYTHON_COMPAT=( python3_{7,8} )
29 +PYTHON_COMPAT=( python3_{7..9} )
30 inherit distutils-r1
31
32 DESCRIPTION="Boolean operations on paths"