diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-11-14 16:39:25 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-11-15 07:57:42 +0100 |
commit | f5d243f04272435b34adac5227498f031e03a83a (patch) | |
tree | 1e2cd7cb405b636356b0656c29e4620a4781c83c /dev-ros/rosmaster/rosmaster-1.13.5.ebuild | |
parent | dev-ros/roslaunch: Bump to 1.13.5. (diff) | |
download | gentoo-f5d243f04272435b34adac5227498f031e03a83a.tar.gz gentoo-f5d243f04272435b34adac5227498f031e03a83a.tar.bz2 gentoo-f5d243f04272435b34adac5227498f031e03a83a.zip |
dev-ros/rosmaster: Bump to 1.13.5.
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'dev-ros/rosmaster/rosmaster-1.13.5.ebuild')
-rw-r--r-- | dev-ros/rosmaster/rosmaster-1.13.5.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-ros/rosmaster/rosmaster-1.13.5.ebuild b/dev-ros/rosmaster/rosmaster-1.13.5.ebuild new file mode 100644 index 000000000000..359f6a500a17 --- /dev/null +++ b/dev-ros/rosmaster/rosmaster-1.13.5.ebuild @@ -0,0 +1,23 @@ +# 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/ros_comm" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) +ROS_SUBDIR=tools/${PN} + +inherit ros-catkin + +DESCRIPTION="ROS Master implementation" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/rosgraph[${PYTHON_USEDEP}] + dev-python/defusedxml[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} + test? ( dev-python/nose[${PYTHON_USEDEP}] )" |