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/soupsieve/
Date: Tue, 26 May 2020 16:23:46
Message-Id: 1590510214.3aff0c30a6bdf056f5df97ed57ac9491a0c68f1c.mgorny@gentoo
1 commit: 3aff0c30a6bdf056f5df97ed57ac9491a0c68f1c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 26 16:03:31 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 26 16:23:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aff0c30
7
8 dev-python/soupsieve: Port to py39
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/soupsieve/soupsieve-1.9.5.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/soupsieve/soupsieve-1.9.5.ebuild b/dev-python/soupsieve/soupsieve-1.9.5.ebuild
16 index 0b5495a2869..6c09f781048 100644
17 --- a/dev-python/soupsieve/soupsieve-1.9.5.ebuild
18 +++ b/dev-python/soupsieve/soupsieve-1.9.5.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 @@ -16,6 +16,7 @@ LICENSE="MIT"
29 SLOT="0"
30 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86"
31 IUSE="test"
32 +RESTRICT+=" !test? ( test )"
33
34 RDEPEND="
35 $(python_gen_cond_dep 'dev-python/backports-functools-lru-cache[${PYTHON_USEDEP}]' -2)
36 @@ -28,6 +29,4 @@ BDEPEND="${RDEPEND}
37 )
38 "
39
40 -RESTRICT+=" !test? ( test )"
41 -
42 distutils_enable_tests pytest