commit: 0a5957a0b56e73404d6a6ea9da53ec3cdff8cd59 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Mon Feb 27 15:38:52 2017 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Mon Feb 27 15:40:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a5957a0
dev-ros/mavros_extras: Add python 3.4/3.5/3.6 pypy/3 support Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ros/mavros_extras/mavros_extras-0.18.7.ebuild | 2 +- dev-ros/mavros_extras/mavros_extras-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ros/mavros_extras/mavros_extras-0.18.7.ebuild b/dev-ros/mavros_extras/mavros_extras-0.18.7.ebuild index 0ad75974e9..6d019cd621 100644 --- a/dev-ros/mavros_extras/mavros_extras-0.18.7.ebuild +++ b/dev-ros/mavros_extras/mavros_extras-0.18.7.ebuild @@ -5,7 +5,7 @@ EAPI=5 ROS_REPO_URI="https://github.com/mavlink/mavros" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) ROS_SUBDIR=${PN} inherit ros-catkin diff --git a/dev-ros/mavros_extras/mavros_extras-9999.ebuild b/dev-ros/mavros_extras/mavros_extras-9999.ebuild index af9e276b62..6d019cd621 100644 --- a/dev-ros/mavros_extras/mavros_extras-9999.ebuild +++ b/dev-ros/mavros_extras/mavros_extras-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 ROS_REPO_URI="https://github.com/mavlink/mavros" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) ROS_SUBDIR=${PN} inherit ros-catkin
