From 79e7d62ed1f0ea00ddb806760440db318f95ef1b Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 31 May 2020 15:18:09 +0200 Subject: dev-python/pyrsistent: 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/pyrsistent/pyrsistent-0.16.0.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-python/pyrsistent/pyrsistent-0.16.0.ebuild b/dev-python/pyrsistent/pyrsistent-0.16.0.ebuild index 6a882805ac01..213ff34df431 100644 --- a/dev-python/pyrsistent/pyrsistent-0.16.0.ebuild +++ b/dev-python/pyrsistent/pyrsistent-0.16.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6..9} pypy3 ) inherit distutils-r1 @@ -19,7 +19,8 @@ RDEPEND=" dev-python/six[${PYTHON_USEDEP}]" DEPEND=" - ${RDEPEND} - test? ( dev-python/hypothesis[${PYTHON_USEDEP}] )" + test? ( + dev-python/hypothesis[${PYTHON_USEDEP}] + )" distutils_enable_tests pytest -- cgit v1.2.3-65-gdbad