diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-02-27 16:38:52 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-02-27 16:40:26 +0100 |
commit | 0a5957a0b56e73404d6a6ea9da53ec3cdff8cd59 (patch) | |
tree | 0c15f455e7fdaf1f6c0a4c0a99b01e96e3fff9ea /dev-ros/mavros_extras | |
parent | dev-ros/mavros_extras: remove old (diff) | |
download | gentoo-0a5957a0b56e73404d6a6ea9da53ec3cdff8cd59.tar.gz gentoo-0a5957a0b56e73404d6a6ea9da53ec3cdff8cd59.tar.bz2 gentoo-0a5957a0b56e73404d6a6ea9da53ec3cdff8cd59.zip |
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
Diffstat (limited to 'dev-ros/mavros_extras')
-rw-r--r-- | dev-ros/mavros_extras/mavros_extras-0.18.7.ebuild | 2 | ||||
-rw-r--r-- | 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 0ad75974e90e..6d019cd621da 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 af9e276b62c6..6d019cd621da 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 |