Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/enzyme/
Date: Fri, 03 Sep 2021 14:42:02
Message-Id: 1630680094.4e0749018ac16189bcdcee61a5059728f777937e.arthurzam@gentoo
1 commit: 4e0749018ac16189bcdcee61a5059728f777937e
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 3 10:53:40 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 3 14:41:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e074901
7
8 dev-python/enzyme: enable py3.10
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/enzyme/enzyme-0.4.1-r2.ebuild | 4 ++--
13 dev-python/enzyme/enzyme-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-python/enzyme/enzyme-0.4.1-r2.ebuild b/dev-python/enzyme/enzyme-0.4.1-r2.ebuild
17 index 289b8be0ee1..3b8b28d0e88 100644
18 --- a/dev-python/enzyme/enzyme-0.4.1-r2.ebuild
19 +++ b/dev-python/enzyme/enzyme-0.4.1-r2.ebuild
20 @@ -1,9 +1,9 @@
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
27 -PYTHON_COMPAT=( python3_{7,8,9} )
28 +PYTHON_COMPAT=( python3_{8..10} )
29 PYTHON_REQ_USE='xml(+)'
30
31 inherit distutils-r1
32
33 diff --git a/dev-python/enzyme/enzyme-9999.ebuild b/dev-python/enzyme/enzyme-9999.ebuild
34 index 2ea36278c1b..410fba02c43 100644
35 --- a/dev-python/enzyme/enzyme-9999.ebuild
36 +++ b/dev-python/enzyme/enzyme-9999.ebuild
37 @@ -1,9 +1,9 @@
38 -# Copyright 1999-2020 Gentoo Authors
39 +# Copyright 1999-2021 Gentoo Authors
40 # Distributed under the terms of the GNU General Public License v2
41
42 EAPI=7
43
44 -PYTHON_COMPAT=( python3_{7,8,9} )
45 +PYTHON_COMPAT=( python3_{8..10} )
46 PYTHON_REQ_USE='xml(+)'
47
48 inherit distutils-r1 git-r3