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: sci-libs/Rtree/
Date: Tue, 28 Jan 2020 21:30:39
Message-Id: 1580247020.85db481223776cd6a8f6b4586fe381c58b32e080.mgorny@gentoo
1 commit: 85db481223776cd6a8f6b4586fe381c58b32e080
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 28 20:58:59 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 28 21:30:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85db4812
7
8 sci-libs/Rtree: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sci-libs/Rtree/Rtree-0.8.3_p20180802.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-libs/Rtree/Rtree-0.8.3_p20180802.ebuild b/sci-libs/Rtree/Rtree-0.8.3_p20180802.ebuild
16 index fbba424b40b..0832cb96d36 100644
17 --- a/sci-libs/Rtree/Rtree-0.8.3_p20180802.ebuild
18 +++ b/sci-libs/Rtree/Rtree-0.8.3_p20180802.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI="7"
23 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
24 +PYTHON_COMPAT=( python3_{6,7} )
25
26 inherit distutils-r1