From: Michał Górny Date: Tue, 26 May 2020 09:52:36 +0000 (+0200) Subject: dev-python/simplejson: Port to py39 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=86c69df90ac0c4744a5a13eb6e1b667fd1e583b7;p=gentoo.git dev-python/simplejson: Port to py39 Signed-off-by: Michał Górny --- diff --git a/dev-python/simplejson/simplejson-3.17.0.ebuild b/dev-python/simplejson/simplejson-3.17.0.ebuild index 3600f981db97..cd99c98d5bd2 100644 --- a/dev-python/simplejson/simplejson-3.17.0.ebuild +++ b/dev-python/simplejson/simplejson-3.17.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) inherit distutils-r1 @@ -15,8 +15,6 @@ LICENSE="|| ( MIT AFL-2.1 )" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - DOCS=( README.rst CHANGES.txt ) distutils_enable_tests unittest