From 86c69df90ac0c4744a5a13eb6e1b667fd1e583b7 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 26 May 2020 11:52:36 +0200 Subject: dev-python/simplejson: 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/simplejson/simplejson-3.17.0.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'dev-python/simplejson') 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 -- cgit v1.2.3-65-gdbad