From cd2b50b78ce498bc3034aca48c4f1e4450c950cd Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 6 Jun 2021 23:29:48 +0000 Subject: dev-python/flake8-polyfill: add Python 3.9 Signed-off-by: Sam James --- dev-python/flake8-polyfill/flake8-polyfill-1.0.2.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'dev-python') diff --git a/dev-python/flake8-polyfill/flake8-polyfill-1.0.2.ebuild b/dev-python/flake8-polyfill/flake8-polyfill-1.0.2.ebuild index 3a432d6f9643..da199eabc872 100644 --- a/dev-python/flake8-polyfill/flake8-polyfill-1.0.2.ebuild +++ b/dev-python/flake8-polyfill/flake8-polyfill-1.0.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 DESCRIPTION="Polyfill package for Flake8 plugins" @@ -18,11 +18,10 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND="dev-python/flake8[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( ${RDEPEND} +DEPEND=" + test? ( dev-python/mock[${PYTHON_USEDEP}] dev-python/pycodestyle[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] )" distutils_enable_tests pytest -- cgit v1.2.3