commit:     1e2fa64e8e55cb1d0df6d1798a1b3080bc006241
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 14 12:17:57 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Jun 14 12:20:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e2fa64e

dev-ros/smach: add more python support

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ros/smach/smach-2.0.1.ebuild | 2 +-
 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 82c32b551e6..8e7347a0da5 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 99cc2f88603..8e7347a0da5 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

Reply via email to