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/shapely/
Date: Fri, 23 Oct 2020 23:27:16
Message-Id: 1603495615.74ee1cd7b3a97a28a5aca9d85b8ce5db53ab4250.asturm@gentoo
1 commit: 74ee1cd7b3a97a28a5aca9d85b8ce5db53ab4250
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 23 20:43:48 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 23 23:26:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74ee1cd7
7
8 sci-libs/shapely: python3_9, tests pass
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 sci-libs/shapely/shapely-1.7.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sci-libs/shapely/shapely-1.7.1.ebuild b/sci-libs/shapely/shapely-1.7.1.ebuild
17 index 3e2d10095ce..c9e72fc3498 100644
18 --- a/sci-libs/shapely/shapely-1.7.1.ebuild
19 +++ b/sci-libs/shapely/shapely-1.7.1.ebuild
20 @@ -6,7 +6,7 @@ EAPI=7
21 MY_PN="Shapely"
22 MY_P="${MY_PN}-${PV}"
23
24 -PYTHON_COMPAT=( python3_{7..8} )
25 +PYTHON_COMPAT=( python3_{7..9} )
26
27 inherit distutils-r1