diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-10-14 12:22:59 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-10-14 13:05:02 +0200 |
commit | c791117846e103250beb0fcaadec6987e305056e (patch) | |
tree | f4610fb349e370d29daeaed97ed267c99a80e005 /dev-ros/rosserial_xbee/rosserial_xbee-0.9.1.ebuild | |
parent | dev-ros/rosserial_windows: Bump to 0.9.1. (diff) | |
download | gentoo-c791117846e103250beb0fcaadec6987e305056e.tar.gz gentoo-c791117846e103250beb0fcaadec6987e305056e.tar.bz2 gentoo-c791117846e103250beb0fcaadec6987e305056e.zip |
dev-ros/rosserial_xbee: Bump to 0.9.1.
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/rosserial_xbee/rosserial_xbee-0.9.1.ebuild')
-rw-r--r-- | dev-ros/rosserial_xbee/rosserial_xbee-0.9.1.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-ros/rosserial_xbee/rosserial_xbee-0.9.1.ebuild b/dev-ros/rosserial_xbee/rosserial_xbee-0.9.1.ebuild new file mode 100644 index 000000000000..aab6d7663008 --- /dev/null +++ b/dev-ros/rosserial_xbee/rosserial_xbee-0.9.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +ROS_REPO_URI="https://github.com/ros-drivers/rosserial" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Tools to do communicate between rosserial nodes connected to an xbee" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/rospy[${PYTHON_SINGLE_USEDEP}] + $(python_gen_cond_dep "dev-python/pyserial[\${PYTHON_USEDEP}]") + dev-ros/rosserial_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] + dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] + dev-ros/rosserial_python[${PYTHON_SINGLE_USEDEP}] +" +DEPEND="${RDEPEND}" |