diff options
author | 2020-07-08 18:28:17 +0200 | |
---|---|---|
committer | 2020-07-08 19:30:03 +0200 | |
commit | 7511516bbd8c78ecf972020f2e8f7152bf8cf02b (patch) | |
tree | d9739d3515eead3aba352b53cbc52f878e30df60 /dev-ros/test_rosgraph/test_rosgraph-1.15.7.ebuild | |
parent | dev-ros/test_roscpp: Bump to 1.15.7. (diff) | |
download | gentoo-7511516bbd8c78ecf972020f2e8f7152bf8cf02b.tar.gz gentoo-7511516bbd8c78ecf972020f2e8f7152bf8cf02b.tar.bz2 gentoo-7511516bbd8c78ecf972020f2e8f7152bf8cf02b.zip |
dev-ros/test_rosgraph: Bump to 1.15.7.
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/test_rosgraph/test_rosgraph-1.15.7.ebuild')
-rw-r--r-- | dev-ros/test_rosgraph/test_rosgraph-1.15.7.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-ros/test_rosgraph/test_rosgraph-1.15.7.ebuild b/dev-ros/test_rosgraph/test_rosgraph-1.15.7.ebuild new file mode 100644 index 000000000000..065166144a2e --- /dev/null +++ b/dev-ros/test_rosgraph/test_rosgraph-1.15.7.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2020 Gentoo Authors +# 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" +ROS_SUBDIR=test/${PN} +PYTHON_COMPAT=( python2_7 ) + +inherit ros-catkin + +DESCRIPTION="Unit tests for rosgraph" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="dev-ros/rostest[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + test? ( dev-ros/rosgraph[${PYTHON_USEDEP}] ) +" |