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/chai/
Date: Tue, 18 May 2021 13:03:00
Message-Id: 1621342964.66ce8c634172c7cb2460563bdbef4ce89a0add92.mgorny@gentoo
1 commit: 66ce8c634172c7cb2460563bdbef4ce89a0add92
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Tue May 18 08:52:12 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 18 13:02:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66ce8c63
7
8 dev-python/chai: Port to python3.10
9
10 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/chai/chai-1.1.2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/chai/chai-1.1.2.ebuild b/dev-python/chai/chai-1.1.2.ebuild
17 index 1ef68cb1819..7358d7bf3d5 100644
18 --- a/dev-python/chai/chai-1.1.2.ebuild
19 +++ b/dev-python/chai/chai-1.1.2.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} )
28 +PYTHON_COMPAT=( python3_{7..10} )
29 inherit distutils-r1
30
31 DESCRIPTION="Easy to use mocking, stubbing and spying framework"