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/webencodings/
Date: Tue, 26 May 2020 16:23:44
Message-Id: 1590510211.32602815c6945c955d77a63eb0a80c36d95d7428.mgorny@gentoo
1 commit: 32602815c6945c955d77a63eb0a80c36d95d7428
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 26 16:04:24 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 26 16:23:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32602815
7
8 dev-python/webencodings: Port to py39
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/webencodings/webencodings-0.5.1-r1.ebuild | 6 +-----
13 1 file changed, 1 insertion(+), 5 deletions(-)
14
15 diff --git a/dev-python/webencodings/webencodings-0.5.1-r1.ebuild b/dev-python/webencodings/webencodings-0.5.1-r1.ebuild
16 index c511938ec28..007f25600ab 100644
17 --- a/dev-python/webencodings/webencodings-0.5.1-r1.ebuild
18 +++ b/dev-python/webencodings/webencodings-0.5.1-r1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
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 @@ -15,10 +15,6 @@ LICENSE="BSD"
29 SLOT="0"
30 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
31
32 -BDEPEND="${RDEPEND}
33 - dev-python/setuptools[${PYTHON_USEDEP}]
34 -"
35 -
36 distutils_enable_tests pytest
37
38 python_prepare_all() {