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/testresources/
Date: Sun, 31 May 2020 15:43:05
Message-Id: 1590939747.4b38676a44045d5a32bb0aa11d45734aee9fab9d.mgorny@gentoo
1 commit: 4b38676a44045d5a32bb0aa11d45734aee9fab9d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 15:01:54 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 15:42:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b38676a
7
8 dev-python/testresources: Port to py39
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/testresources/testresources-2.0.1.ebuild | 8 +++-----
13 1 file changed, 3 insertions(+), 5 deletions(-)
14
15 diff --git a/dev-python/testresources/testresources-2.0.1.ebuild b/dev-python/testresources/testresources-2.0.1.ebuild
16 index 9b480a2aef8..2656fe9e2c0 100644
17 --- a/dev-python/testresources/testresources-2.0.1.ebuild
18 +++ b/dev-python/testresources/testresources-2.0.1.ebuild
19 @@ -1,9 +1,9 @@
20 # Copyright 1999-2020 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=5
24 +EAPI=7
25
26 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
27 +PYTHON_COMPAT=( python3_{6..9} pypy3 )
28
29 inherit distutils-r1
30
31 @@ -17,15 +17,13 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86
32 IUSE="test"
33 RESTRICT="!test? ( test )"
34
35 -DEPEND="
36 +BDEPEND="
37 dev-python/pbr[${PYTHON_USEDEP}]
38 - dev-python/setuptools[${PYTHON_USEDEP}]
39 test? (
40 dev-python/nose[${PYTHON_USEDEP}]
41 dev-python/testtools[${PYTHON_USEDEP}]
42 dev-python/fixtures[${PYTHON_USEDEP}]
43 )"
44 -RDEPEND=""
45
46 python_prepare_all() {
47 sed \