From 3aff0c30a6bdf056f5df97ed57ac9491a0c68f1c Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 26 May 2020 18:03:31 +0200 Subject: dev-python/soupsieve: Port to py39 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/soupsieve/soupsieve-1.9.5.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'dev-python/soupsieve/soupsieve-1.9.5.ebuild') 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 -- cgit v1.2.3-65-gdbad