commit:     834ef6ab713a8605a566596f9c935ea0c1714aa9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  6 05:41:31 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb  6 05:59:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=834ef6ab

dev-python/rospkg: Remove py2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/rospkg/rospkg-1.1.10.ebuild | 2 +-
 dev-python/rospkg/rospkg-1.1.9.ebuild  | 2 +-
 dev-python/rospkg/rospkg-1.2.0.ebuild  | 2 +-
 dev-python/rospkg/rospkg-9999.ebuild   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/rospkg/rospkg-1.1.10.ebuild 
b/dev-python/rospkg/rospkg-1.1.10.ebuild
index eb111ee128d..f8ef1bca937 100644
--- a/dev-python/rospkg/rospkg-1.1.10.ebuild
+++ b/dev-python/rospkg/rospkg-1.1.10.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
+PYTHON_COMPAT=( python3_6 pypy3 )
 
 SCM=""
 if [ "${PV#9999}" != "${PV}" ] ; then

diff --git a/dev-python/rospkg/rospkg-1.1.9.ebuild 
b/dev-python/rospkg/rospkg-1.1.9.ebuild
index eb111ee128d..f8ef1bca937 100644
--- a/dev-python/rospkg/rospkg-1.1.9.ebuild
+++ b/dev-python/rospkg/rospkg-1.1.9.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
+PYTHON_COMPAT=( python3_6 pypy3 )
 
 SCM=""
 if [ "${PV#9999}" != "${PV}" ] ; then

diff --git a/dev-python/rospkg/rospkg-1.2.0.ebuild 
b/dev-python/rospkg/rospkg-1.2.0.ebuild
index d4711591372..d3245f8cb2a 100644
--- a/dev-python/rospkg/rospkg-1.2.0.ebuild
+++ b/dev-python/rospkg/rospkg-1.2.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7} pypy3 )
+PYTHON_COMPAT=( python{3_6,3_7} pypy3 )
 
 SCM=""
 if [ "${PV#9999}" != "${PV}" ] ; then

diff --git a/dev-python/rospkg/rospkg-9999.ebuild 
b/dev-python/rospkg/rospkg-9999.ebuild
index d4711591372..d3245f8cb2a 100644
--- a/dev-python/rospkg/rospkg-9999.ebuild
+++ b/dev-python/rospkg/rospkg-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7} pypy3 )
+PYTHON_COMPAT=( python{3_6,3_7} pypy3 )
 
 SCM=""
 if [ "${PV#9999}" != "${PV}" ] ; then

Reply via email to