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/pytest-expect/
Date: Tue, 26 May 2020 16:23:45
Message-Id: 1590510213.d4f0013f4df13d1c57b57b38e297b6a19040440b.mgorny@gentoo
1 commit: d4f0013f4df13d1c57b57b38e297b6a19040440b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 26 16:06:26 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 26 16:23:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4f0013f
7
8 dev-python/pytest-expect: Port to py39
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild | 6 +-----
13 1 file changed, 1 insertion(+), 5 deletions(-)
14
15 diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild b/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild
16 index 5148896cb8e..ef30899cfd9 100644
17 --- a/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild
18 +++ b/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=7
23 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
24 +PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
25
26 inherit distutils-r1
27
28 @@ -19,9 +19,5 @@ RDEPEND="
29 dev-python/pytest[${PYTHON_USEDEP}]
30 dev-python/u-msgpack[${PYTHON_USEDEP}]"
31
32 -BDEPEND="
33 - ${RDEPEND}
34 - dev-python/setuptools[${PYTHON_USEDEP}]"
35 -
36 # no tests...
37 RESTRICT="test"