From: Michał Górny Date: Tue, 26 May 2020 09:08:15 +0000 (+0200) Subject: dev-python/pytest-mock: Port to py39 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=555eea47bfed2b1b0dfd00b11c32dea72aaf8654;p=gentoo.git dev-python/pytest-mock: Port to py39 Signed-off-by: Michał Górny --- diff --git a/dev-python/pytest-mock/pytest-mock-2.0.0.ebuild b/dev-python/pytest-mock/pytest-mock-2.0.0.ebuild index 2cdc00ffc242..045b6a938e82 100644 --- a/dev-python/pytest-mock/pytest-mock-2.0.0.ebuild +++ b/dev-python/pytest-mock/pytest-mock-2.0.0.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) inherit distutils-r1 diff --git a/dev-python/pytest-mock/pytest-mock-3.1.0.ebuild b/dev-python/pytest-mock/pytest-mock-3.1.0.ebuild index 47689f34aa07..0c137d01ff10 100644 --- a/dev-python/pytest-mock/pytest-mock-3.1.0.ebuild +++ b/dev-python/pytest-mock/pytest-mock-3.1.0.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) inherit distutils-r1