commit:     73cc3d27d8b53411f7e17346d747e0c742d0e34e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 18 18:33:29 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 18 18:39:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73cc3d27

dev-python/catkin_pkg: Drop py2

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

 dev-python/catkin_pkg/catkin_pkg-0.4.12.ebuild | 2 +-
 dev-python/catkin_pkg/catkin_pkg-0.4.13.ebuild | 2 +-
 dev-python/catkin_pkg/catkin_pkg-0.4.15.ebuild | 2 +-
 dev-python/catkin_pkg/catkin_pkg-9999.ebuild   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/catkin_pkg/catkin_pkg-0.4.12.ebuild 
b/dev-python/catkin_pkg/catkin_pkg-0.4.12.ebuild
index 60470f9cf46..bc3411c6ac0 100644
--- a/dev-python/catkin_pkg/catkin_pkg-0.4.12.ebuild
+++ b/dev-python/catkin_pkg/catkin_pkg-0.4.12.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/catkin_pkg/catkin_pkg-0.4.13.ebuild 
b/dev-python/catkin_pkg/catkin_pkg-0.4.13.ebuild
index 60470f9cf46..bc3411c6ac0 100644
--- a/dev-python/catkin_pkg/catkin_pkg-0.4.13.ebuild
+++ b/dev-python/catkin_pkg/catkin_pkg-0.4.13.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/catkin_pkg/catkin_pkg-0.4.15.ebuild 
b/dev-python/catkin_pkg/catkin_pkg-0.4.15.ebuild
index 4bea3cb1417..d4b62f25527 100644
--- a/dev-python/catkin_pkg/catkin_pkg-0.4.15.ebuild
+++ b/dev-python/catkin_pkg/catkin_pkg-0.4.15.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/catkin_pkg/catkin_pkg-9999.ebuild 
b/dev-python/catkin_pkg/catkin_pkg-9999.ebuild
index 4bea3cb1417..d4b62f25527 100644
--- a/dev-python/catkin_pkg/catkin_pkg-9999.ebuild
+++ b/dev-python/catkin_pkg/catkin_pkg-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