diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-14 14:20:33 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-14 14:20:55 +0200 |
commit | ebcd913161d727c7d3c8f96c9f44e0c6406d9fcf (patch) | |
tree | ec94199d71763820427b549c49ac4a3f7bc155ca /dev-ros | |
parent | dev-ros/smclib: remove old (diff) | |
download | gentoo-ebcd913161d727c7d3c8f96c9f44e0c6406d9fcf.tar.gz gentoo-ebcd913161d727c7d3c8f96c9f44e0c6406d9fcf.tar.bz2 gentoo-ebcd913161d727c7d3c8f96c9f44e0c6406d9fcf.zip |
dev-ros/smclib: add more python support
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/smclib/smclib-1.7.19.ebuild | 2 | ||||
-rw-r--r-- | dev-ros/smclib/smclib-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-ros/smclib/smclib-1.7.19.ebuild b/dev-ros/smclib/smclib-1.7.19.ebuild index da2a29bf1bc0..bb3fba1fe9c0 100644 --- a/dev-ros/smclib/smclib-1.7.19.ebuild +++ b/dev-ros/smclib/smclib-1.7.19.ebuild @@ -5,7 +5,7 @@ EAPI=5 ROS_REPO_URI="https://github.com/ros/bond_core" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) inherit ros-catkin diff --git a/dev-ros/smclib/smclib-9999.ebuild b/dev-ros/smclib/smclib-9999.ebuild index db692507bd9f..bb3fba1fe9c0 100644 --- a/dev-ros/smclib/smclib-9999.ebuild +++ b/dev-ros/smclib/smclib-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/bond_core" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) inherit ros-catkin |