diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-18 19:33:29 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-18 19:39:30 +0100 |
commit | 73cc3d27d8b53411f7e17346d747e0c742d0e34e (patch) | |
tree | f0abed107ab01c61f71d32cbef64fab76d7b9019 /dev-python/catkin_pkg | |
parent | app-backup/buttersink: Remove unused dep on flake8 (diff) | |
download | gentoo-73cc3d27d8b53411f7e17346d747e0c742d0e34e.tar.gz gentoo-73cc3d27d8b53411f7e17346d747e0c742d0e34e.tar.bz2 gentoo-73cc3d27d8b53411f7e17346d747e0c742d0e34e.zip |
dev-python/catkin_pkg: Drop py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/catkin_pkg')
-rw-r--r-- | dev-python/catkin_pkg/catkin_pkg-0.4.12.ebuild | 2 | ||||
-rw-r--r-- | dev-python/catkin_pkg/catkin_pkg-0.4.13.ebuild | 2 | ||||
-rw-r--r-- | dev-python/catkin_pkg/catkin_pkg-0.4.15.ebuild | 2 | ||||
-rw-r--r-- | 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 60470f9cf46f..bc3411c6ac09 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 60470f9cf46f..bc3411c6ac09 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 4bea3cb1417b..d4b62f25527a 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 4bea3cb1417b..d4b62f25527a 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 |