Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/
Date: Tue, 26 May 2020 10:35:58
Message-Id: 1590489337.86c69df90ac0c4744a5a13eb6e1b667fd1e583b7.mgorny@gentoo
1 commit: 86c69df90ac0c4744a5a13eb6e1b667fd1e583b7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 26 09:52:36 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 26 10:35:37 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86c69df9
7
8 dev-python/simplejson: Port to py39
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/simplejson/simplejson-3.17.0.ebuild | 4 +---
13 1 file changed, 1 insertion(+), 3 deletions(-)
14
15 diff --git a/dev-python/simplejson/simplejson-3.17.0.ebuild b/dev-python/simplejson/simplejson-3.17.0.ebuild
16 index 3600f981db9..cd99c98d5bd 100644
17 --- a/dev-python/simplejson/simplejson-3.17.0.ebuild
18 +++ b/dev-python/simplejson/simplejson-3.17.0.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
24 +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
25
26 inherit distutils-r1
27
28 @@ -15,8 +15,6 @@ LICENSE="|| ( MIT AFL-2.1 )"
29 SLOT="0"
30 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
31
32 -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
33 -
34 DOCS=( README.rst CHANGES.txt )
35
36 distutils_enable_tests unittest