commit:     3aff0c30a6bdf056f5df97ed57ac9491a0c68f1c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 26 16:03:31 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 26 16:23:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aff0c30

dev-python/soupsieve: Port to py39

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/soupsieve/soupsieve-1.9.5.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/soupsieve/soupsieve-1.9.5.ebuild 
b/dev-python/soupsieve/soupsieve-1.9.5.ebuild
index 0b5495a2869..6c09f781048 100644
--- a/dev-python/soupsieve/soupsieve-1.9.5.ebuild
+++ b/dev-python/soupsieve/soupsieve-1.9.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
+PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
 
 inherit distutils-r1
 
@@ -16,6 +16,7 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86"
 IUSE="test"
+RESTRICT+=" !test? ( test )"
 
 RDEPEND="
        $(python_gen_cond_dep 
'dev-python/backports-functools-lru-cache[${PYTHON_USEDEP}]' -2)
@@ -28,6 +29,4 @@ BDEPEND="${RDEPEND}
        )
 "
 
-RESTRICT+=" !test? ( test )"
-
 distutils_enable_tests pytest

Reply via email to