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/webtest/
Date: Tue, 26 May 2020 18:32:13
Message-Id: 1590517913.78317c816cdf3d561e71e30420cf637cc2cb26b6.mgorny@gentoo
1 commit: 78317c816cdf3d561e71e30420cf637cc2cb26b6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 26 18:11:35 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 26 18:31:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78317c81
7
8 dev-python/webtest: Port to py39
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/webtest/webtest-2.0.33.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-python/webtest/webtest-2.0.33.ebuild b/dev-python/webtest/webtest-2.0.33.ebuild
16 index b6ad0bf3e54..f6c90bb7be1 100644
17 --- a/dev-python/webtest/webtest-2.0.33.ebuild
18 +++ b/dev-python/webtest/webtest-2.0.33.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI=7
21
22 DISTUTILS_USE_SETUPTOOLS=rdepend
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 @@ -35,7 +35,6 @@ BDEPEND="${RDEPEND}
29 dev-python/pyquery[${PYTHON_USEDEP}]
30 dev-python/pastedeploy[${PYTHON_USEDEP}]
31 dev-python/wsgiproxy2[${PYTHON_USEDEP}]
32 - dev-python/coverage[${PYTHON_USEDEP}]
33 $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7 )
34 )"