diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-14 14:17:57 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-14 14:20:54 +0200 |
commit | 1e2fa64e8e55cb1d0df6d1798a1b3080bc006241 (patch) | |
tree | 17960682423081aeef74a63962d458dd86e171ba /dev-ros/smach | |
parent | dev-ros/smach: remove old (diff) | |
download | gentoo-1e2fa64e8e55cb1d0df6d1798a1b3080bc006241.tar.gz gentoo-1e2fa64e8e55cb1d0df6d1798a1b3080bc006241.tar.bz2 gentoo-1e2fa64e8e55cb1d0df6d1798a1b3080bc006241.zip |
dev-ros/smach: add more python support
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-ros/smach')
-rw-r--r-- | dev-ros/smach/smach-2.0.1.ebuild | 2 | ||||
-rw-r--r-- | dev-ros/smach/smach-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-ros/smach/smach-2.0.1.ebuild b/dev-ros/smach/smach-2.0.1.ebuild index 82c32b551e6f..8e7347a0da5d 100644 --- a/dev-ros/smach/smach-2.0.1.ebuild +++ b/dev-ros/smach/smach-2.0.1.ebuild @@ -5,7 +5,7 @@ EAPI=5 ROS_REPO_URI="https://github.com/ros/executive_smach" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) ROS_SUBDIR=${PN} inherit ros-catkin diff --git a/dev-ros/smach/smach-9999.ebuild b/dev-ros/smach/smach-9999.ebuild index 99cc2f886039..8e7347a0da5d 100644 --- a/dev-ros/smach/smach-9999.ebuild +++ b/dev-ros/smach/smach-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 ROS_REPO_URI="https://github.com/ros/executive_smach" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) ROS_SUBDIR=${PN} inherit ros-catkin |