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: dev-python/rospkg/
Date: Thu, 06 Feb 2020 05:59:57
Message-Id: 1580968764.834ef6ab713a8605a566596f9c935ea0c1714aa9.mgorny@gentoo
1 commit: 834ef6ab713a8605a566596f9c935ea0c1714aa9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 6 05:41:31 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 6 05:59:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=834ef6ab
7
8 dev-python/rospkg: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/rospkg/rospkg-1.1.10.ebuild | 2 +-
13 dev-python/rospkg/rospkg-1.1.9.ebuild | 2 +-
14 dev-python/rospkg/rospkg-1.2.0.ebuild | 2 +-
15 dev-python/rospkg/rospkg-9999.ebuild | 2 +-
16 4 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-python/rospkg/rospkg-1.1.10.ebuild b/dev-python/rospkg/rospkg-1.1.10.ebuild
19 index eb111ee128d..f8ef1bca937 100644
20 --- a/dev-python/rospkg/rospkg-1.1.10.ebuild
21 +++ b/dev-python/rospkg/rospkg-1.1.10.ebuild
22 @@ -2,7 +2,7 @@
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 -PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
27 +PYTHON_COMPAT=( python3_6 pypy3 )
28
29 SCM=""
30 if [ "${PV#9999}" != "${PV}" ] ; then
31
32 diff --git a/dev-python/rospkg/rospkg-1.1.9.ebuild b/dev-python/rospkg/rospkg-1.1.9.ebuild
33 index eb111ee128d..f8ef1bca937 100644
34 --- a/dev-python/rospkg/rospkg-1.1.9.ebuild
35 +++ b/dev-python/rospkg/rospkg-1.1.9.ebuild
36 @@ -2,7 +2,7 @@
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=7
40 -PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
41 +PYTHON_COMPAT=( python3_6 pypy3 )
42
43 SCM=""
44 if [ "${PV#9999}" != "${PV}" ] ; then
45
46 diff --git a/dev-python/rospkg/rospkg-1.2.0.ebuild b/dev-python/rospkg/rospkg-1.2.0.ebuild
47 index d4711591372..d3245f8cb2a 100644
48 --- a/dev-python/rospkg/rospkg-1.2.0.ebuild
49 +++ b/dev-python/rospkg/rospkg-1.2.0.ebuild
50 @@ -2,7 +2,7 @@
51 # Distributed under the terms of the GNU General Public License v2
52
53 EAPI=7
54 -PYTHON_COMPAT=( python{2_7,3_6,3_7} pypy3 )
55 +PYTHON_COMPAT=( python{3_6,3_7} pypy3 )
56
57 SCM=""
58 if [ "${PV#9999}" != "${PV}" ] ; then
59
60 diff --git a/dev-python/rospkg/rospkg-9999.ebuild b/dev-python/rospkg/rospkg-9999.ebuild
61 index d4711591372..d3245f8cb2a 100644
62 --- a/dev-python/rospkg/rospkg-9999.ebuild
63 +++ b/dev-python/rospkg/rospkg-9999.ebuild
64 @@ -2,7 +2,7 @@
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI=7
68 -PYTHON_COMPAT=( python{2_7,3_6,3_7} pypy3 )
69 +PYTHON_COMPAT=( python{3_6,3_7} pypy3 )
70
71 SCM=""
72 if [ "${PV#9999}" != "${PV}" ] ; then