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/pyshp/
Date: Tue, 11 Feb 2020 12:25:14
Message-Id: 1581423504.b632b14ce8998f5c1901e4e34c37410c49bed4d2.mgorny@gentoo
1 commit: b632b14ce8998f5c1901e4e34c37410c49bed4d2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 11 12:18:24 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 12:18:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b632b14c
7
8 sci-libs/pyshp: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sci-libs/pyshp/pyshp-1.2.0.ebuild | 2 +-
13 sci-libs/pyshp/pyshp-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-libs/pyshp/pyshp-1.2.0.ebuild b/sci-libs/pyshp/pyshp-1.2.0.ebuild
17 index 71fb122d6ea..708ad5092d3 100644
18 --- a/sci-libs/pyshp/pyshp-1.2.0.ebuild
19 +++ b/sci-libs/pyshp/pyshp-1.2.0.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI="5"
24 -PYTHON_COMPAT=( python{2_7,3_6} )
25 +PYTHON_COMPAT=( python3_6 )
26
27 inherit distutils-r1
28
29
30 diff --git a/sci-libs/pyshp/pyshp-9999.ebuild b/sci-libs/pyshp/pyshp-9999.ebuild
31 index 71fb122d6ea..708ad5092d3 100644
32 --- a/sci-libs/pyshp/pyshp-9999.ebuild
33 +++ b/sci-libs/pyshp/pyshp-9999.ebuild
34 @@ -2,7 +2,7 @@
35 # Distributed under the terms of the GNU General Public License v2
36
37 EAPI="5"
38 -PYTHON_COMPAT=( python{2_7,3_6} )
39 +PYTHON_COMPAT=( python3_6 )
40
41 inherit distutils-r1