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: Sun, 27 Sep 2020 17:47:45
Message-Id: 1601228858.4119b367bc61d752dc6304ffc21d0feafa30a391.mgorny@gentoo
1 commit: 4119b367bc61d752dc6304ffc21d0feafa30a391
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 27 17:21:59 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 27 17:47:38 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4119b367
7
8 dev-python/simplejson: Remove py2.7
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../{simplejson-3.17.2.ebuild => simplejson-3.17.2-r1.ebuild} | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/simplejson/simplejson-3.17.2.ebuild b/dev-python/simplejson/simplejson-3.17.2-r1.ebuild
16 similarity index 93%
17 rename from dev-python/simplejson/simplejson-3.17.2.ebuild
18 rename to dev-python/simplejson/simplejson-3.17.2-r1.ebuild
19 index c583dc0725e..c5be00caf28 100644
20 --- a/dev-python/simplejson/simplejson-3.17.2.ebuild
21 +++ b/dev-python/simplejson/simplejson-3.17.2-r1.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
27 +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
28
29 inherit distutils-r1