diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-10-25 10:47:01 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-10-25 12:56:20 +0200 |
commit | a0482e09a35fc49d1a0b3df51b3eeded8011b4fb (patch) | |
tree | 0cb752f3aa9576d57e880f52cd81bda27b731d3e /dev-ros/rospy_tutorials/rospy_tutorials-0.7.1.ebuild | |
parent | dev-ros/roscpp_tutorials: Bump to 0.7.1. (diff) | |
download | gentoo-a0482e09a35fc49d1a0b3df51b3eeded8011b4fb.tar.gz gentoo-a0482e09a35fc49d1a0b3df51b3eeded8011b4fb.tar.bz2 gentoo-a0482e09a35fc49d1a0b3df51b3eeded8011b4fb.zip |
dev-ros/rospy_tutorials: Bump to 0.7.1.
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-ros/rospy_tutorials/rospy_tutorials-0.7.1.ebuild')
-rw-r--r-- | dev-ros/rospy_tutorials/rospy_tutorials-0.7.1.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-ros/rospy_tutorials/rospy_tutorials-0.7.1.ebuild b/dev-ros/rospy_tutorials/rospy_tutorials-0.7.1.ebuild new file mode 100644 index 000000000000..de142709f693 --- /dev/null +++ b/dev-ros/rospy_tutorials/rospy_tutorials-0.7.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +ROS_REPO_URI="https://github.com/ros/ros_tutorials" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} +CATKIN_HAS_MESSAGES=yes +PYTHON_COMPAT=( python2_7 ) +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" + +inherit ros-catkin + +DESCRIPTION="Attempts to show the features of ROS step-by-step, including using messages, servers, parameters" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/rospy[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} + test? ( dev-ros/rostest[${PYTHON_USEDEP}] )" |