# Copyright 2020 Open Source Robotics Foundation # Distributed under the terms of the BSD license EAPI=6 PYTHON_COMPAT=( python{2_7,3_5,3_6} ) inherit ros-cmake DESCRIPTION="" HOMEPAGE="https://wiki.ros.org" SRC_URI="https://gitlab.com/toposens/public/toposens-release/repository/archive.tar.gz?ref=release/melodic/${PN}/2.0.2-1 -> ${PN}-melodic-release-${PV}.tar.gz" LICENSE="LGPL-2" KEYWORDS="~x86 ~amd64 ~arm ~arm64" IUSE="test" RDEPEND=" ros-melodic/dynamic_reconfigure ros-melodic/message_runtime ros-melodic/roscpp ros-melodic/rospy ros-melodic/toposens_msgs test? ( ros-melodic/code_coverage ) test? ( ros-melodic/roslaunch ) test? ( ros-melodic/rostest ) " DEPEND="${RDEPEND} ros-melodic/catkin " SLOT="0" ROS_DISTRO="melodic" ROS_PREFIX="opt/ros/${ROS_DISTRO}"