From 4b4fbf93c92204d661e9c6097002c8ecf716af7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 31 May 2020 16:34:52 +0200 Subject: [PATCH] dev-python/pyrsistent: Backport py38 to 0.15.6 (py2) 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.15.6.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/pyrsistent/pyrsistent-0.15.6.ebuild b/dev-python/pyrsistent/pyrsistent-0.15.6.ebuild index 015dba89df248..3ffac0b4f5795 100644 --- a/dev-python/pyrsistent/pyrsistent-0.15.6.ebuild +++ b/dev-python/pyrsistent/pyrsistent-0.15.6.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 ) +PYTHON_COMPAT=( python{2_7,3_{6..9}} pypy3 ) inherit distutils-r1 @@ -19,8 +19,8 @@ RDEPEND=" dev-python/six[${PYTHON_USEDEP}]" DEPEND=" - ${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/hypothesis[${PYTHON_USEDEP}] )" + test? ( + dev-python/hypothesis[${PYTHON_USEDEP}] + )" distutils_enable_tests pytest