forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package-Manager: Portage-2.3.4, Repoman-2.3.2
- Loading branch information
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST genpy-0.6.3.tar.gz 51545 SHA256 35448838e3054aeb520f49afe64b8bd9cb7ed944ed07471d2b6e7d5560d68540 SHA512 63748f70aa32e760d044b54c1c64a44e972fe34f0fd3317f66cbbc59f2662117c150c9d892db37b8b621e5c0687a83673575f088f5ac4f7d4b7c6020e75cdb07 WHIRLPOOL b28ce5245129516e487742693a5f5f5a9918563e52658f8c097d7f750e333636d2f7f2743d648654c56c9dbb9a5acd0dae93a02683bb662231c9fc40ce8d335e | ||
DIST genpy-0.6.4.tar.gz 51647 SHA256 9167379c133391ee70d9590259e2748ed504e0696323f62d83d75641220bc943 SHA512 a7e4e99e97c239fa01c9a19191b79d1cf482e27a3aa1337427051624af3ac5785583bb56b39c62f41f44597f7bbe78e7813791a33b6221ab4a4ce3de04423ae5 WHIRLPOOL 3cc5dbb81bd88b947e14079e57de8613417d4cfb38416e37bcc6fcd3c4c97aa0b7f9176ccfea5ca10b82e3e5c8087e411ee0a2ea862a5a2ce2d57a740f67babf | ||
DIST genpy-0.6.5.tar.gz 51689 SHA256 35e5cd2032f52a1f77190df5c31c02134dc460bfeda3f28b5a860a95309342b9 SHA512 aeb4edf97ccc6b480649ee67b7b5782e4f950e02cc898b52285db1a23fe5200a853817ae734dd32ba964073359b60bc9399abe0e4a9bc7d0e46c5f6f78e1c10e WHIRLPOOL 4d9c9d1d2f3e63f73c02b3ea1f6c53450429e45a972a9cf27b6ec77368bf2cef4a4890e0cd6486ef810c1eb5bdd6d2ea5e09974f71f738d98df609f60aa0f248 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# 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/genpy" | ||
KEYWORDS="~amd64 ~arm" | ||
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) | ||
|
||
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}] | ||
) | ||
" |