From: Michał Górny Date: Tue, 26 May 2020 16:03:31 +0000 (+0200) Subject: dev-python/soupsieve: Port to py39 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3aff0c30a6bdf056f5df97ed57ac9491a0c68f1c;p=gentoo.git dev-python/soupsieve: Port to py39 Signed-off-by: Michał Górny --- diff --git a/dev-python/soupsieve/soupsieve-1.9.5.ebuild b/dev-python/soupsieve/soupsieve-1.9.5.ebuild index 0b5495a28693..6c09f781048d 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