Skip to content

Commit

Permalink
dev-ros/genmsg: bump to 0.5.9
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.3
  • Loading branch information
aballier committed Aug 6, 2017
1 parent e1139ce commit ba03641
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-ros/genmsg/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST genmsg-0.5.8.tar.gz 59250 SHA256 d7627a2df169e4e8208347d9215e47c723a015b67ef3ed8cda8b61b6cfbf94d2 SHA512 78553d93a2adfe2c47c5fa68204418e321bc03a6083e344b456c2a727e5819747668b9c82b4b5862766b2fc2ad8b22b5165e9064b993a4491b1f7751db79dc07 WHIRLPOOL 92ba33c3015ee2936446b7f1f90490f8e77810f560888b5f3139db9843d6c8040be619d9ec6fb5a04f19c2784d32d14e60e3478e9efcf4300eadb40ca38bf729
DIST genmsg-0.5.9.tar.gz 59409 SHA256 10cdd76b7af57921a81ff798893f83aba326b37b6a59b2d8435d123304cde912 SHA512 ac62c8d08da449890c6eb53264153e01237cd50b97d4d4123e334c59a9a1ef73ce70c4d3d7c95f91ea872ea06b30fa72bf8a3a177309493b33984b8d21e36939 WHIRLPOOL 200c939946d668781121ed68c1a45420087d200b23e76f8c6dac60dde0f2d47b1ef106e535e7a33a3efa9dd4b2f7187090b8a67677c0381a321a95b65bbd1d46
19 changes: 19 additions & 0 deletions dev-ros/genmsg/genmsg-0.5.9.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 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/genmsg"
KEYWORDS="~amd64 ~arm"
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )

inherit ros-catkin

DESCRIPTION="Python library for generating ROS message and service data structures for various languages"
LICENSE="BSD"
SLOT="0"
IUSE=""

RDEPEND=""
DEPEND="${RDEPEND}
test? ( dev-python/nose[${PYTHON_USEDEP}] )
"

0 comments on commit ba03641

Please sign in to comment.