diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-26 11:52:36 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-26 12:35:37 +0200 |
commit | 86c69df90ac0c4744a5a13eb6e1b667fd1e583b7 (patch) | |
tree | 707875f4093ff401c6da422ab27917e641bdff0b /dev-python/simplejson | |
parent | dev-python/jinja: Port to py39 (diff) | |
download | gentoo-86c69df90ac0c4744a5a13eb6e1b667fd1e583b7.tar.gz gentoo-86c69df90ac0c4744a5a13eb6e1b667fd1e583b7.tar.bz2 gentoo-86c69df90ac0c4744a5a13eb6e1b667fd1e583b7.zip |
dev-python/simplejson: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/simplejson')
-rw-r--r-- | dev-python/simplejson/simplejson-3.17.0.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
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 |