Skip to content

Commit

Permalink
dev-ros/genpy: bump to 0.6.3
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.2
  • Loading branch information
aballier committed Oct 25, 2016
1 parent 0652f1f commit 5609e2a
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-ros/genpy/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST genpy-0.6.2.tar.gz 60939 SHA256 dc1a77d534702136f635b110eb20a4072e5946ff8aa237f5bae2cb37c298e922 SHA512 39fa71f113dbc0165ef7d0aa7d7a60795f8919649fbae46a9e4e3e9020c60df91f979f19283a7ea20803f6d97ec3f0e12bb19a788033e499e1f1c84587bfae4b WHIRLPOOL a0f665d419e886d8f3a0f8aa5725e6e6e32fdd889b4b1ea1fc6939c16c01970d904ecb6df63613f037348df7b06738184ffc41af0d66d90519876e9aa11ccfb3
DIST genpy-0.6.3.tar.gz 51545 SHA256 35448838e3054aeb520f49afe64b8bd9cb7ed944ed07471d2b6e7d5560d68540 SHA512 63748f70aa32e760d044b54c1c64a44e972fe34f0fd3317f66cbbc59f2662117c150c9d892db37b8b621e5c0687a83673575f088f5ac4f7d4b7c6020e75cdb07 WHIRLPOOL b28ce5245129516e487742693a5f5f5a9918563e52658f8c097d7f750e333636d2f7f2743d648654c56c9dbb9a5acd0dae93a02683bb662231c9fc40ce8d335e
34 changes: 34 additions & 0 deletions dev-ros/genpy/genpy-0.6.3.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

ROS_REPO_URI="https://github.com/ros/genpy"
KEYWORDS="~amd64 ~arm"
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )

inherit ros-catkin

DESCRIPTION="Python ROS message and service generators"
HOMEPAGE="http://wiki.ros.org/genpy"
LICENSE="BSD"
SLOT="0/${PV}"
IUSE=""

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

python_test() {
cd "${BUILD_DIR}"
PYTHONPATH="${S}/src" nosetests --verbose -w "${S}/test" || die
}

src_test() {
python_foreach_impl python_test
}

0 comments on commit 5609e2a

Please sign in to comment.