Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/enrich/
Date: Thu, 07 Oct 2021 07:21:20
Message-Id: 1633591269.3eeb30309c1434e7b7bd4454cf9a35793d2b2a70.mgorny@gentoo
1 commit: 3eeb30309c1434e7b7bd4454cf9a35793d2b2a70
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 7 06:38:44 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 7 07:21:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eeb3030
7
8 dev-python/enrich: Enable py3.10
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/enrich/enrich-1.2.6.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/enrich/enrich-1.2.6.ebuild b/dev-python/enrich/enrich-1.2.6.ebuild
16 index aec4657d33c..14f0c9fa503 100644
17 --- a/dev-python/enrich/enrich-1.2.6.ebuild
18 +++ b/dev-python/enrich/enrich-1.2.6.ebuild
19 @@ -1,9 +1,9 @@
20 # Copyright 2021 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=7
24 +EAPI=8
25
26 -PYTHON_COMPAT=( python3_{8..9} )
27 +PYTHON_COMPAT=( python3_{8..10} )
28 DISTUTILS_USE_SETUPTOOLS=pyproject.toml
29 inherit distutils-r1