Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/gdal/
Date: Sun, 29 Dec 2019 13:23:32
Message-Id: 1577625779.2c8799c0fe09a96ccc709c9886cc1ed8a0829a9f.asturm@gentoo
1 commit: 2c8799c0fe09a96ccc709c9886cc1ed8a0829a9f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 28 16:24:33 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 29 13:22:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c8799c0
7
8 sci-libs/gdal: Drop python2_7 support
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 sci-libs/gdal/gdal-2.4.1-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sci-libs/gdal/gdal-2.4.1-r1.ebuild b/sci-libs/gdal/gdal-2.4.1-r1.ebuild
17 index 97815fe3325..069cd167cab 100644
18 --- a/sci-libs/gdal/gdal-2.4.1-r1.ebuild
19 +++ b/sci-libs/gdal/gdal-2.4.1-r1.ebuild
20 @@ -4,7 +4,7 @@
21 EAPI=6
22
23 GENTOO_DEPEND_ON_PERL="no"
24 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
25 +PYTHON_COMPAT=( python3_{5,6,7} )
26 DISTUTILS_OPTIONAL=1
27
28 inherit autotools perl-module distutils-r1 toolchain-funcs flag-o-matic java-pkg-opt-2