Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nose_fixes/
Date: Thu, 19 May 2022 18:09:05
Message-Id: 1652983726.be7fb8a699a4ca462cbc821a9936c712e689ed4a.sam@gentoo
1 commit: be7fb8a699a4ca462cbc821a9936c712e689ed4a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 19 18:08:46 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu May 19 18:08:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be7fb8a6
7
8 dev-python/nose_fixes: enable py3.10 and disable py3.7
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/nose_fixes/nose_fixes-1.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/nose_fixes/nose_fixes-1.3.ebuild b/dev-python/nose_fixes/nose_fixes-1.3.ebuild
16 index 599a6bd318a3..1a8031fbcad6 100644
17 --- a/dev-python/nose_fixes/nose_fixes-1.3.ebuild
18 +++ b/dev-python/nose_fixes/nose_fixes-1.3.ebuild
19 @@ -1,10 +1,10 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 DISTUTILS_USE_SETUPTOOLS=rdepend
27 -PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
28 +PYTHON_COMPAT=( python3_{8..10} pypy3 )
29
30 inherit distutils-r1