Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/Shapely/
Date: Mon, 29 May 2017 16:33:43
Message-Id: 1496075566.9d593a9dca6a5be8fa56833c423292662901cfe4.pacho@gentoo
1 commit: 9d593a9dca6a5be8fa56833c423292662901cfe4
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 29 15:10:38 2017 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Mon May 29 16:32:46 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d593a9d
7
8 sci-libs/Shapely: Support newer python
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 sci-libs/Shapely/Shapely-1.5.17-r1.ebuild | 4 ++--
13 sci-libs/Shapely/Shapely-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sci-libs/Shapely/Shapely-1.5.17-r1.ebuild b/sci-libs/Shapely/Shapely-1.5.17-r1.ebuild
17 index 49be0f83f49..9dc9f27b2a2 100644
18 --- a/sci-libs/Shapely/Shapely-1.5.17-r1.ebuild
19 +++ b/sci-libs/Shapely/Shapely-1.5.17-r1.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26
27 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
28 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
29
30 inherit distutils-r1
31
32
33 diff --git a/sci-libs/Shapely/Shapely-9999.ebuild b/sci-libs/Shapely/Shapely-9999.ebuild
34 index e4aff86186e..efa8587ea42 100644
35 --- a/sci-libs/Shapely/Shapely-9999.ebuild
36 +++ b/sci-libs/Shapely/Shapely-9999.ebuild
37 @@ -1,9 +1,9 @@
38 -# Copyright 1999-2015 Gentoo Foundation
39 +# Copyright 1999-2017 Gentoo Foundation
40 # Distributed under the terms of the GNU General Public License v2
41
42 EAPI="5"
43
44 -PYTHON_COMPAT=( python2_7 python3_4 )
45 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
46
47 inherit distutils-r1 git-r3