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: Thu, 09 Sep 2021 07:42:02
Message-Id: 1631173315.17da813dd01429d5d9a5d3e1088d3ca6d1164cd2.pacho@gentoo
1 commit: 17da813dd01429d5d9a5d3e1088d3ca6d1164cd2
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 9 07:40:19 2021 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 9 07:41:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17da813d
7
8 dev-python/booleanOperations: Support python 3.10
9
10 Package-Manager: Portage-3.0.22, Repoman-3.0.3
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 dev-python/booleanOperations/booleanOperations-0.9.0-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/booleanOperations/booleanOperations-0.9.0-r1.ebuild b/dev-python/booleanOperations/booleanOperations-0.9.0-r1.ebuild
17 index 865713960e7..137bed8596b 100644
18 --- a/dev-python/booleanOperations/booleanOperations-0.9.0-r1.ebuild
19 +++ b/dev-python/booleanOperations/booleanOperations-0.9.0-r1.ebuild
20 @@ -1,9 +1,9 @@
21 # Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=7
25 +EAPI=8
26
27 -PYTHON_COMPAT=( python3_{7..9} )
28 +PYTHON_COMPAT=( python3_{7..10} )
29 inherit distutils-r1
30
31 DESCRIPTION="Boolean operations on paths"